summaryrefslogtreecommitdiff
path: root/supervisor/shared
AgeCommit message (Collapse)Author
2018-06-01atmel-samd: Re-org helper peripheral files into their own subdirectory.Scott Shawcroft
Ideally in the future they won't depend on ASF4 or MicroPython.
2018-05-14switch autoreload to reloadexceptionRoy Hooper
2018-05-14Rename reload_next_character to reload_requested to make it match it's ↵Roy Hooper
intended use
2018-04-12Fix the status neopixel flashing.Scott Shawcroft
We were storing the wrong current color.
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-11-22M4 status LED flashing with no main.py present #447 Initialized stack variablemrmcwethy
2017-11-16Create supervisor module.Scott Shawcroft
It can control autoreload and the rgb status led.
2017-10-31atmel-samd: Add samd21 neopixel support.Scott Shawcroft
Also, fix and enable the status neopixel. Fixes #264
2017-09-22Move to ASF4 and introduce SAMD51 support. (#258)3.0.0-alpha.0Scott Shawcroft
* atmel-samd: Remove ASF3. This will break builds. * atmel-samd: Add ASF4 for the SAMD21 and SAMD51. * Introduce the supervisor concept to facilitate porting. The supervisor is the code which runs individual MicroPython VMs. By splitting it out we make it more consistent and easier to find. This also adds very basic SAMD21 and SAMD51 support using the supervisor. Only the REPL currently works. This begins the work for #178.