Modify include of HAL, and remove CMSIS clock configuration code, and implement UART for STM32F407Disco

This commit is contained in:
Nathan Conrad
2020-03-25 23:52:40 -04:00
parent 435485b524
commit 705d43cda7
16 changed files with 90 additions and 88 deletions

View File

@@ -79,7 +79,7 @@
/* #define HAL_SD_MODULE_ENABLED */
// #define HAL_SPI_MODULE_ENABLED
/* #define HAL_TIM_MODULE_ENABLED */
/* #define HAL_UART_MODULE_ENABLED */
#define HAL_UART_MODULE_ENABLED
/* #define HAL_USART_MODULE_ENABLED */
/* #define HAL_IRDA_MODULE_ENABLED */
/* #define HAL_SMARTCARD_MODULE_ENABLED */