mbed-os/tools/cmake/cores
Lingkai Dong 6dc85e0386 Workaround for Cortex-M33 Arm toochain linking
Binaries generated for Cortex-M33 targets (e.g. Musca S1/B1) using
the Arm toolchain + CMake is unable to run, unless we instruct the
linker to not use floating points.

Note: This is a temporary workaround, because
* Ideally, the Arm linker should be able to auto detect the
  architecture support from the input object files, but it's not
  always the case. We already have a similar workaround for Cortex-M4.
* The full option to use should be `--cpu=Cortex-M33.no_dsp.no_fp`
  but `no_dsp` currently conflicts with CMake's compilation tests
  (no option to disable DSP in the test objects before linking).
2021-03-09 17:35:48 +00:00
..
Cortex-A9.cmake CMake: Fix Cortex-A9 builds with GCC_ARM 2021-02-22 11:28:06 +00:00
Cortex-M0+.cmake CMake: Correct ARM toolchain MCU core flags 2021-01-22 10:54:47 +00:00
Cortex-M0.cmake CMake: Correct ARM toolchain MCU core flags 2021-01-22 10:54:47 +00:00
Cortex-M1.cmake CMake cores: fix cpu flag 2021-01-26 14:13:19 +00:00
Cortex-M3.cmake CMake: Correct ARM toolchain MCU core flags 2021-01-22 10:54:47 +00:00
Cortex-M4.cmake STM32WL : ADDING CORTEX-M4 LINK OPTION 2021-02-08 09:42:51 +00:00
Cortex-M4F.cmake CMake: Correct ARM toolchain MCU core flags 2021-01-22 10:54:47 +00:00
Cortex-M7.cmake CMake: Correct ARM toolchain MCU core flags 2021-01-22 10:54:47 +00:00
Cortex-M7F.cmake CMake cores: align fpu settings 2021-01-27 12:30:21 +00:00
Cortex-M7FD.cmake CMake cores: align fpu settings 2021-01-27 12:30:21 +00:00
Cortex-M23-NS.cmake Merge pull request #14190 from 0xc0170/fix_ns_cores 2021-02-03 10:17:21 +00:00
Cortex-M23.cmake Merge pull request #14190 from 0xc0170/fix_ns_cores 2021-02-03 10:17:21 +00:00
Cortex-M33-NS.cmake Workaround for Cortex-M33 Arm toochain linking 2021-03-09 17:35:48 +00:00
Cortex-M33.cmake Workaround for Cortex-M33 Arm toochain linking 2021-03-09 17:35:48 +00:00
Cortex-M33F-NS.cmake Merge pull request #14190 from 0xc0170/fix_ns_cores 2021-02-03 10:17:21 +00:00
Cortex-M33F.cmake Merge pull request #14190 from 0xc0170/fix_ns_cores 2021-02-03 10:17:21 +00:00
Cortex-M33FE-NS.cmake CMake cores: align fpu settings 2021-01-27 12:30:21 +00:00
Cortex-M33FE.cmake CMake cores: align fpu settings 2021-01-27 12:30:21 +00:00
Cortex-M55.cmake Add cortex-m55 to CMake support 2021-01-28 16:46:18 +00:00