mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-23 06:51:58 -04:00
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. |
||
---|---|---|
.. | ||
AbortDelay.c | ||
BlockQ.c | ||
blocktim.c | ||
comtest.c | ||
comtest_strings.c | ||
countsem.c | ||
crflash.c | ||
crhook.c | ||
death.c | ||
dynamic.c | ||
EventGroupsDemo.c | ||
flash.c | ||
flash_timer.c | ||
flop.c | ||
GenQTest.c | ||
integer.c | ||
IntQueue.c | ||
IntSemTest.c | ||
MessageBufferAMP.c | ||
MessageBufferDemo.c | ||
PollQ.c | ||
QPeek.c | ||
QueueOverwrite.c | ||
QueueSet.c | ||
QueueSetPolling.c | ||
readme.txt | ||
recmutex.c | ||
semtest.c | ||
sp_flop.c | ||
StaticAllocation.c | ||
StreamBufferDemo.c | ||
StreamBufferInterrupt.c | ||
TaskNotify.c | ||
TimerDemo.c |
This directory contains the implementation of the "common demo tasks". These are test tasks and demo tasks that are used by nearly all the demo applications.