]> begriffs open source - freertos/commit
Improve QueueSet.c test coverage by reading the queue set from an ISR to force paths...
authorRichard Barry <ribarry@amazon.com>
Tue, 12 Feb 2013 10:09:36 +0000 (10:09 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 12 Feb 2013 10:09:36 +0000 (10:09 +0000)
commitb671bf368a1aedf6fd52f08399f22608981ee782
treea091f1a9a37bbe2a1a9a5778e5b9a5fcfba90342
parent26152204a4cb46b6f218dc96518332b7fa1c530f
Improve QueueSet.c test coverage by reading the queue set from an ISR to force paths through the queue locking and unlocking.
Add the FreeRTOS+Trace recorder into the Win32 MSVC demo.
Added more functions, including the queue set functions, to the MPU port.
15 files changed:
FreeRTOS/Demo/Common/Minimal/QueueSet.c
FreeRTOS/Demo/Common/include/QueueSet.h
FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c [new file with mode: 0644]
FreeRTOS/Demo/WIN32-MSVC/Trace_Recorder_Configuration/trcConfig.h [new file with mode: 0644]
FreeRTOS/Demo/WIN32-MSVC/Trace_Recorder_Configuration/trcPort.h [new file with mode: 0644]
FreeRTOS/Demo/WIN32-MSVC/WIN32.suo
FreeRTOS/Demo/WIN32-MSVC/WIN32.vcxproj
FreeRTOS/Demo/WIN32-MSVC/WIN32.vcxproj.filters
FreeRTOS/Demo/WIN32-MSVC/main.c
FreeRTOS/Source/include/mpu_wrappers.h
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c