micropython/cc3200/FreeRTOS/Source
Damien George 5c0fc73f33 cc3200: Update FreeRTOS to v9.0.0.
This is a pristine copy (actually a subset of files) of upstream FreeRTOS
v9.0.0.

Modifications to the previous version of FreeRTOS (v8.1.2) included
addition of __attribute__ ((section (".boot"))) to the following
functions:

    pxPortInitialiseStack
    prvTaskExitError
    prvPortStartFirstTask
    xPortStartScheduler
    vPortSetupTimerInterrupt
    xTaskGenericCreate
    vTaskStartScheduler
    prvInitialiseTCBVariables
    prvInitialiseTaskLists
    prvAllocateTCBAndStack

This attribute will need to be reinstated on a case-by-case basis
because some of the above functions are now removed/changed.
2016-06-28 11:28:50 +01:00
..
include cc3200: Update FreeRTOS to v9.0.0. 2016-06-28 11:28:50 +01:00
portable cc3200: Update FreeRTOS to v9.0.0. 2016-06-28 11:28:50 +01:00
croutine.c cc3200: Update FreeRTOS to v9.0.0. 2016-06-28 11:28:50 +01:00
event_groups.c cc3200: Update FreeRTOS to v9.0.0. 2016-06-28 11:28:50 +01:00
list.c cc3200: Update FreeRTOS to v9.0.0. 2016-06-28 11:28:50 +01:00
queue.c cc3200: Update FreeRTOS to v9.0.0. 2016-06-28 11:28:50 +01:00
tasks.c cc3200: Update FreeRTOS to v9.0.0. 2016-06-28 11:28:50 +01:00
timers.c cc3200: Update FreeRTOS to v9.0.0. 2016-06-28 11:28:50 +01:00