aboutsummaryrefslogtreecommitdiff
path: root/cc3200/hal/prcm.h
AgeCommit message (Collapse)Author
2015-09-27cc3200: New irq API, affects all classes that provide the irq method.Daniel Campora
2015-08-09cc3200: Refactor PRCM special user bits implementation.Daniel Campora
2015-03-17cc3200: Make peripheral objects static.danicampora
This prevents duplication of objects in the sleep list. Also helps with reducing the code size by ~100 bytes.
2015-03-16cc3200: Update HAL to SDK release version 1.1.0.danicampora
2015-03-14cc3200: Rewrite the PRCM RTC functionality methods.danicampora
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-02-25cc3200: Change PRCM_PeriphRegs_t fields to unsigned char.danicampora
This helps saving ~300 bytes. Thanks to dpgeorge.
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora
The port currently implements support for GPIO, RTC, ExtInt and the WiFi subsystem. A small file system is available in the serial flash. A bootloader which makes OTA updates possible, is also part of this initial implementation.