mbed-os/targets/TARGET_NUVOTON/TARGET_NUC472
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
..
crypto Assembler atomics 2019-04-26 13:12:35 +03: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 [Nuvoton] Organize file structure 2018-08-01 18:00:16 +08:00
PeripheralPins.c [Nuvoton] Organize file structure 2018-08-01 18:00:16 +08:00
PeripheralPins.h [Nuvoton] Organize file structure 2018-08-01 18:00:16 +08:00
PinNames.h [Nuvoton] Force enum PinName to 32-bit 2019-08-20 13:12:41 +08:00
PortNames.h [Nuvoton] Organize file structure 2018-08-01 18:00:16 +08:00
analogin_api.c Nuvoton: Add analogin_free 2019-10-31 15:19:15 +08:00
can_api.c [Nuvoton] Free up peripheral pins in peripheral free-up HAL API 2019-08-20 13:12:43 +08:00
device.h [Nuvoton] Organize file structure 2018-08-01 18:00:16 +08:00
dma.h [NUC472/M453] Add dma_modbase() to get PDMA base address 2017-03-10 16:18:14 +08:00
dma_api.c [Nuvoton] Fix IP initialization sequence 2019-08-20 13:12:41 +08:00
flash_api.c [Nuvoton] Fix page size in flash IAP 2018-03-22 16:45:01 +08:00
gpio_api.c Nuvoton: Add gpio_get_capabilities() 2020-02-19 18:58:47 +01:00
gpio_irq_api.c Change MBED_STATIC_ASSERTs version for built-in 2020-10-27 08:30:40 -05:00
gpio_object.h [Nuvoton] Fix pin mode mapping between input pull mode/direction and I/O mode 2018-08-31 10:06:30 +08:00
i2c_api.c Fix NuMaker I2C timeout, 2020-09-29 21:01:18 +08:00
lp_ticker.c [Nuvoton] Fix IP initialization sequence 2019-08-20 13:12:41 +08:00
mbed_overrides.c [Nuvoton] Organize file structure 2018-08-01 18:00:16 +08:00
objects.h Nuvoton: Fix GPIO rising/falling edge interrupts cannot exist simultaneously 2020-02-13 11:24:01 +08:00
pinmap.c Remove pinmap_restricted_peripherals() function from Nuvoton (STDIO uart is restricted by default) 2020-02-07 10:45:02 +01:00
port_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
pwmout_api.c pwmout - fixed compile errors 2020-09-02 13:39:17 +02:00
reset_reason.c [Nuvoton] Support reset reason 2019-05-24 11:35:44 +02:00
rtc_api.c Nuvoton: Fix delay code with RTC clock source 2020-02-13 11:24:01 +08:00
serial_api.c [Nuvoton] Free up peripheral pins in peripheral free-up HAL API 2019-08-20 13:12:43 +08:00
sleep.c [NUC472] Get around unknown error with power-down 2019-04-17 16:47:22 +08:00
spi_api.c Nuvoton: Make SPI inter-frame (delay match configured suspend interval 2020-02-17 15:00:09 +08:00
us_ticker.c [Nuvoton] Fix IP initialization sequence 2019-08-20 13:12:41 +08:00
wait_ns.c [NUC472] Override wait_ns(...) to provide more accurate implementation 2019-07-08 17:52:26 +08:00
watchdog_api.c Merge pull request #12923 from OpenNuvoton/nuvoton_watchdog_lxt 2020-05-12 14:31:26 +02:00