]> git.sur5r.net Git - freertos/commit
Improve QueueSet.c test coverage by reading the queue set from an ISR to force paths...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 12 Feb 2013 10:09:36 +0000 (10:09 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 12 Feb 2013 10:09:36 +0000 (10:09 +0000)
commitdebb00813774c36bd953c2182f26e1681f42bee2
treea091f1a9a37bbe2a1a9a5778e5b9a5fcfba90342
parent322840c102dcc38ef0ce11849e36c3152e195906
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.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1822 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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