]> begriffs open source - freertos/commit
xTaskGenericNotify() now sets xYieldPending to pdTRUE even when the 'higher priority...
authorRichard Barry <ribarry@amazon.com>
Sun, 29 Apr 2018 18:15:38 +0000 (18:15 +0000)
committerRichard Barry <ribarry@amazon.com>
Sun, 29 Apr 2018 18:15:38 +0000 (18:15 +0000)
commita3148ba6388c8479908911af31c041cc5b2be731
treeee49935f5f3ab8fe960c21b66b83a28e6b744f22
parent025088c28026d4228bd62318b8cbfc017e5fff3c
xTaskGenericNotify() now sets xYieldPending to pdTRUE even when the 'higher priority task woken' parameter is provided - making its behaviour consistent with event objects.
Ensure tasks that are blocked indefinitely on a direct to task notification return their state as eBlocked, previously was returned as eSuspended - making its behaviour consistent with event objects.
Fix typo in stream_buffer.c where "size_t xBytesAvailable ); PRIVILEGED_FUNCTION" had the semicolon in the wrong place.
Add testing of Stream Buffers to the AbortDelay.c tests.
Guard inclusion of C code when FreeRTOSConfig.h is included from an assembly file in the ARM7_LPC2129_IAR demo.
Fix minor typos in the Windows demo comment blocks.
FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/Common/Minimal/AbortDelay.c
FreeRTOS/Demo/Common/Minimal/TimerDemo.c
FreeRTOS/Demo/WIN32-MSVC/main.c
FreeRTOS/Demo/WIN32-MSVC/main_blinky.c
FreeRTOS/Demo/WIN32-MSVC/main_full.c
FreeRTOS/Demo/WIN32-MingW/main_full.c
FreeRTOS/Source/stream_buffer.c
FreeRTOS/Source/tasks.c