mbed-os/targets/TARGET_NUVOTON/TARGET_M251/device
Chun-Chieh Li a0c53896e0 Nuvoton: Enable no HXT/LXT configurabiliy
LXT/HXT are external crystl oscillator and can be absent on custom board.
This enables configuring LXT/HXT presence:
1.  By default, LXT/HXT are configured to be present, except M252 which has no HXT.
2.  When LXT is configured to not present, lp_ticker/watchdog will clock by LIRC instead.
3.  Limitations:
    (1) On all targets, LIRC-clocked lp_ticker gets inaccurate and fails to pass tests.
    (2) On NUC472/M453, HIRC-clocked PLL doesn't output 1MHz-aligned frequency. us_ticker gets slight inaccurate.
    (3) On all targets, LIRC-clocked RTC is not supported due to no H/W path/RTC clock source reset to LXT on reset/RTC not trimmed for other clock rates.
4.  On M263, TRNG's clock source defaults to LXT and needs special handling without LXT.
5.  On M252, replace target.hxt-enable with target.hxt-present for consistency.
2021-06-02 09:02:05 +08:00
..
Reg [M252KG] Add BSD-3-Clause license for BSP files 2019-09-27 17:45:57 +08:00
StdDriver To keep proprietary BSP DutyCycle definition and rename HighDutyCycle in extend API 2021-03-10 11:53:55 +08:00
TOOLCHAIN_ARMC6 CMake nuvoton: fix ARMClang linker script command 2020-11-25 13:18:15 +00:00
TOOLCHAIN_GCC_ARM Use boot stack size from config system 2020-09-10 10:08:38 +01:00
TOOLCHAIN_IAR Use boot stack size from config system 2020-09-10 10:08:38 +01:00
M251.h Nuvoton: Remove DISABLE/ENABLE macro definitions in BSP 2020-12-09 14:27:23 +08:00
M251_mem.h M252: Make memory specification configurable 2020-07-31 17:05:35 +08:00
M251_mem.icf.h M252: Make memory specification configurable 2020-07-31 17:05:35 +08:00
cmsis.h Support Nuvoton's NUMAKER_M252KG target 2019-09-27 17:45:52 +08:00
cmsis_nvic.h Support Nuvoton's NUMAKER_M252KG target 2019-09-27 17:45:52 +08:00
startup_M251.c M251: fix startup after cmsis update 2020-05-13 12:20:06 +01:00
system_M251.c [M252KG] Add BSD-3-Clause license for BSP files 2019-09-27 17:45:57 +08:00
system_M251.h Nuvoton: Enable no HXT/LXT configurabiliy 2021-06-02 09:02:05 +08:00