1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00
betaflight/lib/main/STM32H7/Drivers/STM32H7xx_HAL_Driver
Dominic Clifton 91483d2e8e STM32H7 - SDMMC Fix the short busy loop being compiled out by newer
versions of GCC.

STM32H7 - Don't go into an infinite loop if an SDIO read fails.

STM32H7 - Generate compiliation error for non-8Mhz crystals when SDCARD
via SDIO is used.  Prevents accidental overclocking of hardware.

Avoid double-init of SD card when CONFIG_IN_SDCARD is used.

Note: There's no SD_DeInit() function.

STM32H7 - Fix MSC SD initialisation when using USE_DMA_SPEC.
2021-09-10 02:28:29 +12:00
..
Inc [H7][LIB] Revert some function in stm32h7xx_hal_tim.h to global 2020-09-14 11:07:25 +09:00
Src STM32H7 - SDMMC Fix the short busy loop being compiled out by newer 2021-09-10 02:28:29 +12:00