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
/
supervisor
/
shared
/
safe_mode.c
Age
Commit message (
Expand
)
Author
2021-04-02
Changed error message to display the generic term 'system firmware' instead o...
Jonny Bergdahl
2021-03-15
run code formatting script
microDev
2021-03-02
allow the safe mode danse if RESET_REASON_UNKNOWN
Neradoc
2021-01-21
Fix ESP build
Scott Shawcroft
2021-01-20
Add initial RP2040 support
Scott Shawcroft
2020-11-21
wip: ResetReason to microcontroller.cpu
Dan Halbert
2020-11-20
compiles
Dan Halbert
2020-11-19
wip
Dan Halbert
2020-11-16
wip: initial code changes, starting from @tannewt's sleepio branch
Dan Halbert
2020-10-27
Start tweaking the workflow to sleep
Scott Shawcroft
2020-09-29
Update make translate script
microDev
2020-09-13
Update safe_mode.c
microDev
2020-09-13
Update safe mode reason
microDev
2020-09-12
Fix serial console output & add more boards
microDev
2020-09-11
Added esp32s2 safe_mode & fixed user_safe_mode
microDev
2020-09-08
Fix heap without PSRAM. Never set heap_size.
Scott Shawcroft
2020-08-04
safe_mode: Exclude NORDIC_SOFT_DEVICE_ASSERT str if possible
Jeff Epler
2020-05-27
supervisor: add a new WATCHDOG_RESET safe mode reason
Sean Cross
2020-01-17
Refine iMX RT memory layout and add three boards
Scott Shawcroft
2019-12-12
make translate and remove backslash-r's
Dan Halbert
2019-12-12
Fix flash write error handling; clean up safe mode message printing
Dan Halbert
2019-11-18
Supervisor: move most of systick to the supervisor
Jeff Epler
2019-05-09
Rework safe mode so we can trigger on all resets
Scott Shawcroft
2019-05-08
Update `on_next_reset` for new safe mode.
Scott Shawcroft
2019-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft
2019-04-05
Fix crash when getting board.SPI outside the VM
Scott Shawcroft
2019-03-12
Enter safe mode when an allocation is attempted on an uninitialized heap.
Scott Shawcroft
2018-12-06
Rework safe mode and have heap overwrite trigger it.
Scott Shawcroft