// All typical HAL drivers - customize this file as needed // Build with -I ${STM32H7xx_HAL_Driver}/Inc #ifndef USE_HAL_DRIVER #error "must be defined" #endif #include // NOTE: Here we can check and redefine things from per-project stm32h7xx_hal_conf.h //Uncomment for LL drivers... //#define USE_FULL_LL_DRIVER 1 #include <../src/stm32h7xx_hal.c> #include <../src/stm32h7xx_hal_cortex.c> #include <../src/stm32h7xx_hal_rcc.c> #include <../src/stm32h7xx_hal_rcc_ex.c> #include <../src/stm32h7xx_hal_gpio.c> #include <../src/stm32h7xx_hal_dma.c> #include <../src/stm32h7xx_hal_dma_ex.c> #include <../src/stm32h7xx_hal_exti.c> #include <../src/stm32h7xx_hal_flash.c> #include <../src/stm32h7xx_hal_flash_ex.c> #include <../src/stm32h7xx_hal_i2c.c> #include <../src/stm32h7xx_hal_i2c_ex.c> #include <../src/stm32h7xx_hal_mdma.c> #include <../src/stm32h7xx_hal_pwr.c> #include <../src/stm32h7xx_hal_pwr_ex.c> #include <../src/stm32h7xx_hal_spi.c> #include <../src/stm32h7xx_hal_spi_ex.c> #include <../src/stm32h7xx_hal_uart.c> #include <../src/stm32h7xx_hal_uart_ex.c> #include <../src/stm32h7xx_hal_tim.c> #include <../src/stm32h7xx_hal_tim_ex.c>