You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/FreeRTOS/Source/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.
9 years ago
..
FreeRTOS.h FreeRTOS source: 9 years ago
StackMacros.h Update version number ready for the V8.2.3 release. 9 years ago
croutine.h Update version number ready for the V8.2.3 release. 9 years ago
deprecated_definitions.h Update version number ready for the V8.2.3 release. 9 years ago
event_groups.h 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. 9 years ago
list.h Add in the CORTEX_A53_64-bit_UltraScale_MPSoC demo application (a demo has been included in the Xilinx SDK download for some time already). 9 years ago
mpu_wrappers.h Update version number ready for the V8.2.3 release. 9 years ago
portable.h Update version number ready for the V8.2.3 release. 9 years ago
projdefs.h Kernel changes: 9 years ago
queue.h Add vTaskGetTaskInfo() function that allows a TaskStatus_t structure to be returned for an individual task (previously information could only be obtained for all the tasks at once). 9 years ago
semphr.h Add vTaskGetTaskInfo() function that allows a TaskStatus_t structure to be returned for an individual task (previously information could only be obtained for all the tasks at once). 9 years ago
stdint.readme Introduce configENABLE_BACKWARD_COMPATIBILITY to allow the #defines that provide backward compatibility with FreeRTOS version prior to V8 to be optionally omitted. 11 years ago
task.h FreeRTOS source: 9 years ago
timers.h Add vTaskGetTaskInfo() function that allows a TaskStatus_t structure to be returned for an individual task (previously information could only be obtained for all the tasks at once). 9 years ago