circuitpython/cc3200/bootmgr
danicampora 2c103d5200 cc3200: Rewrite the PRCM RTC functionality methods.
This allows to use the On-Chip retention registers for both the
RTC and to share notification flags between the bootloader and the
application. The two flags being shared right now are the "safe boot"
request and the WDT reset cause. we still have 2 more bits free for
future use.
2015-03-14 10:08:47 +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: Create separate release/debug build directories 2015-02-28 19:03:17 +01:00
bootloader.mk cc3200: Make WDT and HeartBeat constant objects on their own right. 2015-03-11 16:54:05 +01:00
bootmgr.h cc3200: Rename GPIO module to Pin. 2015-02-09 20:01:54 +01:00
bootmgr.lds cc3200: Clean up linker scripts and startup file. 2015-03-14 10:08:45 +01:00
flc.h cc3200: Rename GPIO module to Pin. 2015-02-09 20:01:54 +01:00
main.c cc3200: Rewrite the PRCM RTC functionality methods. 2015-03-14 10:08:47 +01:00
runapp.s cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00