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 cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig disk: add stm32 sdmmc disk access driver 2020-05-08 10:53:10 +02:00
disk_access.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
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 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
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
fat12_ramdisk.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00