summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-10Fix translation newlinesScott Shawcroft
2018-08-09Merge pull request #1104 from tannewt/more_stringsDan Halbert
2018-08-09Merge pull request #1100 from tannewt/samrDan Halbert
2018-08-09Rework escaping and fix ESP build.Scott Shawcroft
2018-08-09Update filter and handle nested quotesScott Shawcroft
2018-08-09More stringsScott Shawcroft
2018-08-09Two fixes and translate more strings.Scott Shawcroft
2018-08-09Change file mode back.Scott Shawcroft
2018-08-09Initial SAMR board revision.Scott Shawcroft
2018-08-07Merge pull request #1097 from tannewt/i18n_onlyDan Halbert
2018-08-07Support internationalisation.Scott Shawcroft
2018-08-05Merge pull request #1087 from dhalbert/increase-dyn-stack-sizeScott Shawcroft
2018-08-03increase new dynamic stack size to a comfortable value for nowDan Halbert
2018-08-02Merge pull request #1057 from tannewt/flexible_heapDan Halbert
2018-08-02Add todo for handling improper free.Scott Shawcroft
2018-08-02Share memory.c and a bit of polish.Scott Shawcroft
2018-08-02Merge pull request #1082 from tannewt/no_pin_qstrDan Halbert
2018-08-02Update to peripherals merge.Scott Shawcroft
2018-08-02Move pin struct to the peripherals library.Scott Shawcroft
2018-08-02Merge pull request #1079 from tannewt/faster_qstr_ppDan Halbert
2018-08-02Rename to SRC_QSTR_PREPROCESSOR for clarity.Scott Shawcroft
2018-08-02Handle emitnative.c which is #included into other .c files.Scott Shawcroft
2018-08-02Speed up QSTR creation by pre-filtering files before pre-processing.Scott Shawcroft
2018-08-02Merge pull request #1077 from hathach/nrf52_sys_moduleScott Shawcroft
2018-08-01Merge branch 'master' into nrf52_sys_modulehathach
2018-08-01Merge pull request #1074 from hathach/nrf52840_usb_hidDan Halbert
2018-08-01PR review clean uphathach
2018-08-01try to address sys module, compile okhathach
2018-07-31Merge pull request #1076 from hathach/samd_usbhid_typoDan Halbert
2018-08-01more clean uphathach
2018-08-01clean uphathach
2018-08-01fix samd usb hid typohathach
2018-08-01clean uphathach
2018-07-31Merge pull request #1075 from tannewt/more_mp_raiseDan Halbert
2018-07-31Use more mp_raise_* to save 28 bytes code size.Scott Shawcroft
2018-07-31Remove rogue execute bit. Must a common incorrect shortcut for me. :-)Scott Shawcroft
2018-08-01Merge branch 'master' into nrf52840_usb_hidhathach
2018-08-01update tinyusbhathach
2018-07-31enable MICROPY_PY_ARRAY_SLICE_ASSIGN, MICROPY_PY_BUILTINS_SLICE_ATTRShathach
2018-07-31add hid keyboard LED indicator stubhathach
2018-07-31all hid devices seems to be okhathach
2018-07-31add usb hid syscontrolhathach
2018-07-31usb hid consumer control workshathach
2018-07-31improve usb hidhathach
2018-07-31Reenable LTO for debug.Scott Shawcroft
2018-07-31Allow for resizing the stack area.Scott Shawcroft
2018-07-31Add basic memory allocation outside Python runtimeScott Shawcroft
2018-07-31add usb_desc, disable tinyusb stack CFG_TUD_DESC_AUTOhathach
2018-07-31hid keyboard and mouse work wellhathach
2018-07-31workaround to use lib/utils/interrupt_char.chathach