-
- Downloads
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.
Showing
- cc3200/FreeRTOS/License/license.txt 35 additions, 30 deletionscc3200/FreeRTOS/License/license.txt
- cc3200/FreeRTOS/Source/croutine.c 36 additions, 27 deletionscc3200/FreeRTOS/Source/croutine.c
- cc3200/FreeRTOS/Source/event_groups.c 125 additions, 49 deletionscc3200/FreeRTOS/Source/event_groups.c
- cc3200/FreeRTOS/Source/include/FreeRTOS.h 395 additions, 90 deletionscc3200/FreeRTOS/Source/include/FreeRTOS.h
- cc3200/FreeRTOS/Source/include/StackMacros.h 56 additions, 65 deletionscc3200/FreeRTOS/Source/include/StackMacros.h
- cc3200/FreeRTOS/Source/include/croutine.h 31 additions, 27 deletionscc3200/FreeRTOS/Source/include/croutine.h
- cc3200/FreeRTOS/Source/include/deprecated_definitions.h 321 additions, 0 deletionscc3200/FreeRTOS/Source/include/deprecated_definitions.h
- cc3200/FreeRTOS/Source/include/event_groups.h 119 additions, 48 deletionscc3200/FreeRTOS/Source/include/event_groups.h
- cc3200/FreeRTOS/Source/include/list.h 88 additions, 38 deletionscc3200/FreeRTOS/Source/include/list.h
- cc3200/FreeRTOS/Source/include/mpu_prototypes.h 177 additions, 0 deletionscc3200/FreeRTOS/Source/include/mpu_prototypes.h
- cc3200/FreeRTOS/Source/include/mpu_wrappers.h 127 additions, 79 deletionscc3200/FreeRTOS/Source/include/mpu_wrappers.h
- cc3200/FreeRTOS/Source/include/portable.h 58 additions, 277 deletionscc3200/FreeRTOS/Source/include/portable.h
- cc3200/FreeRTOS/Source/include/projdefs.h 97 additions, 30 deletionscc3200/FreeRTOS/Source/include/projdefs.h
- cc3200/FreeRTOS/Source/include/queue.h 174 additions, 63 deletionscc3200/FreeRTOS/Source/include/queue.h
- cc3200/FreeRTOS/Source/include/semphr.h 432 additions, 101 deletionscc3200/FreeRTOS/Source/include/semphr.h
- cc3200/FreeRTOS/Source/include/task.h 752 additions, 52 deletionscc3200/FreeRTOS/Source/include/task.h
- cc3200/FreeRTOS/Source/include/timers.h 239 additions, 46 deletionscc3200/FreeRTOS/Source/include/timers.h
- cc3200/FreeRTOS/Source/list.c 77 additions, 41 deletionscc3200/FreeRTOS/Source/list.c
- cc3200/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c 49 additions, 86 deletionscc3200/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
- cc3200/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h 127 additions, 40 deletionscc3200/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
Loading
Please register or sign in to comment