aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mpthreadport.h
AgeCommit message (Collapse)Author
2016-06-28cc3200: Allow to compile bootloader with threading enabled.Damien George
Threading is not used in the bootloader but the config optios are still enabled so we must exclude including FreeRTOS.h.
2016-06-28cc3200/mpthreadport: Make mutex statically allocated.Damien George
Reduced the need for the FreeRTOS heap to allocate the mutex.
2016-06-28cc3200: Add basic threading capabilities.Damien George
Can create a new thread and run it. Does not use the GIL at this point.