]> begriffs open source - freertos/commit
Make Cortex-M0 set/clear interrupt flag from ISR functions nestable.
authorRichard Barry <ribarry@amazon.com>
Sun, 1 Sep 2013 19:53:24 +0000 (19:53 +0000)
committerRichard Barry <ribarry@amazon.com>
Sun, 1 Sep 2013 19:53:24 +0000 (19:53 +0000)
commit73606369c43091991c9a3016a9bbdbf97f5f23cc
tree9d806fb46ec31aa86a69c7cecd0646f9f7b2b858
parented399e801ebbdcff0dbb738251ac04f963234aea
Make Cortex-M0 set/clear interrupt flag from ISR functions nestable.
Don't reset the stack location when starting the scheduler in Cortex-M0 ports as the vector offset register is not implemented and XMC1000 devices have their application vector address somewhere other than 0x00.
FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM0/portmacro.h