]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/include/timers.h
Remove "FromISR' functions from the list of functions that switch to a privileged...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 17 Dec 2018 22:04:18 +0000 (22:04 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 17 Dec 2018 22:04:18 +0000 (22:04 +0000)
commitf0792a2baf1e4f661c3a84170c280c5955b7422e
tree00b5d2a552481c5c6a52392b09fa972e61351133
parent5c08a1d2661e1293aca3e46875a790e3ece7ac0c
Remove "FromISR' functions from the list of functions that switch to a privileged mode as IRQs are privileged already.
Add the vTimerSetReloadMode() API function.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2606 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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