1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-08 11:22:40 +03:00

Update to SDFat upstream 2.2.2 (#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 <prokhorov.max@outlook.com>
This commit is contained in:
Earle F. Philhower, III
2024-06-19 14:32:06 -07:00
committed by GitHub
parent 96ee7dfb8e
commit 7e0d20e2b9
2 changed files with 3 additions and 2 deletions

View File

@@ -46,7 +46,8 @@ function skip_ino()
*"/TeensySdioLogger/"* | \
*"/UserChipSelectFunction/"* | \
*"/UserSPIDriver/"* | \
*"/onewiretest/"*)
*"/onewiretest/"* | \
*"/debug/"*)
return 0
;;
*"Teensy"*)