Skip to content

Commit 1902618

Browse files
Allow many ESP8266SdFat examples to build properly
Add the new examples back to CI runs for more coverage
1 parent 88e20f5 commit 1902618

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

tests/common.sh

-12
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,13 @@ function skip_ino()
99
read -d '' skiplist << EOL || true
1010
/#attic/
1111
/AvrAdcLogger/
12-
/BackwardCompatibility/
13-
/bench/
14-
/BufferedPrint/
15-
/DirectoryFunctions/
1612
/examplesV1/
17-
/ExFatLogger/
18-
/MinimumSizeSdReader/
19-
/OpenNext/
20-
/QuickStart/
21-
/ReadCsvFile/
22-
/rename/
2313
/RtcTimestampTest/
24-
/SdErrorCodes/
2514
/SoftwareSpi/
2615
/TeensyDmaAdcLogger/
2716
/TeensyRtcTimestamp/
2817
/TeensySdioDemo/
2918
/TeensySdioLogger/
30-
/UnicodeFilenames/
3119
/UserChipSelectFunction/
3220
/UserSPIDriver/
3321
EOL

0 commit comments

Comments
 (0)