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

Fix: SD_MMC deinit #5732

Merged
merged 3 commits into from
Oct 9, 2021
Merged

Fix: SD_MMC deinit #5732

merged 3 commits into from
Oct 9, 2021

Conversation

P-R-O-C-H-Y
Copy link
Member

@P-R-O-C-H-Y P-R-O-C-H-Y commented Oct 4, 2021

Summary

Fixed wrong deinit called in SD_MMC lib. The SD_MMC deinit was callid SPI deinit instead of MMC deinit.

Issue #5195
Issue #5368
Issue #5739

Impact

No impact.

This PR adds to the SD.open() function option to create all folders to the file.

SD.open(const char* path, const char* mode, const bool create)

Default value of create is false.
When true folders are created.

From issue #5019
memccpy -> memcpy
Wrong deinit function was called.
@P-R-O-C-H-Y P-R-O-C-H-Y self-assigned this Oct 4, 2021
@me-no-dev me-no-dev merged commit 5b20710 into espressif:master Oct 9, 2021
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