Skip to content

Commit

Permalink
implement serialX UART device framework
Browse files Browse the repository at this point in the history
  • Loading branch information
thewon86 committed Feb 21, 2023
1 parent 7f588dc commit 67bc7e8
Show file tree
Hide file tree
Showing 14 changed files with 2,846 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bsp/stm32/libraries/HAL_Drivers/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ if GetDepend(['RT_USING_PIN']):
if GetDepend(['RT_USING_SERIAL']):
if GetDepend(['RT_USING_SERIAL_V2']):
src += ['drv_usart_v2.c']
elif GetDepend(['RT_USING_SERIAL_X']):
src += ['drv_usartX.c']
else:
src += ['drv_usart.c']

Expand Down
Loading

0 comments on commit 67bc7e8

Please sign in to comment.