]> begriffs open source - freertos/commit
Remove "FromISR' functions from the list of functions that switch to a privileged...
authorRichard Barry <ribarry@amazon.com>
Mon, 17 Dec 2018 22:04:18 +0000 (22:04 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 17 Dec 2018 22:04:18 +0000 (22:04 +0000)
commit148f588f567c7211684286bc82b89cfe001980d7
tree00b5d2a552481c5c6a52392b09fa972e61351133
parent8285ca6b5f578c7d6880064b1a383f8987a4fd96
Remove "FromISR' functions from the list of functions that switch to a privileged mode as IRQs are privileged already.
Add the vTimerSetReloadMode() API function.
FreeRTOS/Source/include/mpu_prototypes.h
FreeRTOS/Source/include/mpu_wrappers.h
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/portable/Common/mpu_wrappers.c
FreeRTOS/Source/timers.c