This commit prepares supporting sdmmc on stm32l4+ devices. When trying to compile the sdmmc driver there is a compilation error because `HAL_SDEx_DriveTransceiver_1_8V_Callback` is not implemented. We solve this by compiling also `sd_ex` in cube as this function is implemented there as weak. Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| disk_access_flash.c | ||
| disk_access_ram.c | ||
| disk_access_sdhc.h | ||
| disk_access_spi_sdhc.c | ||
| disk_access_stm32_sdmmc.c | ||
| disk_access_usdhc.c | ||
| disk_access.c | ||
| Kconfig | ||