mbed-os/targets/TARGET_NUVOTON/TARGET_M2351
Hugues Kamba 2a6a840903 CMake: Refactor Nuvoton targets
Refactor all Nuvoton targets to be CMake buildsystem targets. This removes
the need for checking MBED_TARGET_LABELS repeatedly and allows us to be
more flexible in the way we include MBED_TARGET source in the build.

A side effect of this is it will allow us to support custom targets
without breaking the build for 'standard' targets, as we use CMake's
standard mechanism for adding build rules to the build system, rather
than implementing our own layer of logic to exclude files not needed for
the target being built. Using this approach, if an MBED_TARGET is not
linked to using `target_link_libraries` its source files will not be
added to the build. This means custom target source can be added to the
user's application CMakeLists.txt without polluting the build system
when trying to compile for a standard MBED_TARGET.
2021-02-12 19:09:11 +00:00
..
TARGET_M23_NS CMake: Refactor Nuvoton targets 2021-02-12 19:09:11 +00:00
TARGET_M23_S CMake: Refactor Nuvoton targets 2021-02-12 19:09:11 +00:00
TARGET_NU_PFM_M2351 CMake: Refactor Nuvoton targets 2021-02-12 19:09:11 +00:00
crypto M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
device Nuvoton: Remove DISABLE/ENABLE macro definitions in BSP 2020-12-09 14:27:23 +08:00
CMakeLists.txt CMake: Refactor Nuvoton targets 2021-02-12 19:09:11 +00:00
PeripheralNames.h M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
PeripheralPins.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
PeripheralPins.h M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
PinNamesCommon.h M2351: Support custom board 2020-03-20 09:39:16 +08:00
PortNames.h M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
analogin_api.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
analogout_api.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
device.h M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
dma.h M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
dma_api.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
flash_api.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
gpio_api.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
gpio_irq_api.c Change MBED_STATIC_ASSERTs version for built-in 2020-10-27 08:30:40 -05:00
gpio_object.h M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
hal_secure.h M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
i2c_api.c Fix NuMaker I2C timeout, 2020-09-29 21:01:18 +08:00
lp_ticker.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
mbed_overrides.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
objects.h M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
pinmap.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
port_api.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
pwmout_api.c pwmout - fixed compile errors 2020-09-02 13:39:17 +02:00
rtc_api.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
serial_api.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
sleep.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
spi_api.c Nuvoton: Fix degrading QSPI to SPI 2020-09-03 10:25:08 +08:00
trng_api.cpp M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00
us_ticker.c M2351: Add SPDX license identifier 2020-03-24 10:03:44 +08:00