zephyr/subsys/disk
Francois Ramu 9a94168e78 disk: sdhc: use the multiple block transfer for writing
The sdhc_spi_write_multi function is sending the CMD25
for multiple block write operation on the SD card
instead of looping the CMD24. This is improving
the transfer speed compared to the sdhc_spi_write function
when the nb of blocks to write is significant (more than 2).

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2020-09-05 11:07:04 +02:00
..
CMakeLists.txt
disk_access_flash.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
disk_access_ram.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
disk_access_sdhc.h
disk_access_spi_sdhc.c disk: sdhc: use the multiple block transfer for writing 2020-09-05 11:07:04 +02:00
disk_access_stm32_sdmmc.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
disk_access_usdhc.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
disk_access.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
fat12_ramdisk.h
Kconfig