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

SD card speed class warning and update to SdFat Library #462

Merged
merged 3 commits into from
Oct 5, 2024

Conversation

morio
Copy link
Collaborator

@morio morio commented Oct 4, 2024

Changes and additions:

morio and others added 3 commits October 3, 2024 12:38
This code has been adapted from BlueSCSI/BlueSCSI-v2#191
It uses an updated SDFat library to report a warning if the SD card's
speed class is below 10.

Co-authored-by: androda <3105206+androda@users.noreply.github.com>
With some more changes the SdFat library, now all targets have
a speed class warning. Including No Arduino builds and builds that use
SPI instead of SDIO.
The sds struct need to be aligned on a 32 bit boundary because it
is filled via the DMA. If not, depending on how the memory map
gets compiled it can cause the board to freeze.
@aperezbios aperezbios merged commit 82f6c92 into main Oct 5, 2024
2 checks passed
@aperezbios aperezbios deleted the feature/SD-speed-class-warning branch October 10, 2024 01:39
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.

2 participants