]> begriffs open source - freertos/commit
Remove clrex instruction from Cortex-M ports again as it is implicit in interrupt...
authorRichard Barry <ribarry@amazon.com>
Tue, 28 Jun 2016 10:39:25 +0000 (10:39 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 28 Jun 2016 10:39:25 +0000 (10:39 +0000)
commitbdbf347c228ea12b9cc6fee57147e6cd228ab8f7
tree2dc56ab3df32dd3ee9707a095edab3928e617652
parentc296e2cff87cf818b5fedf03d38b6817d7111f23
Remove clrex instruction from Cortex-M ports again as it is implicit in interrupt entry.
14 files changed:
FreeRTOS/Source/portable/CCS/ARM_CM4F/portasm.asm
FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
FreeRTOS/Source/portable/GCC/ARM_CM4_MPU/port.c
FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c
FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portasm.s
FreeRTOS/Source/portable/MikroC/ARM_CM4F/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM4_MPU/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c