Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port SDHC media support from Dynamic C 10 #10

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

tomlogic
Copy link
Contributor

This branch contains a back port of the SDHC support code from Dynamic C 10.

It's available for beta testing and feedback before we incorporate it into the main branch.

Includes FAT update to handle 2GB partitions.
Instead of using sdspi_bitrev() to reverse bit order in blocks of bytes
before sending or after receiving, convert each byte on the fly as we
send or receive.  Allows for sending the constant _cmd55 command.
This enables elimination of a 512-byte scratch buffer and extra
root/xmem memory copy step on every read/write in SD_FAT.LIB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant