]> git.sur5r.net Git - freertos/commit
Ensure queue functions go into the privileged code section when the MPU version is...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 7 Jun 2013 09:41:15 +0000 (09:41 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 7 Jun 2013 09:41:15 +0000 (09:41 +0000)
commit5f44200b88f5a6ec99f3bdcc7479308b3b90f1be
tree28e84c0adc51b6a1f6c5800d31fc15c1a49c62d5
parentd77fac87c3796fb1b4ebe959c8f776f5c6bc05b8
Ensure queue functions go into the privileged code section when the MPU version is in use.
Provide a default value for configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS.
Revert prvQueueUnregisterQueue() back to a public function.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1919 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/mpu_wrappers.h
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/queue.c