micropython/cc3200/bootmgr
danicampora 7a074a14ce cc3200: Implement safe boot pin and system led behaviour.
The safe boot pin, when pulled high during reset rolls back the
firmware to the "factory" image and skips execution of 'boot.py'
and 'main.py'. This is useful to recover from a crash condition.
The system led is used mostly to signal errors.
2015-02-25 23:17:17 +01:00
..
relocator cc3200: Add bootmanager relocator to the repository. 2015-02-09 15:03:12 +01:00
sl cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
bootgen.sh cc3200: Add exit values to the shell scripts. 2015-02-21 14:19:36 +01:00
bootloader.mk cc3200: Implement safe boot pin and system led behaviour. 2015-02-25 23:17:17 +01:00
bootmgr.h cc3200: Rename GPIO module to Pin. 2015-02-09 20:01:54 +01:00
bootmgr.lds cc3200: Add SD module and disable SD card support for the LAUNCHXL. 2015-02-21 14:19:40 +01:00
flc.h cc3200: Rename GPIO module to Pin. 2015-02-09 20:01:54 +01:00
main.c cc3200: Implement safe boot pin and system led behaviour. 2015-02-25 23:17:17 +01:00
runapp.s cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00