mbed-os/rtos/TARGET_CORTEX/rtx5/RTX/Source
Bartek Szatkowski d55698ec88 CMSIS/RTX: Pre-processor defines used for assembly
CMSIS repo does not support pre-processor defines, hence multiple assembly
files are added for secure/non-secure and floating point tools.
Mbed OS tools support assembly file pre-processing, but the build system
does not support multiple assembly files for each target, hence updating
the assembly files.

1. Patch RTX so irq_cm4f.S files work with no FPU targets
2. Patch RTX so irq_armv8mml.S files to work with and without FPU
2. Patch RTX so irq_armv8mml.S and irq_armv8mbl.S files to work with secure and
   non-secure builds

(cherry picked from commit 094662790a)
2019-04-10 14:42:56 +03:00
..
TOOLCHAIN_ARM CMSIS/RTX: Pre-processor defines used for assembly 2019-04-10 14:42:56 +03:00
TOOLCHAIN_GCC CMSIS/RTX: Pre-processor defines used for assembly 2019-04-10 14:42:56 +03:00
TOOLCHAIN_IAR CMSIS/RTX: Pre-processor defines used for assembly 2019-04-10 14:42:56 +03:00
rtx_core_c.h [CMSIS_5]: Updated to 49ac527a 2018-05-14 12:18:20 +01:00
rtx_core_ca.h [CMSIS_5]: Updated to ca812421 2019-04-10 14:41:35 +03:00
rtx_core_cm.h CMSIS/RTX: Fix using FALSE/TRUE with preprocesor 2019-04-10 14:42:21 +03:00
rtx_delay.c [CMSIS_5]: Updated to ca812421 2019-04-10 14:41:35 +03:00
rtx_evflags.c [CMSIS_5]: Updated to ca812421 2019-04-10 14:41:35 +03:00
rtx_evr.c [CMSIS_5]: Updated to ca812421 2019-04-10 14:41:35 +03:00
rtx_kernel.c [CMSIS_5]: Updated to ca812421 2019-04-10 14:41:35 +03:00
rtx_lib.c CMSIS/RTX: Move Idle and Timer thread stack to bss section. 2019-04-10 14:42:52 +03:00
rtx_lib.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
rtx_memory.c [CMSIS_5]: Updated to 49ac527a 2018-05-14 12:18:20 +01:00
rtx_mempool.c [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
rtx_msgqueue.c [CMSIS_5]: Updated to ca812421 2019-04-10 14:41:35 +03:00
rtx_mutex.c [CMSIS_5]: Updated to ca812421 2019-04-10 14:41:35 +03:00
rtx_semaphore.c [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
rtx_system.c [CMSIS_5]: Updated to ca812421 2019-04-10 14:41:35 +03:00
rtx_thread.c [CMSIS_5]: Updated to ca812421 2019-04-10 14:41:35 +03:00
rtx_timer.c [CMSIS_5]: Updated to ca812421 2019-04-10 14:41:35 +03:00