zephyr/drivers/disk
Jordan Yates 3698507585 disk: sdmmc: support L4 series with shared DMA channel
Update the driver to support DMA operations on L4 series devices, with
a shared DMA channel. Split channels do not work on these chips, since
there is no dedicated TX and RX channels on the DMA, so configuring two
channels with SDMMC as the peripheral results in a non-functional
configuration.

Fixes #91216.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-07-28 16:44:33 -04:00
..
nvme drivers: disk: nvme: fix include guard typo 2025-06-06 09:08:33 -07:00
CMakeLists.txt
flashdisk.c
Kconfig
Kconfig.flash
Kconfig.loopback
Kconfig.mmc
Kconfig.ram
Kconfig.sdmmc
loopback_disk.c
mmc_subsys.c
ramdisk.c
sdmmc_stm32.c disk: sdmmc: support L4 series with shared DMA channel 2025-07-28 16:44:33 -04:00
sdmmc_subsys.c