mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Update to SdFat 2.0.2, speed SD access (#7779)
* Update to upstream SdFat 2.0.2 Increases the read/write performance for SD card accesses by a significant amount, up to 5x (3+MB/s) in testing. Fixes #7772 * Add SDFS::availableForWrite handler Peek into the sector cache to determine the maximum number of bytes that can be written w/o needing a (slow) SD operation. Fixes #7650
This commit is contained in:
committed by
GitHub
parent
9de8373f1b
commit
c487ca5233
@ -102,9 +102,13 @@ CORE_CPP_FILES := \
|
||||
FatLib/FatFileLFN.cpp \
|
||||
FatLib/FatFilePrint.cpp \
|
||||
FatLib/FatFileSFN.cpp \
|
||||
FatLib/FatFormatter.cpp \
|
||||
FatLib/FatVolume.cpp \
|
||||
FatLib/FmtNumber.cpp \
|
||||
FatLib/StdioStream.cpp \
|
||||
FatLib/FatPartition.cpp \
|
||||
common/FmtNumber.cpp \
|
||||
common/FsStructs.cpp \
|
||||
common/FsDateTime.cpp \
|
||||
common/PrintBasic.cpp \
|
||||
) \
|
||||
$(abspath $(LIBRARIES_PATH)/SDFS/src/SDFS.cpp) \
|
||||
$(abspath $(LIBRARIES_PATH)/SD/src/SD.cpp) \
|
||||
|
Reference in New Issue
Block a user