FreeRTOS-Kernel/FreeRTOS/Demo/WIN32-MSVC
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
..
Trace_Recorder_Configuration Tracelyzer version updates (#261) 2020-09-10 18:52:20 -07:00
FreeRTOSConfig.h Add message buffer space available coherency test (#515) 2021-03-20 11:50:16 -07:00
main.c Add message buffer space available coherency test (#515) 2021-03-20 11:50:16 -07:00
main_blinky.c [AUTO][RELEASE]: Bump file header version to "202012.00" 2020-12-15 11:50:37 -07:00
main_full.c [AUTO][RELEASE]: Bump file header version to "202012.00" 2020-12-15 11:50:37 -07:00
Run-time-stats-utils.c [AUTO][RELEASE]: Bump file header version to "202012.00" 2020-12-15 11:50:37 -07:00
WIN32.sln Remove configurations other than 'debug' from the Win32 demo. 2017-05-07 18:22:31 +00:00
WIN32.vcxproj Feature/multiple direct to task notifications (#73) 2020-06-08 14:22:46 -07:00
WIN32.vcxproj.filters Feature/multiple direct to task notifications (#73) 2020-06-08 14:22:46 -07:00