]> begriffs open source - freertos/commit
Core kernel code changes:
authorRichard Barry <ribarry@amazon.com>
Sun, 14 Feb 2016 11:58:11 +0000 (11:58 +0000)
committerRichard Barry <ribarry@amazon.com>
Sun, 14 Feb 2016 11:58:11 +0000 (11:58 +0000)
commitc7b7b90cc928473a6f16ed42f45094a78d7df54e
tree7d4a1dfe4ef33743136178650497075449b15597
parent2acc8f2c995697f3306423eafc3c0d8632064f88
Core kernel code changes:
+ Added xTaskAbortDelay() function, which causes a task to exit the Blocked state even before the timeout has expired or the event the task is waiting for has occurred.
+ For efficiency and code size reasons on some architectures, replace many instances of "== pdTRUE" with "!= pdFALSE".
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/MemMang/ReadMe.url [new file with mode: 0644]
FreeRTOS/Source/portable/readme.txt
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c