mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-28 00:06:16 -04:00
- 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-CLI | ||
| FreeRTOS-Plus-FAT-SL | ||
| FreeRTOS-Plus-IO | ||
| FreeRTOS-Plus-Nabto | ||
| FreeRTOS-Plus-Trace | ||
| FreeRTOS-Plus-Trace(streaming) | ||
| FreeRTOS-Plus-UDP | ||
| Reliance-Edge | ||
| WolfSSL | ||
| readme.txt | ||
| WebDocs.url | ||
Directories: + The FreeRTOS-Plus/Source contains the source code of each FreeRTOS+ product. + See http://www.FreeRTOS.org for FreeRTOS documentation. See http://www.freertos.org/plus for FreeRTOS+ documentation.