Skip to content

Commit 609193f

Browse files
Update host build sources for SdFat to match new
1 parent 4c7f163 commit 609193f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

libraries/ESP8266SdFat

tests/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function skip_ino()
2121
/TeensySdioDemo/
2222
/UserChipSelectFunction/
2323
/UserSPIDriver/
24+
/examples.donotuse/
2425
EOL
2526
echo $ino | grep -q -F "$skiplist"
2627
echo $(( 1 - $? ))

tests/host/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,11 @@ CORE_CPP_FILES := \
104104
FatLib/FatFilePrint.cpp \
105105
FatLib/FatFileSFN.cpp \
106106
FatLib/FatFormatter.cpp \
107+
FatLib/FatName.cpp \
107108
FatLib/FatVolume.cpp \
108109
FatLib/FatPartition.cpp \
109110
common/FmtNumber.cpp \
111+
common/FsCache.cpp \
110112
common/FsStructs.cpp \
111113
common/FsDateTime.cpp \
112114
) \

0 commit comments

Comments
 (0)