Skip to content

Commit 7e0d20e

Browse files
Update to SDFat upstream 2.2.2 (esp8266#9126)
* Update to SDFat upstream 2.2.2 Pull in reformatted/slightly refactored SDFat 2.2.2 upstream. Very minor changes, simple testing on other architectures passed w/o incident. * Fix SdFat to build for ESP8266 2.2.2 removed a define from the configuration header which is needed to compile on the ESP8266. Restore the default values there previously. * SDFat Debug tests not compatible, skip --------- Co-authored-by: Max Prokhorov <[email protected]>
1 parent 96ee7df commit 7e0d20e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: libraries/ESP8266SdFat

Submodule ESP8266SdFat updated 155 files

Diff for: tests/common.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ function skip_ino()
4646
*"/TeensySdioLogger/"* | \
4747
*"/UserChipSelectFunction/"* | \
4848
*"/UserSPIDriver/"* | \
49-
*"/onewiretest/"*)
49+
*"/onewiretest/"* | \
50+
*"/debug/"*)
5051
return 0
5152
;;
5253
*"Teensy"*)

0 commit comments

Comments
 (0)