mbed-os/rtos/TARGET_CORTEX
Bartek Szatkowski 094662790a 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
2019-01-18 17:39:43 -06:00
..
TOOLCHAIN_ARM_MICRO Define heap/stack start and size based on linker script symbols for ARM and GCC_ARM 2019-01-08 15:32:01 +01:00
TOOLCHAIN_ARM_STD mbed_boot_arm_std.c: remove redundant compiler check 2019-01-11 12:59:21 +01:00
TOOLCHAIN_GCC_ARM mbed_boot_gcc_arm.c: remove redundant compiler check 2019-01-11 12:59:53 +01:00
TOOLCHAIN_IAR rtos: add spdx license 2018-11-28 10:39:52 +00:00
rtx4 CMSIS/RTX: Patch RTX4 to preserve osThreadDef compatibility 2018-08-25 20:41:08 -05:00
rtx5 CMSIS/RTX: Pre-processor defines used for assembly 2019-01-18 17:39:43 -06:00
SysTimer.cpp rtos cortex: fix astyle 2018-10-25 09:58:18 +01:00
SysTimer.h Don't use define checks on DEVICE_FOO macros (mbed code) 2018-12-20 10:16:42 +11:00
mbed_boot.c Rework MPU use option 2018-12-11 13:03:59 +02:00
mbed_boot.h Define heap/stack start and size based on linker script symbols for ARM and GCC_ARM 2019-01-08 15:32:01 +01:00
mbed_rtos1_types.h rtos: add spdx license 2018-11-28 10:39:52 +00:00
mbed_rtos_rtx.c Adding debugger awarness with Keil MDK 2019-01-15 12:04:39 -06:00
mbed_rtos_storage.h rtos: use RTX identifier 2018-06-28 14:12:16 +01:00
mbed_rtx_conf.h Merge branch 'fix_background_overflow' of https://github.com/c1728p9/mbed-os into dev_rollup 2018-11-08 09:21:20 +00:00
mbed_rtx_handlers.c rtos: add spdx license 2018-11-28 10:39:52 +00:00
mbed_rtx_idle.cpp Don't use define checks on DEVICE_FOO macros (mbed code) 2018-12-20 10:16:42 +11:00