-
Notifications
You must be signed in to change notification settings - Fork 13.3k
SD Filesystem compatible with 8266 File, using latest SdFat #5525
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
4556403
Add a FAT filesystem for SD cards to Arduino FS
earlephilhower 1b95e5d
Add a FSConfig and SDFSConfig param to FS.begin()
241d0ff
Add FS::setConfig to set FS-specific options
2b49e7a
Merge branch 'master' into SDFS
earlephilhower 7fcbfdc
Fix platformio.sh test skipping merge error
a4dadb2
Merge branch 'master' into SDFS
earlephilhower edd9476
Fix merge error with SPIFFS_MOCK
earlephilhower 9a82f00
Merge branch 'master' into SDFS
earlephilhower dc977b0
Merge branch 'master' into SDFS
earlephilhower ef2374c
Update to fix SPI transferBytes issue
earlephilhower c8acb84
Add ::truncate to File interface
earlephilhower d215b66
Merge branch 'master' into SDFS
earlephilhower ce148dd
Merge branch 'master' of https://github.com/esp8266/Arduino into SDFS
earlephilhower 0a0bbc4
Merge branch 'master' into SDFS
earlephilhower 652415d
Merge branch 'master' into SDFS
d-a-v 85946ee
Merge branch 'master' into SDFS
d-a-v 6b0a3f4
Update comments and MAX_PATH to 260
earlephilhower 69bebd7
Merge branch 'master' into SDFS
earlephilhower 1bc7377
Use polledTimeout for formatting yields, cleanup
earlephilhower cc3cc70
Add assert on illegal file open mode
earlephilhower e0c26bd
Merge branch 'master' into SDFS
earlephilhower 35ec9ec
Make setConfig take const& ref, cleaner code
earlephilhower e53f26c
Merge branch 'master' into SDFS
devyte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.