mbed-os/cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source
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
..
TOOLCHAIN_ARM cmsis: patch fpu in asm for armcc5 2021-07-29 14:31:39 +01:00
TOOLCHAIN_GCC cmsis: fix rtx_def inclusion in .S files for Gcc Arm 2021-07-29 14:31:38 +01:00
TOOLCHAIN_IAR [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_core_c.h [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_core_ca.h [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_core_cm.h [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_delay.c [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_evflags.c [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_evr.c [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_kernel.c [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_lib.c CMSIS/RTX: Allow overwriting mutex ops for ARMC 2021-07-27 10:06:39 +01:00
rtx_lib.h [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_memory.c CMSIS: Restructure ported CMSIS_5 2020-09-01 15:55:13 +01:00
rtx_mempool.c [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_msgqueue.c [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_mutex.c [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_semaphore.c [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_system.c [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_thread.c [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00
rtx_timer.c [CMSIS_5]: Updated to 13b9f72f2 2021-07-27 10:06:34 +01:00