You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/FreeRTOS/Demo/ARM7_LPC2129_IAR
Richard Barry a3148ba638 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.
7 years ago
..
ParTest Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
SrcIAR Add FreeRTOS-Plus directory. 13 years ago
resource Add FreeRTOS-Plus directory. 13 years ago
serial Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
settings Add FreeRTOS-Plus directory. 13 years ago
FreeRTOSConfig.h xTaskGenericNotify() now sets xYieldPending to pdTRUE even when the 'higher priority task woken' parameter is provided - making its behaviour consistent with event objects. 7 years ago
main.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
rtosdemo.ewd Add FreeRTOS-Plus directory. 13 years ago
rtosdemo.ewp Add FreeRTOS-Plus directory. 13 years ago
rtosdemo.eww Add FreeRTOS-Plus directory. 13 years ago