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 df5952f655 Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations. 6 years ago
..
FreeRTOS.h Update the method used to detect if a timer is active. Previously the timer was deemed to be inactive if it was not referenced from a list. However, when a timer is updated it is temporarily removed from, then re-added to a list, so now the timer's active status is stored separately. 6 years ago
StackMacros.h Update version numbers ready for release. 7 years ago
croutine.h Update version numbers ready for release. 7 years ago
deprecated_definitions.h Update version numbers ready for release. 7 years ago
event_groups.h Update version numbers ready for release. 7 years ago
list.h Update version numbers ready for release. 7 years ago
message_buffer.h Update version numbers ready for release. 7 years ago
mpu_prototypes.h Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations. 6 years ago
mpu_wrappers.h Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations. 6 years ago
portable.h Update version numbers ready for release. 7 years ago
projdefs.h Update version numbers ready for release. 7 years ago
queue.h Update version numbers ready for release. 7 years ago
semphr.h Update version numbers ready for release. 7 years ago
stack_macros.h Update version numbers ready for release. 7 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
stream_buffer.h Update version numbers ready for release. 7 years ago
task.h Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations. 6 years ago
timers.h Remove "FromISR' functions from the list of functions that switch to a privileged mode as IRQs are privileged already. 6 years ago