]> git.sur5r.net Git - freertos/commit
Core kernel code changes:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 14 Feb 2016 11:58:11 +0000 (11:58 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 14 Feb 2016 11:58:11 +0000 (11:58 +0000)
commita79c161476546ec571feabcb5c6dc3e88df1cd5e
tree7d4a1dfe4ef33743136178650497075449b15597
parent05cff1eb363369ff5d8e79f41268f57de48e08d1
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".

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2416 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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