mirror of
https://github.com/apache/nuttx.git
synced 2026-09-09 10:26:37 +00:00
I document the issues encountered with multi-block transfers, namely the block count failing to be set correctly. Even though I did test with that issue corrected, it required modifications to the upper-half MMCSD driver which I am not prepared to test. It also did not fix the time-out on multi-block transfers, likely because the method of verifying FIFOs have space to write is finicky. For now, limiting the block count of transfers resolves the bug! Signed-off-by: Matteo Golin <matteo.golin@gmail.com> |
||
|---|---|---|
| .. | ||
| hardware | ||
| bcm2711_boot.c | ||
| bcm2711_boot.h | ||
| bcm2711_cpustart.c | ||
| bcm2711_cpustart.h | ||
| bcm2711_fb.c | ||
| bcm2711_gpio.c | ||
| bcm2711_gpio.h | ||
| bcm2711_i2c.c | ||
| bcm2711_i2c.h | ||
| bcm2711_lowputc.c | ||
| bcm2711_mailbox.c | ||
| bcm2711_mailbox.h | ||
| bcm2711_sdio.c | ||
| bcm2711_sdio.h | ||
| bcm2711_serial.c | ||
| bcm2711_serial.h | ||
| bcm2711_spi.c | ||
| bcm2711_spi.h | ||
| chip.h | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||