mbed-os/targets/TARGET_NUVOTON/TARGET_NANO100
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
..
device 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
PeripheralNames.h [Nuvoton] Support DAC 2018-11-21 17:09:35 +08:00
PeripheralPins.c [NANO130] Remove SPI MOSI1/MISO1 pins from pinmap 2019-08-20 13:12:43 +08:00
PeripheralPins.h [Nuvoton] Support DAC 2018-11-21 17:09:35 +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 NANO130: Remove unnecessary synchronization in analog-in HAL 2019-10-31 15:23:57 +08:00
analogout_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 [NANO130] Beta support for DMA 2017-04-18 15:13:58 +08:00
dma_api.c [Nuvoton] Fix IP initialization sequence 2019-08-20 13:12:41 +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 Commit M451/NANO100 i2c_api again to resolve abnormal gitattribute 2020-09-30 10:27:16 +08:00
lp_ticker.c [Nuvoton] Fix IP initialization sequence 2019-08-20 13:12:41 +08:00
mbed_overrides.c Set NANO130 CLK as 48 MHz for USBD support 2020-01-03 20:40:44 +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 [NANO] Alpha support 2017-04-13 11:32:51 +08: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 [Nuvoton] Fix serial corruption due to deep sleep 2018-09-10 10:55:44 +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 [NANO130] 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