add uart support for stm32f4nucleo board (via stlink cdc)

This commit is contained in:
hathach
2019-10-19 18:19:59 +07:00
parent 2f3f23fd94
commit 78bf82291e
3 changed files with 43 additions and 8 deletions
+1
View File
@@ -25,6 +25,7 @@ SRC_C += \
$(ST_HAL_DRIVER)/Src/stm32f7xx_hal_rcc.c \
$(ST_HAL_DRIVER)/Src/stm32f7xx_hal_rcc_ex.c \
$(ST_HAL_DRIVER)/Src/stm32f7xx_hal_gpio.c \
$(ST_HAL_DRIVER)/Src/stm32f7xx_hal_uart.c \
$(ST_HAL_DRIVER)/Src/stm32f7xx_hal_pwr_ex.c
SRC_S += \