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

Disable ATA_TRIM for better SDcard handling #2779

Closed
wants to merge 3 commits into from
Closed

Conversation

caco3
Copy link
Collaborator

@caco3 caco3 commented Dec 29, 2023

copied the ESP IDF component fatfs to our project and set FF_USE_TRIM = 0.
This disables the ATA_TRIM which got enabled in a recent ESP IDF version. ATA_TRIM seems to cause some SD cards to no longer be supported.

See #2710 for details

@caco3 caco3 changed the title copied the ESP IDF component fatfs to our project and set FF_USE_TRIM… Disable ATA_TRIM for better SDcard handling Dec 29, 2023
@jomjol jomjol mentioned this pull request Dec 31, 2023
@caco3
Copy link
Collaborator Author

caco3 commented Dec 31, 2023

Closed in faviour of #2781

@caco3 caco3 closed this Dec 31, 2023
@caco3 caco3 deleted the FF_USE_TRIM branch February 2, 2024 12:53
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