aboutsummaryrefslogtreecommitdiff
path: root/cc3200/FreeRTOS/FreeRTOSConfig.h
AgeCommit message (Collapse)Author
2015-02-26cc3200: Modify simplelink FreeRTOS OSI layer to only use semaphores.danicampora
Before, both mutexes and semaphores were used. Using only the latter and with a bit of cleanup to remove some code bloat, we save ~600 bytes of code.
2015-02-20cc3200: Disable FreeRTOS asserts. Optimize more files if BTYPE=debug.danicampora
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.