Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bsp/n32/libraries/N32G45x_Firmware_Library/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ n32g45x_std_periph_driver/src/misc.c

if GetDepend(['RT_USING_SERIAL']):
src += ['n32g45x_std_periph_driver/src/n32g45x_usart.c']
if GetDepend(['RT_SERIAL_USING_DMA']):
src += ['n32g45x_std_periph_driver/src/n32g45x_dma.c']

if GetDepend(['RT_USING_I2C']):
src += ['n32g45x_std_periph_driver/src/n32g45x_i2c.c']
Expand Down
Loading
Loading