zephyr/subsys/disk
Shlomi Vaknin e61834c9ed disk: stm32: Select `USE_STM32_HAL_SD_EX` on stm32l4
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>
2021-02-24 18:10:09 -06:00
..
CMakeLists.txt
Kconfig disk: stm32: Select `USE_STM32_HAL_SD_EX` on stm32l4 2021-02-24 18:10:09 -06:00
disk_access.c
disk_access_flash.c
disk_access_ram.c
disk_access_sdhc.h
disk_access_spi_sdhc.c
disk_access_stm32_sdmmc.c soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00
disk_access_usdhc.c disk: sdhc: NXP: Convert clock control to use DEVICE_DT_GET 2021-02-18 12:27:48 -06:00