mbed-os/tools/cmake/cores
Hugues Kamba 46c35965c5 CMake: Create separate function to set MCU core compile defintions
The new function (mbed_set_cpu_core_definitions()) should always be
called as it has defintions needed by Mbed OS to work with that
particular MCU core.
mbed_set_cpu_core_options() should only be called if a third-party
toolchain file has not been used as it has compile options that can
cause conflicts.
2020-11-06 17:25:23 +00:00
..
Cortex-A9.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M0+.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M0.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M1.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M3.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M4.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M4F.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M7.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M7F.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M7FD.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M23-NS.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M23.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M33-NS.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M33.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M33F-NS.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M33F.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M33FE-NS.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00
Cortex-M33FE.cmake CMake: Create separate function to set MCU core compile defintions 2020-11-06 17:25:23 +00:00