summaryrefslogtreecommitdiff
path: root/supervisor
AgeCommit message (Expand)Author
2018-12-07Fix unused parameterScott Shawcroft
2018-12-06Fix unixScott Shawcroft
2018-12-06Add stack.c stub for mpy-crossScott Shawcroft
2018-12-06Rework safe mode and have heap overwrite trigger it.Scott Shawcroft
2018-12-04Add stack validity check and raise an error when it happens.Scott Shawcroft
2018-12-04Add correct flash chip for Particle Mesh boardsScott Shawcroft
2018-12-04Add particle boards, fix cp32 and try to speed up atmel buildScott Shawcroft
2018-11-30Fix up spi flash defineScott Shawcroft
2018-11-27Fix QSPI on Feather nRF52840Scott Shawcroft
2018-11-23Update tinyusb to include control fixes.Scott Shawcroft
2018-11-14Factor out of external flash as well.Scott Shawcroft
2018-11-14Factor out fake partitionScott Shawcroft
2018-11-14start debugScott Shawcroft
2018-11-09Only write to usb when its around.Scott Shawcroft
2018-11-09Fix output overflow and make help translatableScott Shawcroft
2018-11-09Incorporate feedback:Scott Shawcroft
2018-11-09Build refinement to handle warnings and quiet outputScott Shawcroft
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
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