circuitpython/cc3200/simplelink/oslib
Damien George e098eac195 cc3200: Start the simplelink spawn task using the static task creator.
In VStartSimpleLinkSpawnTask we change xTaskCreate to xTaskCreateStatic
so that the task is created using statically allocated memory for the TCB
and stack.

This means that xTaskCreate function is no longer needed (the static
version is now used exclusively).
2016-06-28 11:28:53 +01:00
..
osi.h cc3200: Add power management framework. Add mpcallback class. 2015-03-11 17:00:33 +01:00
osi_freertos.c cc3200: Start the simplelink spawn task using the static task creator. 2016-06-28 11:28:53 +01:00