summaryrefslogtreecommitdiff
path: root/supervisor/shared/autoreload.c
AgeCommit message (Collapse)Author
2019-03-20flush flash filesystem once a secondDan Halbert
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
2017-11-16Create supervisor module.Scott Shawcroft
It can control autoreload and the rgb status led.
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.