]> begriffs open source - freertos/commit
Remove guards against __ARMCC_VERSION version numbers that were previously used to...
authorRichard Barry <ribarry@amazon.com>
Thu, 21 Nov 2019 22:35:21 +0000 (22:35 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 21 Nov 2019 22:35:21 +0000 (22:35 +0000)
commit46e59375297726e7c90f30d1a25b7a1edefe59c8
treecd7e96d77bb01f307d56dcab6511179077e66685
parentd1fb8907ab8ed1992b8fb090857ffe19f9676f1f
Remove guards against __ARMCC_VERSION version numbers that were previously used to avoid compiler warnings in some GCC ARM Cortex ports.
FreeRTOS/Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portasm.c
FreeRTOS/Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portasm.c
FreeRTOS/Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portasm.c
FreeRTOS/Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portasm.c
FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
FreeRTOS/Source/portable/GCC/ARM_CM23/non_secure/portasm.c
FreeRTOS/Source/portable/GCC/ARM_CM23_NTZ/non_secure/portasm.c
FreeRTOS/Source/portable/GCC/ARM_CM33/non_secure/portasm.c
FreeRTOS/Source/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c
FreeRTOS/Source/portable/GCC/RX100/port.c