]> git.sur5r.net Git - freertos/commit
Add vQueueDelete() to the MPU port.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 3 Aug 2012 15:21:21 +0000 (15:21 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 3 Aug 2012 15:21:21 +0000 (15:21 +0000)
commitf92473dc33599dcff9f4941942721de7552ae5b9
tree7d2d5e68b78c5a17f3cbe9d53a62c9db53e43d73
parent592d41dfca6f18dcd24a371ee61817c6c8b37ad2
Add vQueueDelete() to the MPU port.
Added volatile key word to the queue xRxLock and xTxLock members.
Ensure the portPRIVILEGED_BIT bit is set when the timer task is being created by the kernel - as it was for the idle task.  Necessary for MPU port.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1760 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
Demo/WIN32-MSVC-lwIP/WIN32.suo
Source/portable/GCC/ARM_CM3_MPU/port.c
Source/queue.c
Source/timers.c