mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
Update to SdFat 2.1.1 with UTF-8 support (#8355)
This commit is contained in:
committed by
GitHub
parent
7d971fa45b
commit
a00b2d7091
@ -9,16 +9,13 @@ function skip_ino()
|
||||
read -d '' skiplist << EOL || true
|
||||
/#attic/
|
||||
/AvrAdcLogger/
|
||||
/BackwardCompatibility/
|
||||
/examplesV1/
|
||||
/ExFatFormatter/
|
||||
/ExFatLogger/
|
||||
/ExFatUnicodeTest/
|
||||
/RtcTimestampTest/
|
||||
/SoftwareSpi/
|
||||
/STM32Test/
|
||||
/TeensyDmaAdcLogger/
|
||||
/TeensyRtcTimestamp/
|
||||
/TeensySdioDemo/
|
||||
/TeensySdioLogger/
|
||||
/UserChipSelectFunction/
|
||||
/UserSPIDriver/
|
||||
EOL
|
||||
|
@ -104,12 +104,16 @@ CORE_CPP_FILES := \
|
||||
FatLib/FatFilePrint.cpp \
|
||||
FatLib/FatFileSFN.cpp \
|
||||
FatLib/FatFormatter.cpp \
|
||||
FatLib/FatName.cpp \
|
||||
FatLib/FatVolume.cpp \
|
||||
FatLib/FatPartition.cpp \
|
||||
common/FmtNumber.cpp \
|
||||
common/FsCache.cpp \
|
||||
common/FsStructs.cpp \
|
||||
common/FsDateTime.cpp \
|
||||
common/PrintBasic.cpp \
|
||||
common/FsUtf.cpp \
|
||||
common/FsName.cpp \
|
||||
common/upcase.cpp \
|
||||
) \
|
||||
$(abspath $(LIBRARIES_PATH)/SDFS/src/SDFS.cpp) \
|
||||
$(abspath $(LIBRARIES_PATH)/SD/src/SD.cpp) \
|
||||
|
Reference in New Issue
Block a user