aboutsummaryrefslogtreecommitdiff
path: root/cc3200/FreeRTOS
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2016-06-28cc3200: Shrink the FreeRTOS heap and place TCB+stack in freed location.Damien George
2016-06-28cc3200: In FreeRTOSConfig.h, comment on configSUPPORT_STATIC_ALLOCATION.Damien George
2016-06-28cc3200: Add basic threading capabilities.Damien George
2016-06-28cc3200: Define our own FreeRTOS heap so it can go in a special segment.Damien George
2016-06-28cc3200: Update FreeRTOS to v9.0.0.Damien George
2015-10-19cc3200: Increase stack sizes a bit.danicampora
2015-04-11cc3200: Enable long filename support in FatFS.Daniel Campora
2015-03-11cc3200: Add power management framework. Add mpcallback class.danicampora
2015-03-11cc3200: Place functions only used while booting in a special section.danicampora
2015-02-26cc3200: Modify simplelink FreeRTOS OSI layer to only use semaphores.danicampora
2015-02-20cc3200: Disable FreeRTOS asserts. Optimize more files if BTYPE=debug.danicampora
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora