index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-bindings
/
supervisor
/
__init__.c
Age
Commit message (
Collapse
)
Author
2021-03-15
run code formatting script
microDev
2020-12-06
Make ResetReason and RunReason available
Dan Halbert
2020-11-25
merge from upstream + wip
Dan Halbert
2020-11-24
some API renaming and bug fixes; fix docs
Dan Halbert
2020-11-23
working, but need to avoid deep sleeping too fast before USB ready
Dan Halbert
2020-11-22
wip
Dan Halbert
2020-08-07
Modify some Python stubs
Taku Fukada
2020-07-27
Fix several type hints
Taku Fukada
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-12
Did struct, supervisor, terminalio
dherrada
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-07-31
Remove rogue execute bit. Must a common incorrect shortcut for me. :-)
Scott Shawcroft
2018-07-31
Allow for resizing the stack area.
Scott Shawcroft
2018-07-31
Add basic memory allocation outside Python runtime
Scott Shawcroft
This allows for the heap to fill all space but the stack. It also allows us to designate space for memory outside the runtime for things such as USB descriptors, flash cache and main filename. Fixes #754
2018-05-16
Rephrase the doc
Scott Shawcroft
2018-05-14
move reload exception to reload.c
Roy Hooper
2018-05-14
Rename reload_next_character to reload_requested to make it match it's ↵
Roy Hooper
intended use
2018-05-14
Initial implementation of supervisor.reload()
Roy Hooper
2018-04-06
supervisor/Runtime: updated documentation for 'no disconnect'
sommersoft
2018-03-09
sphinx fix; added toctree to include 'runtime'
sommersoft
2018-03-09
atmel-samd: changed Status to Runtime; instituted runtime singleton
sommersoft
2018-02-19
added Status submodule to shared-bindings/supervisor; issue #544
sommersoft
2017-11-16
Create supervisor module.
Scott Shawcroft
It can control autoreload and the rgb status led.