mbed-os/cmsis
Kevin Bracey 91f0be6ac3 Check correct ARMC6 predefine for FP codegen
For ARMC6, CMSIS headers were checking the `__ARM_PCS_VFP`, which
indicates hardfp ABI in use, when they need to check whether FP
code generation is enabled. Change this to `__ARM_FP`, so it
works for platforms using softfp ABI.

Change already present in CMSIS_5 repo, via commit
969822ae162539d50617d1e5a3634ee2fd3b60f6, but redone with local
search-and-replace.
2018-12-19 13:03:11 +02:00
..
TARGET_CORTEX_A Check correct ARMC6 predefine for FP codegen 2018-12-19 13:03:11 +02:00
TARGET_CORTEX_M Check correct ARMC6 predefine for FP codegen 2018-12-19 13:03:11 +02:00
RTE_Components.h Fix RTOS-less build failed with cmsis/RTE_Components.h 2018-05-30 15:25:01 +08:00
mbed_cmsis_conf.h CMSIS/RTX: Adapt Mbed OS to CMSIS/RTX device support scheme 2018-05-14 12:18:21 +01:00