FreeRTOS-Kernel/FreeRTOS/Demo/CORTEX_MPS2_QEMU_IAR
Cobus van Eeden 26478d721f
Add message buffer space available coherency test (#515)
* 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>
2021-03-20 11:50:16 -07:00
..
CMSIS Create Cortex-M3 QEMU project for testing with the IAR compiler (#503) 2021-02-19 12:19:23 -08:00
FreeRTOSConfig.h Add message buffer space available coherency test (#515) 2021-03-20 11:50:16 -07:00
IntQueueTimer.c Create Cortex-M3 QEMU project for testing with the IAR compiler (#503) 2021-02-19 12:19:23 -08:00
IntQueueTimer.h Create Cortex-M3 QEMU project for testing with the IAR compiler (#503) 2021-02-19 12:19:23 -08:00
main.c Add message buffer space available coherency test (#515) 2021-03-20 11:50:16 -07:00
main_blinky.c Create Cortex-M3 QEMU project for testing with the IAR compiler (#503) 2021-02-19 12:19:23 -08:00
main_full.c Create Cortex-M3 QEMU project for testing with the IAR compiler (#503) 2021-02-19 12:19:23 -08:00
MPS2.icf Create Cortex-M3 QEMU project for testing with the IAR compiler (#503) 2021-02-19 12:19:23 -08:00
RTOSDemo.ewd Create Cortex-M3 QEMU project for testing with the IAR compiler (#503) 2021-02-19 12:19:23 -08:00
RTOSDemo.ewp Create Cortex-M3 QEMU project for testing with the IAR compiler (#503) 2021-02-19 12:19:23 -08:00
RTOSDemo.ewt Create Cortex-M3 QEMU project for testing with the IAR compiler (#503) 2021-02-19 12:19:23 -08:00
RTOSDemo.eww Create Cortex-M3 QEMU project for testing with the IAR compiler (#503) 2021-02-19 12:19:23 -08:00
startup_ewarm.c Create Cortex-M3 QEMU project for testing with the IAR compiler (#503) 2021-02-19 12:19:23 -08:00