]> begriffs open source - freertos/commit
Provide the ability to create event groups and software timers using pre statically...
authorRichard Barry <ribarry@amazon.com>
Thu, 21 Jan 2016 14:10:04 +0000 (14:10 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 21 Jan 2016 14:10:04 +0000 (14:10 +0000)
commitf82953554d4eaef9e5055228a0b61ef7ac222404
tree1ea4329c32bcc9974d20338963d5c4b5dd984213
parent68fced741dbd693b3fb100ce1cb7cd085654bf26
Provide the ability to create event groups and software timers using pre statically allocated memory - now all RTOS objects can be created using statically allocated memory.
Rename StaticTCB_t to StaticTask_t.
12 files changed:
FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/main.c
FreeRTOS/Demo/Common/Minimal/StaticAllocation.c
FreeRTOS/Demo/Common/ethernet/Legacy-directory-only-see-FreeRTOS-Plus-TCP.url [moved from FreeRTOS/Demo/Common/ethernet/See-also-proprietary-FreeRTOS-Plus-UDP-product.url with 62% similarity]
FreeRTOS/Source/event_groups.c
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/event_groups.h
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/semphr.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c