mbed-os/cmsis/CMSIS_5/CMSIS
Martin Kojtal 180eb75f09 cmsis: patch fpu in asm for armcc5
For FPU, use armasm to select fpu selection. This will be fixed upstream in the next version of CMSIS. Meanwhile, we use our local patch.

Taken from --cpu selection for armasm:

--cpu           | {FPU}
Cortex-M4.fp.sp | VFPv4_SP_D16
Cortex-M7.fp.sp | FPv5-SP
Cortex-M7.fp.dp | FPv5_D16

Tracking issue: https://github.com/ARM-software/CMSIS_5/issues/1266
2021-07-29 14:31:39 +01:00
..
RTOS2 cmsis: patch fpu in asm for armcc5 2021-07-29 14:31:39 +01:00
TARGET_CORTEX_A cmsis: fix armcc compat header redefition of enable/disable irq 2021-07-29 14:31:39 +01:00
TARGET_CORTEX_M CMSIS/RTX: Patch to conditionally compile 2021-07-27 10:06:38 +01:00
CMakeLists.txt CMake: Create CMSIS library targets to remove dependency on MBED_TARGET_LABELS 2021-02-19 13:39:32 +00:00