driver: serial: replace suffix nuvoton with numicro
Replace the suffix "nuvoton" with "numicro" for Nuvoton microcontroller serial driver. Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
This commit is contained in:
parent
3cfdf3e81e
commit
ab87854d9b
6 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ zephyr_library_sources_ifdef(CONFIG_UART_MSP432P4XX uart_msp432p4xx.c)
|
|||
zephyr_library_sources_ifdef(CONFIG_UART_NS16550 uart_ns16550.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_NRF_UART_PERIPHERAL uart_nrfx_uart.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_NRF_UARTE_PERIPHERAL uart_nrfx_uarte.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_UART_NUVOTON uart_nuvoton.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_UART_NUMICRO uart_numicro.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_UART_SAM uart_sam.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_USART_SAM usart_sam.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_UART_STELLARIS uart_stellaris.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue