FreeRTOS-Kernel/FreeRTOS/Source/include
Richard Barry c7b7b90cc9 Core kernel code changes:
+ Added xTaskAbortDelay() function, which causes a task to exit the Blocked state even before the timeout has expired or the event the task is waiting for has occurred.
+ For efficiency and code size reasons on some architectures, replace many instances of "== pdTRUE" with "!= pdFALSE".
2016-02-14 11:58:11 +00:00
..
croutine.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
deprecated_definitions.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
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. 2016-01-21 14:10:04 +00:00
FreeRTOS.h FreeRTOS source: 2016-02-10 12:58:15 +00:00
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). 2015-12-22 13:56:20 +00:00
mpu_wrappers.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
portable.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
projdefs.h Kernel changes: 2015-11-20 14:11:11 +00:00
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). 2016-01-28 16:59:57 +00:00
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). 2016-01-28 16:59:57 +00:00
StackMacros.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
stdint.readme Introduce configENABLE_BACKWARD_COMPATIBILITY to allow the #defines that provide backward compatibility with FreeRTOS version prior to V8 to be optionally omitted. 2014-01-13 20:26:47 +00:00
task.h Core kernel code changes: 2016-02-14 11:58:11 +00:00
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). 2016-01-28 16:59:57 +00:00