mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 00:37:44 -04:00
* Introduce tasks that test the coherency of the reported space available in a message buffer from two separate tasks. Designed to highlight the issue reported in https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/264 Introduce configRUN_ADDITIONAL_TESTS which must be set to 1 to run the new tests. That is because the new tests got added to an existing standard demo file and smaller platforms may not have the resources to run them. Set configRUN_ADDITIONAL_TESTS to 1 in the MSVC and IAR/QEMU project so both project run the new test. Also add missing 'volatile' qualifier in the IAR/QEMU project on some register accesses. * Update xAreMessageBufferTasksStillRunning() to report errors from the new message buffer size coherency tests. Co-authored-by: RichardBarry <ribarry@amazon.com> Co-authored-by: RichardBarry <3073890+RichardBarry@users.noreply.github.com> |
||
---|---|---|
.. | ||
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 | ||
TaskNotifyArray.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.