FreeRTOS-Kernel/FreeRTOS/Source/include
Richard Barry 802af0150c 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).
Add a member to the TaskStatus_t structure that is used to return the base address of the stack used by the task being queried.
Add xTaskGetTaskHandle() that allows the handle of a task to be looked up from the task's text name.
Continue to document the macros that allow RTOS objects to be created using statically allocated memory.
Introduced vApplicationDaemonTaskStartupHook(), which allows initialisation that that needs to be executed after the scheduler has been started to be executed from the RTOS daemon task.
Call prvResetNextTaskUnblockTime() in xTaskResumeAll() if a task is moved from the pending ready list - this can prevent an unnecessary wake from sleep mode if a task is unblocked by an interrupt while in a low power tickless state.
2016-01-28 16:59:57 +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 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
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 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
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