docs: cited Kamen for his contribution in this fix
by giuliof 5 months 4 weeks
982f6e14
[sdcard] fix bad addressing for SDHC cards
by giuliof 6 months 1 day
a7da9b04
[sdcard] better logging of SD Card type
by giuliof 6 months 1 day
055a05ea
docs: added explanation of the new debug commands,...
by giuliof 5 months 4 weeks
docs: added explanation of the new debug commands, cited Jörg for his contribution in this fix
85406cdf
[floppy] fixed error in nic sector offset value in...
by giuliof 7 months 2 weeks
[floppy] fixed error in nic sector offset value in a FAT cluster

It was hardcoded to work with 4 fat sectors per cluster.
Generalized for any sectors per cluster value.
48fc0ea4
[cli] added some commands to debug sd card communi...
by giuliof 8 months 3 days
[cli] added some commands to debug sd card communication
cacde69f
[repo] updated readme with prompt commands descrip...
by giuliof 6 months 1 day
[repo] updated readme with prompt commands description
2486d461
[sdcard] Fixed typo in initialization procedure
by giuliof 2 years 7 months
[sdcard] Fixed typo in initialization procedure

After acmd 41, must wait for empty R1 (0x00), not IDLE (0x01).
392d92d0
[encoder] use in-hardware quadrature encoder syste...
by giuliof 2 years 7 months
[encoder] use in-hardware quadrature encoder system instead of software
ef764101
[sdcard] faster SPI
by giuliof 2 years 7 months
[sdcard] faster SPI

/4 prescaler instead of /64
6d57188f
Report a bug