OVMS3-idf/components/sdmmc/test
Ivan Grokhotkov cf81db40a2 sdio: allow reads/writes with lengths not divisible by 4
CMD53 in byte mode supports transfers of any number of bytes between 1
and 512. This change removes limitation that the number of bytes must
be divisible by 4. Host quirk, that such transfers must be split into
two commands (one for the aligned part and the other one for
unaligned) is taken into account.
2018-05-15 09:59:20 +08:00
..
component.mk sdmmc: add peripheral driver and protocol layer 2017-01-09 04:51:24 +08:00
test_sd.c sdmmc: add tests for CD and WP pins for SD and SPI mode 2018-04-24 19:08:44 +08:00
test_sdio.c sdio: allow reads/writes with lengths not divisible by 4 2018-05-15 09:59:20 +08:00