Skip to content

Commit

Permalink
Update to SDFat upstream 2.2.2 (esp8266#9126)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
earlephilhower and mcspr authored Jun 19, 2024
1 parent 96ee7df commit 7e0d20e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/ESP8266SdFat
Submodule ESP8266SdFat updated 155 files
3 changes: 2 additions & 1 deletion tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ function skip_ino()
*"/TeensySdioLogger/"* | \
*"/UserChipSelectFunction/"* | \
*"/UserSPIDriver/"* | \
*"/onewiretest/"*)
*"/onewiretest/"* | \
*"/debug/"*)
return 0
;;
*"Teensy"*)
Expand Down

0 comments on commit 7e0d20e

Please sign in to comment.