mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 20:57:20 +08:00
[bsp/nrf5x]support for uarte1
This commit is contained in:
@@ -9,8 +9,10 @@ src = Split("""
|
||||
""")
|
||||
|
||||
if GetDepend(['BSP_USING_UART']):
|
||||
src += ['drv_uart.c']
|
||||
|
||||
if GetDepend(['NRFX_USING_UART']):
|
||||
src += ['drv_uart.c']
|
||||
else:
|
||||
src += ['drv_uarte.c']
|
||||
if GetDepend(['BSP_USING_ON_CHIP_FLASH']):
|
||||
src += ['drv_flash.c']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user