From 7e0d20e2b9034994f573a236364e0aef17fd66de Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Wed, 19 Jun 2024 14:32:06 -0700 Subject: [PATCH] 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 --- libraries/ESP8266SdFat | 2 +- tests/common.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/ESP8266SdFat b/libraries/ESP8266SdFat index 46151c90a4..eaab1369d5 160000 --- a/libraries/ESP8266SdFat +++ b/libraries/ESP8266SdFat @@ -1 +1 @@ -Subproject commit 46151c90a410a6f983f2f8c147e13086aaecdd8e +Subproject commit eaab1369d5b988d844888bc560967ae143847d5d diff --git a/tests/common.sh b/tests/common.sh index fc716abc66..f05eb6b37a 100755 --- a/tests/common.sh +++ b/tests/common.sh @@ -46,7 +46,8 @@ function skip_ino() *"/TeensySdioLogger/"* | \ *"/UserChipSelectFunction/"* | \ *"/UserSPIDriver/"* | \ - *"/onewiretest/"*) + *"/onewiretest/"* | \ + *"/debug/"*) return 0 ;; *"Teensy"*)