]> git.sur5r.net Git - freertos/commit - FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
xTaskGenericNotify() now sets xYieldPending to pdTRUE even when the 'higher priority...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 29 Apr 2018 18:15:38 +0000 (18:15 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 29 Apr 2018 18:15:38 +0000 (18:15 +0000)
commit6e33f3d844560120d8110ec9d6a50f912b594b87
treeee49935f5f3ab8fe960c21b66b83a28e6b744f22
parentf9095e9a16268198198f83c31c40e35a51658f4a
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.

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