esp-open-rtos/extras/sdio
Robert Fancsik b43c3cee2d Fix for sdio_write_sectors
The issue was found by using f_mkdir("directory_name").
The function always returned FR_DISK_ERR due to an unhadled case in sdio_write_sectors().
According to this documentation: http://www.convict.lu/pdf/ProdManualSDCardv1.9.pdf#page=92 stop transmission command should be sent after writing multiple blocks.
This patch fixes this bug also adds a test case for it.
2018-04-16 12:11:05 +02:00
..
component.mk Driver for SD/MMC cards (#239) 2016-10-20 10:03:05 +03:00
sdio.c Fix for sdio_write_sectors 2018-04-16 12:11:05 +02:00
sdio.h Driver for SD/MMC cards (#239) 2016-10-20 10:03:05 +03:00
sdio_impl.h Driver for SD/MMC cards (#239) 2016-10-20 10:03:05 +03:00