mbed-os/rtos/source
Bartek Szatkowski 96e0689204 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
2020-05-11 10:36:13 +01:00
..
TARGET_CORTEX CMSIS/RTX: Pre-processor defines used for assembly 2020-05-11 10:36:13 +01:00
ConditionVariable.cpp Add Chrono and predicate support to ConditionVariable 2020-04-27 10:19:08 +03:00
EventFlags.cpp Add Chrono support to EventFlags 2020-04-27 10:19:08 +03:00
Kernel.cpp Add Chrono support to Kernel and SysTimer 2020-04-27 10:19:08 +03:00
Mutex.cpp Add Chrono support to Mutex 2020-04-27 10:19:08 +03:00
Semaphore.cpp Add Chrono support to Semaphore 2020-04-27 10:19:08 +03:00
ThisThread.cpp Add Chrono support to ThisThread 2020-04-27 10:19:08 +03:00
Thread.cpp rtos: fix SPDX identifiers 2020-02-21 07:00:57 +00:00
rtos_handlers.h rtos: fix SPDX identifiers 2020-02-21 07:00:57 +00:00
rtos_idle.h rtos: fix SPDX identifiers 2020-02-21 07:00:57 +00:00