mbed-os/targets
ccli8 af80d119c1
M2354: Fix some TF-M minor issues (#376)
* 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()
2024-10-24 09:04:33 -07:00
..
TARGET_ARM_FM Remove all source files exclusive to Arm Compiler and IAR (#159) 2023-05-15 08:23:01 -07:00
TARGET_ARM_SSG Begin documenting Mbed OS target features and components (#240) 2024-02-08 22:46:20 -08:00
TARGET_Ambiq_Micro Remove unavailable and EOLed target boards - Ambiq (#290) 2024-06-21 01:16:10 -07:00
TARGET_Analog_Devices Remove all source files exclusive to Arm Compiler and IAR (#159) 2023-05-15 08:23:01 -07:00
TARGET_Cypress Fix build of CYTFM_064B0S2_4343W (#364) 2024-09-27 09:18:23 -07:00
TARGET_Freescale Upconvert several targets' form factors to ARDUINO_UNO (#359) 2024-09-24 21:57:29 -07:00
TARGET_GigaDevice Upconvert several targets' form factors to ARDUINO_UNO (#359) 2024-09-24 21:57:29 -07:00
TARGET_Maxim Build all target families in a CI job (#355) 2024-09-27 09:18:36 -07:00
TARGET_NORDIC Add Arduino Nicla Sense ME support (#271) 2024-05-16 01:12:55 -07:00
TARGET_NUVOTON M2354: Fix some TF-M minor issues (#376) 2024-10-24 09:04:33 -07:00
TARGET_NXP Build all target families in a CI job (#355) 2024-09-27 09:18:36 -07:00
TARGET_RASPBERRYPI Increase RPi Pico PWM range and resolution to the max supported by HW (#203) 2024-01-16 08:33:59 -08:00
TARGET_RENESAS Build all target families in a CI job (#355) 2024-09-27 09:18:36 -07:00
TARGET_STM Build all target families in a CI job (#355) 2024-09-27 09:18:36 -07:00
TARGET_Samsung Remove unavailable and EOLed target boards - Samsung (#289) 2024-06-21 00:59:59 -07:00
TARGET_Silicon_Labs Build all target families in a CI job (#355) 2024-09-27 09:18:36 -07:00
TARGET_TOSHIBA Make DMA SPI driver aware of CPU cache, fix data corruption and other SPI issues on STM32H7 (#199) 2023-12-19 10:21:47 -08:00
upload_method_cfg Add standard upload method variables (#369) 2024-10-08 09:14:43 -07:00
CMakeLists.txt Add RP2040 support (#168) 2023-07-12 21:11:26 -07:00
cmsis_mcu_descriptions.json5 Add MIMXRT1176 MCU description and fix build failure (#360) 2024-09-25 08:36:34 -07:00
drivers.json5 Move SPINAND flash out of the Mbed source tree (#295) 2024-06-30 15:36:45 -07:00
targets.json5 Fix STM32H7 dual core inheritance again (#366) 2024-09-29 21:59:09 -07:00