mbed-os/cmake/cores
Hugues Kamba 400211c490 CMake: Do not hard code target in CPU core CMake module
Provide a function in each CPU core module to set toolchain options.
All the functions have the same interface therefore the CMake source
file including the module always calls the same function regardless
of which cpu core module is actually included.
When the `mbed-os` target is broken up into multiple libraries, a
library other than `mbed-os` might need to set the toolchain options.
This will be possible by simply including the module and calling the
function with the target and toolchain for which to set the options.
2020-11-06 17:25:19 +00:00
..
Cortex-A9.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M0+.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M0.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M1.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M3.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M4.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M4F.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M7.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M7F.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M7FD.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M23-NS.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M23.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M33-NS.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M33.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M33F-NS.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M33F.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M33FE-NS.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00
Cortex-M33FE.cmake CMake: Do not hard code target in CPU core CMake module 2020-11-06 17:25:19 +00:00