mbed-os/targets/TARGET_NUVOTON
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_M251 CMake: Refactor Nuvoton targets 2021-02-12 19:09:11 +00:00
TARGET_M261 CMake: Refactor Nuvoton targets 2021-02-12 19:09:11 +00:00
TARGET_M451 CMake: Refactor Nuvoton targets 2021-02-12 19:09:11 +00:00
TARGET_M480 CMake: Refactor Nuvoton targets 2021-02-12 19:09:11 +00:00
TARGET_M2351 CMake: Refactor Nuvoton targets 2021-02-12 19:09:11 +00:00
TARGET_NANO100 CMake: Refactor Nuvoton targets 2021-02-12 19:09:11 +00:00
TARGET_NUC472 CMake: Refactor Nuvoton targets 2021-02-12 19:09:11 +00:00
CMakeLists.txt CMake: Refactor Nuvoton targets 2021-02-12 19:09:11 +00:00
USBEndpoints_Nuvoton.cpp M487: Update BSP 2020-04-01 13:55:12 +08:00
USBEndpoints_Nuvoton.h Add SPDX identifiers in Nuvoton USBD files 2020-01-03 20:40:47 +08:00
USBPhyHw.h Add SPDX identifiers in Nuvoton USBD files 2020-01-03 20:40:47 +08:00
mbed_rtx.h Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
nu_bitutil.h nuvoton: remove dsp math from bitutil file 2020-01-03 15:25:02 +00:00
nu_miscutil.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
nu_miscutil.h [NUC472/M453] Change sbrk() allocation to be 32-byte aligned 2017-01-16 09:48:27 +08:00
nu_modutil.c [M487] Fix compile warnings with GCC_ARM toolchain 2017-08-03 11:10:15 +08:00
nu_modutil.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
nu_timer.c Nuvoton: Remove dead code nu_delay_cycle_x4(...) 2019-08-05 09:32:35 +08:00
nu_timer.h Nuvoton: Remove dead code nu_delay_cycle_x4(...) 2019-08-05 09:32:35 +08:00