micropython/cc3200/mods
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
..
modnetwork.c cc3200: Add preliminary low power deep sleep support. 2015-03-11 16:54:09 +01:00
modnetwork.h cc3200: Add preliminary low power deep sleep support. 2015-03-11 16:54:09 +01:00
modpyb.c cc3200: Rewrite the PRCM RTC functionality methods. 2015-03-14 10:08:47 +01:00
moduos.c cc3200: Add power management framework. Add mpcallback class. 2015-03-11 17:00:33 +01:00
moduos.h cc3200: Add power management framework. Add mpcallback class. 2015-03-11 17:00:33 +01:00
modusocket.c cc3200: Add explicit py/ path-prefix for py includes. 2015-02-21 18:58:43 +00:00
modutime.c cc3200: Add explicit py/ path-prefix for py includes. 2015-02-21 18:58:43 +00:00
modutime.h cc3200: Add power management framework. Add mpcallback class. 2015-03-11 17:00:33 +01:00
modwlan.c cc3200: Rewrite the PRCM RTC functionality methods. 2015-03-14 10:08:47 +01:00
modwlan.h cc3200: Remove unneeded code from modwlan and optimize startup time. 2015-03-14 10:08:43 +01:00
pybadc.c cc3200: Register ADC and I2C with the sleep module. 2015-03-11 22:09:52 +01:00
pybadc.h cc3200: Add ADC module. 2015-02-20 16:40:59 +01:00
pybi2c.c cc3200: Register ADC and I2C with the sleep module. 2015-03-11 22:09:52 +01:00
pybi2c.h cc3200: Register ADC and I2C with the sleep module. 2015-03-11 22:09:52 +01:00
pybpin.c cc3200: Allow separate selection of the power mode in Pin callbacks. 2015-03-12 16:22:17 +01:00
pybpin.h cc3200: Add power management framework. Add mpcallback class. 2015-03-11 17:00:33 +01:00
pybrtc.c cc3200: Rewrite the PRCM RTC functionality methods. 2015-03-14 10:08:47 +01:00
pybrtc.h cc3200: Rewrite the PRCM RTC functionality methods. 2015-03-14 10:08:47 +01:00
pybsd.c cc3200: Place functions only used while booting in a special section. 2015-03-11 16:59:29 +01:00
pybsd.h cc3200: Add WDT functionality as part of the pyb module. 2015-02-25 11:37:29 +01:00
pybsleep.c cc3200: Rewrite the PRCM RTC functionality methods. 2015-03-14 10:08:47 +01:00
pybsleep.h cc3200: Rewrite the PRCM RTC functionality methods. 2015-03-14 10:08:47 +01:00
pybsystick.c cc3200: Add explicit py/ path-prefix for py includes. 2015-02-21 18:58:43 +00:00
pybsystick.h cc3200: Add cc3200 port of MicroPython. 2015-02-06 22:10:11 +00:00
pybuart.c cc3200: Add power management framework. Add mpcallback class. 2015-03-11 17:00:33 +01:00
pybuart.h cc3200: Register ADC and I2C with the sleep module. 2015-03-11 22:09:52 +01:00
pybwdt.c cc3200: Add power management framework. Add mpcallback class. 2015-03-11 17:00:33 +01:00
pybwdt.h cc3200: Make WDT and HeartBeat constant objects on their own right. 2015-03-11 16:54:05 +01:00