]> git.sur5r.net Git - freertos/commit
Add some defensive programming in the default tickless mode in case the application...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 8 Oct 2013 12:33:46 +0000 (12:33 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 8 Oct 2013 12:33:46 +0000 (12:33 +0000)
commit1124804455f30f34cc5ae5c151f9b1b5fd96d525
tree06b5a8dfb0c6510cc44a8f1f9c2ee1d0177cd713
parentfb561a0a4a30f530d549ae0c619ff8fa59d06ed4
Add some defensive programming in the default tickless mode in case the application supplied post tick hook takes a long time to complete.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2057 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c