summaryrefslogtreecommitdiff
path: root/supervisor
AgeCommit message (Expand)Author
2018-08-31add pin claiming to devicesDan Halbert
2018-08-16Fix esp and samdScott Shawcroft
2018-08-16fix mpy-crossScott Shawcroft
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
2018-08-16Fix crash due to unsigned index and 0 boundary loop.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
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-02Move pin struct to the peripherals library.Scott Shawcroft
2018-07-31Remove rogue execute bit. Must a common incorrect shortcut for me. :-)Scott Shawcroft
2018-07-31Allow for resizing the stack area.Scott Shawcroft
2018-07-31Add basic memory allocation outside Python runtimeScott Shawcroft
2018-07-03Mark pointers in cpu registers as in use.Scott Shawcroft
2018-06-01atmel-samd: Re-org helper peripheral files into their own subdirectory.Scott Shawcroft
2018-05-14switch autoreload to reloadexceptionRoy Hooper
2018-05-14Rename reload_next_character to reload_requested to make it match it's intend...Roy Hooper
2018-04-12Fix the status neopixel flashing.Scott Shawcroft
2018-04-10esp8266 and nrf: raise NotImplementedErrorDan Halbert
2018-04-09add storage.erase_filesystem() to erase and reformat CIRCUITPYDan Halbert
2018-03-08fixes hardware dotstar support for 3.0 and addresses issue #514Bryan Siepert
2018-02-27Merge remote-tracking branch 'adafruit/2.x' into merge_2xScott Shawcroft
2017-12-21nRF52 update with internal file system supportmicrobuilder
2017-11-22M4 status LED flashing with no main.py present #447 Initialized stack variablemrmcwethy
2017-11-16Create supervisor module.Scott Shawcroft
2017-11-07support for doubled file extensions ala issue #383 (#415)bsiepert
2017-10-31atmel-samd: Add samd21 neopixel support.Scott Shawcroft
2017-10-30atmel-samd: More USB polishScott Shawcroft
2017-10-12merge 2.x changes into master; touch up Makefile CFLAGS logicDan Halbert
2017-10-10atmel-samd: Add support for internal filesystems. (#311)Scott Shawcroft
2017-09-28Add support for patching newer ASF4 code. (#292)Scott Shawcroft
2017-09-22Move to ASF4 and introduce SAMD51 support. (#258)3.0.0-alpha.0Scott Shawcroft