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 -1
View File
@@ -19,8 +19,8 @@ SRC_C += \
$(ST_CMSIS)/Source/Templates/system_stm32f4xx.c \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal.c \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_cortex.c \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_uart.c \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_rcc.c \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_uart.c \
$(ST_HAL_DRIVER)/Src/stm32f4xx_hal_gpio.c
SRC_S += \