mirror of https://github.com/ARMmbed/mbed-os.git
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. |
||
---|---|---|
.. | ||
Cortex-A9.cmake | ||
Cortex-M0+.cmake | ||
Cortex-M0.cmake | ||
Cortex-M1.cmake | ||
Cortex-M3.cmake | ||
Cortex-M4.cmake | ||
Cortex-M4F.cmake | ||
Cortex-M7.cmake | ||
Cortex-M7F.cmake | ||
Cortex-M7FD.cmake | ||
Cortex-M23-NS.cmake | ||
Cortex-M23.cmake | ||
Cortex-M33-NS.cmake | ||
Cortex-M33.cmake | ||
Cortex-M33F-NS.cmake | ||
Cortex-M33F.cmake | ||
Cortex-M33FE-NS.cmake | ||
Cortex-M33FE.cmake |