Skip to content

Commit 9b6438d

Browse files
authored
[BSP][N32G45XVL]适配串口v2驱动 (#10222)
1 parent 8382a40 commit 9b6438d

File tree

5 files changed

+2005
-13
lines changed

5 files changed

+2005
-13
lines changed

bsp/n32/libraries/N32G45x_Firmware_Library/SConscript

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ n32g45x_std_periph_driver/src/misc.c
1717

1818
if GetDepend(['RT_USING_SERIAL']):
1919
src += ['n32g45x_std_periph_driver/src/n32g45x_usart.c']
20+
if GetDepend(['RT_SERIAL_USING_DMA']):
21+
src += ['n32g45x_std_periph_driver/src/n32g45x_dma.c']
2022

2123
if GetDepend(['RT_USING_I2C']):
2224
src += ['n32g45x_std_periph_driver/src/n32g45x_i2c.c']

0 commit comments

Comments
 (0)