This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/FreeRTOS/Source/include
2014-02-14 11:07:25 +00:00
..
croutine.h Map portTICK_RATE_MS to portTICK_PERIOD_MS. 2014-01-05 20:40:55 +00:00
event_groups.h Make xEventGroupSetBitsFromISR() a function when configUSE_TRACE_FACILITY is enabled to allow the inclusion of a trace macro. 2014-02-14 11:07:25 +00:00
FreeRTOS.h Introduce xTimerPendFunctionCall(). 2014-01-25 17:01:41 +00:00
list.h Add configCLEAR_TICK_INTERRUPT() to the IAR and RVDS Cortex-A9 ports. 2014-02-04 17:02:52 +00:00
mpu_wrappers.h Make xTaskIsTaskSuspended() a private function as it should only be called from within critical sections. 2014-02-10 17:02:37 +00:00
portable.h Change version numbers ready for V8.0.0 release candidate 1 tag. 2013-12-31 20:10:09 +00:00
projdefs.h Remove #error that attempted to catch stdint.h not being included. 2014-01-23 14:51:53 +00:00
queue.h Make xTaskIsTaskSuspended() a private function as it should only be called from within critical sections. 2014-02-10 17:02:37 +00:00
semphr.h Map portTICK_RATE_MS to portTICK_PERIOD_MS. 2014-01-05 20:40:55 +00:00
StackMacros.h Change version numbers ready for V8.0.0 release candidate 1 tag. 2013-12-31 20:10:09 +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 Make xTaskIsTaskSuspended() a private function as it should only be called from within critical sections. 2014-02-10 17:02:37 +00:00
timers.h vQueueAddToRegistry() now takes a const char * instead of a char *. 2014-01-28 12:32:03 +00:00