mbed-os/cmsis/TARGET_CORTEX_A
Kevin Bracey afb504e17c 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-27 22:26:03 -06:00
..
cmsis_armcc.h Add volatile modifier for CP15 accessors 2018-06-07 16:47:12 +09:00
cmsis_armclang.h [CMSIS_5]: Updated to 49ac527a 2018-05-14 12:18:20 +01:00
cmsis_compiler.h [CMSIS_5]: Updated to 49ac527a 2018-05-14 12:18:20 +01:00
cmsis_cp15.h [CMSIS_5]: Updated to 49ac527a 2018-05-14 12:18:20 +01:00
cmsis_gcc.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
cmsis_iccarm.h Fix CMSIS __RESTRICT define for IAR 2018-08-25 20:41:12 -05:00
core_ca.h Check correct ARMC6 predefine for FP codegen 2018-12-27 22:26:03 -06:00
irq_ctrl.h [CMSIS_5]: Updated to 49ac527a 2018-05-14 12:18:20 +01:00
irq_ctrl_gic.c RTX5: ignoring CPUID field in GIC implementation 2018-05-28 13:54:44 +09:00