FreeRTOS-Kernel/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include
Richard Barry 2acc8f2c99 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.
2016-02-10 12:58:15 +00:00
..
trcBase.h Update FreeRTOS+Trace recorder library to v3.0.2 2015-10-09 13:30:09 +00:00
trcHardwarePort.h Update FreeRTOS+Trace recorder library to v3.0.2 2015-10-09 13:30:09 +00:00
trcKernel.h Update FreeRTOS+Trace recorder library to v3.0.2 2015-10-09 13:30:09 +00:00
trcKernelHooks.h Update FreeRTOS+Trace recorder library to v3.0.2 2015-10-09 13:30:09 +00:00
trcKernelPort.h FreeRTOS source: 2016-02-10 12:58:15 +00:00
trcTypes.h Update FreeRTOS+Trace recorder library to v3.0.2 2015-10-09 13:30:09 +00:00
trcUser.h Update FreeRTOS+Trace recorder library to v3.0.2 2015-10-09 13:30:09 +00:00