]> begriffs open source - freertos/commit
FreeRTOS source:
authorRichard Barry <ribarry@amazon.com>
Wed, 10 Feb 2016 12:58:15 +0000 (12:58 +0000)
committerRichard Barry <ribarry@amazon.com>
Wed, 10 Feb 2016 12:58:15 +0000 (12:58 +0000)
commit2acc8f2c995697f3306423eafc3c0d8632064f88
tree6970682fcb70e67224f1fbb2085b3746bb15e5a5
parent42e73b9b8f2e15bc789537a93582bf50e29591c1
FreeRTOS source:
 - Major refactor to consolidate the multiple places where a task is removed from a ready list and placed in a delay list into a single function, reducing code size, and enabling the easy addition of up-coming functionality.
 - Replace the enum used for task notification states with a uint8_t to reduce the TCB struct size with some compilers, and allow additional members to be added without increasing its size.
 - Rearrange FreeRTOS.h so all INCLUDE_ defaults are grouped together.
FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelPort.h
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/tasks.c