Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update to SdFat 2.1.1 with UTF-8 support #8355

Merged
merged 8 commits into from
Nov 5, 2021
Prev Previous commit
Next Next commit
Update host build sources for SdFat to match new
  • Loading branch information
earlephilhower committed Oct 31, 2021
commit 609193f4bc5db6e294e0cc07e8b782766ac5fc23
2 changes: 1 addition & 1 deletion libraries/ESP8266SdFat
1 change: 1 addition & 0 deletions tests/common.sh
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@ function skip_ino()
/TeensySdioDemo/
/UserChipSelectFunction/
/UserSPIDriver/
/examples.donotuse/
EOL
echo $ino | grep -q -F "$skiplist"
echo $(( 1 - $? ))
2 changes: 2 additions & 0 deletions tests/host/Makefile
Original file line number Diff line number Diff line change
@@ -104,9 +104,11 @@ 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 \
) \