zephyr/drivers/disk
Daniel DeGrasse 1328abe052 drivers: disk: USDHC: Update USDHC driver to pass disk test
USDHC driver did not pass disk test (failed during multiple writes). Add
logic to wait for the SD card to be idle before reading new data, so
that the test will pass. Also, add logic to reject OOB reads and writes
to the disk.

Fixes #39942

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2021-12-13 20:30:06 -05:00
..
CMakeLists.txt drivers: disk: build as static library 2021-08-17 06:06:03 -04:00
flashdisk.c disk/disk_acces_flash: remove flash_write_protection_set() usage 2021-03-29 13:43:55 -04:00
Kconfig
Kconfig.flash
Kconfig.ram
Kconfig.sdmmc drivers: USDHC: Enable detection using DAT3 pulldown 2021-12-06 15:27:25 -05:00
Kconfig.usdhc drivers: USDHC: Enable detection using DAT3 pulldown 2021-12-06 15:27:25 -05:00
ramdisk.c include: move disk driver interface to own header 2021-03-23 12:16:01 +01:00
sdmmc_sdhc.h
sdmmc_spi.c drivers: disk: remove usage of device_pm_control_nop 2021-04-28 16:41:29 -04:00
sdmmc_stm32.c drivers/disk: sdmmc: stm32: use new pinctrl API 2021-11-26 11:36:42 +01:00
usdhc.c drivers: disk: USDHC: Update USDHC driver to pass disk test 2021-12-13 20:30:06 -05:00