.. |
croutine.h
|
Update version numbers ready for release.
|
2018-09-07 18:13:20 +00:00 |
deprecated_definitions.h
|
Update version numbers ready for release.
|
2018-09-07 18:13:20 +00:00 |
event_groups.h
|
Update version numbers ready for release.
|
2018-09-07 18:13:20 +00:00 |
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.
|
2018-10-24 21:37:59 +00:00 |
list.h
|
Update version numbers ready for release.
|
2018-09-07 18:13:20 +00:00 |
message_buffer.h
|
Update version numbers ready for release.
|
2018-09-07 18:13:20 +00:00 |
mpu_prototypes.h
|
Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations.
|
2019-01-21 23:39:48 +00:00 |
mpu_wrappers.h
|
Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations.
|
2019-01-21 23:39:48 +00:00 |
portable.h
|
Update version numbers ready for release.
|
2018-09-07 18:13:20 +00:00 |
projdefs.h
|
Update version numbers ready for release.
|
2018-09-07 18:13:20 +00:00 |
queue.h
|
Update version numbers ready for release.
|
2018-09-07 18:13:20 +00:00 |
semphr.h
|
Update version numbers ready for release.
|
2018-09-07 18:13:20 +00:00 |
stack_macros.h
|
Update version numbers ready for release.
|
2018-09-07 18:13:20 +00:00 |
StackMacros.h
|
Update version numbers ready for release.
|
2018-09-07 18:13:20 +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 |
stream_buffer.h
|
Update version numbers ready for release.
|
2018-09-07 18:13:20 +00:00 |
task.h
|
Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations.
|
2019-01-21 23:39:48 +00:00 |
timers.h
|
Remove "FromISR' functions from the list of functions that switch to a privileged mode as IRQs are privileged already.
|
2018-12-17 22:04:18 +00:00 |