Introduce vTaskInternalSetTimeOutState() which does not have a critical section, and add a critical section to the public version of the same.

This commit is contained in:
Richard Barry 2017-02-24 02:16:54 +00:00
parent 9b213e8c34
commit c3acc441ac
6 changed files with 33 additions and 10 deletions

View file

@ -132,12 +132,12 @@ FreeRTOS_IRQ_Handler
AND r2, r2, #4
SUB sp, sp, r2
PUSH {r0-r3, lr}
PUSH {r0-r4, lr}
; Call the port part specific handler.
LDR r0, =vApplicationIRQHandler
BLX r0
POP {r0-r3, lr}
POP {r0-r4, lr}
ADD sp, sp, r2
CPSID i