Update UARTs for stm32f4xx discovery boards. Other minor cleanups.

This commit is contained in:
Nathan Conrad
2020-03-28 11:19:50 -04:00
parent 4191363c55
commit 3926b28faa
9 changed files with 71 additions and 14 deletions
+1
View File
@@ -24,6 +24,7 @@ SRC_C += \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_cortex.c \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_rcc.c \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_rcc_ex.c \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_uart.c \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_gpio.c
SRC_S += \