mirror of https://github.com/ARMmbed/mbed-os.git
* M2354: Update TF-M import document For Nuvoton M2354, this updates document to be consistent with TF-M import. * M2354: Pre-create cmake target mbed-m2354-tfm for custom_targets For M2354 custom target, there is dilemma on cmake target mbed-m2354-tfm: 1. mbed-m2354-tfm is created in mbed-os M2354 cmake listfile, but may be used in custom_targets M2354 cmake listfile in advance. 2. Build system requires add_subdirectory(custom_targets) be placed in front of add_subdirectory(mbed-os). To overcome above, mbed-m2354-tfm is pre-created on request and as singleton, E.g.: if(NOT TARGET mbed-m2354-tfm) add_library(mbed-m2354-tfm INTERFACE) endif() |
||
---|---|---|
.. | ||
TARGET_ARM_FM | ||
TARGET_ARM_SSG | ||
TARGET_Ambiq_Micro | ||
TARGET_Analog_Devices | ||
TARGET_Cypress | ||
TARGET_Freescale | ||
TARGET_GigaDevice | ||
TARGET_Maxim | ||
TARGET_NORDIC | ||
TARGET_NUVOTON | ||
TARGET_NXP | ||
TARGET_RASPBERRYPI | ||
TARGET_RENESAS | ||
TARGET_STM | ||
TARGET_Samsung | ||
TARGET_Silicon_Labs | ||
TARGET_TOSHIBA | ||
upload_method_cfg | ||
CMakeLists.txt | ||
cmsis_mcu_descriptions.json5 | ||
drivers.json5 | ||
targets.json5 |