]> git.sur5r.net Git - freertos/commit
Add configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS mechanism to allow the...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 7 Jun 2013 09:37:18 +0000 (09:37 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 7 Jun 2013 09:37:18 +0000 (09:37 +0000)
commitd77fac87c3796fb1b4ebe959c8f776f5c6bc05b8
tree6b80ba2e8686d96a457437e49917137f4af27b32
parent8dbdd888bc4a350a2c4d0fcac89b6ac702dbf436
Add configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS mechanism to allow the user to define functions that will execute in privileged mode.
Update the Rowley MPU demo to use a version of debug_printf that runs in privileged mode to get around the problem of the RAM it uses not being under the control of the kernel.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1918 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzp
FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs
FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/application_defined_privileged_functions.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c