summaryrefslogtreecommitdiff
path: root/shared-bindings/supervisor
AgeCommit message (Expand)Author
2020-12-06Make ResetReason and RunReason availableDan Halbert
2020-11-25merge from upstream + wipDan Halbert
2020-11-24some API renaming and bug fixes; fix docsDan Halbert
2020-11-23working, but need to avoid deep sleeping too fast before USB readyDan Halbert
2020-11-22wipDan Halbert
2020-11-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-10-27More API changesScott Shawcroft
2020-09-17supervisor: Improve serial connection detectionJeff Epler
2020-08-07Modify some Python stubsTaku Fukada
2020-07-27Fix several type hintsTaku Fukada
2020-07-22Add externs. GCC10 complains about duplicate definesScott Shawcroft
2020-07-03Fixed init formattingdherrada
2020-07-03Made most of the requested changesdherrada
2020-07-02Removed all 'self, )'dherrada
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-12Did struct, supervisor, terminaliodherrada
2018-12-30Remove nRF52832 supportDan Halbert
2018-10-09Move the docs next to the implementationScott Shawcroft
2018-10-09Added Documentation for the serial_bytes_available attributeATMakersBill
2018-10-09replacing change to input() with separate method to check for USB Serial inputATMakersBill
2018-08-07Support internationalisation.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-05-16Rephrase the docScott Shawcroft
2018-05-14move reload exception to reload.cRoy Hooper
2018-05-14Rename reload_next_character to reload_requested to make it match it's intend...Roy Hooper
2018-05-14Initial implementation of supervisor.reload()Roy Hooper
2018-04-06supervisor/Runtime: updated documentation for 'no disconnect'sommersoft
2018-03-091 more sphinx fix; added '.. class::' constructorsommersoft
2018-03-09sphinx fix; incorrect currentmodule refsommersoft
2018-03-09sphinx fix; added toctree to include 'runtime'sommersoft
2018-03-09atmel-samd: changed Status to Runtime; instituted runtime singletonsommersoft
2018-02-19added Status submodule to shared-bindings/supervisor; issue #544sommersoft
2017-11-16Create supervisor module.Scott Shawcroft