FreeRTOS-Kernel/FreeRTOS/Source/include
Richard Barry 84f4ae9aa0 Make xTaskIsTaskSuspended() a private function as it should only be called from within critical sections.
Fix issue in and simplify the xTaskRemoveFromUnorderedEventList() function.  The function is new to the V8 release candidates so does not effect official released code.
2014-02-10 17:02:37 +00:00
..
croutine.h Map portTICK_RATE_MS to portTICK_PERIOD_MS. 2014-01-05 20:40:55 +00:00
event_groups.h Introduce xTimerPendFunctionCall(). 2014-01-25 17:01:41 +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