]> begriffs open source - freertos/commit
Add configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS mechanism to allow the...
authorRichard Barry <ribarry@amazon.com>
Fri, 7 Jun 2013 09:37:18 +0000 (09:37 +0000)
committerRichard Barry <ribarry@amazon.com>
Fri, 7 Jun 2013 09:37:18 +0000 (09:37 +0000)
commit0f3ae55e5d454bf2f41e083b1dcb0b89d1046c68
tree6b80ba2e8686d96a457437e49917137f4af27b32
parentf904d2695756a0b1d8933c4d54f8e996056a8110
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.
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