Skip to content

Commit 9b8ab5d

Browse files
Reinstate example builds for passing examples
The ESP8266SdFat examples now build, even if they're not recommended and are incompatible with the Arduino EWSP8266 File implementation.
1 parent 288446e commit 9b8ab5d

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

tests/common.sh

+11-8
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@ function skip_ino()
88
# Add items to the following list with "\n" netween them to skip running. No spaces, tabs, etc. allowed
99
read -d '' skiplist << EOL || true
1010
/#attic/
11-
/AnalogBinLogger/
12-
/LowLatencyLogger/
13-
/LowLatencyLoggerADXL345/
14-
/LowLatencyLoggerMPU6050/
15-
/PrintBenchmark/
16-
/TeensySdioDemo/
11+
/AvrAdcLogger/
12+
/BackwardCompatibility/
13+
/examplesV1/
14+
/ExFatFormatter/
15+
/ExFatLogger/
16+
/ExFatUnicodeTest/
17+
/RtcTimestampTest/
1718
/SoftwareSpi/
1819
/STM32Test/
19-
/extras/
20-
/ESP8266SdFat/
20+
/TeensyRtcTimestamp/
21+
/TeensySdioDemo/
22+
/UserChipSelectFunction/
23+
/UserSPIDriver/
2124
EOL
2225
echo $ino | grep -q -F "$skiplist"
2326
echo $(( 1 - $? ))

0 commit comments

Comments
 (0)