SdFat -> FS HAL mode fixes & test by mcspr · Pull Request #8833 · esp8266/Arduino

@mcspr

* re-use SdFat value through static const, no need to hard-code our
  values w/ cast in the macro
* separate read-modes from flags
* simple compile-time tests in .cpp

resolve esp8266#8831

@d-a-v added the alpha

included in alpha release

label

Jan 28, 2023

@mcspr

@mcspr mcspr changed the title SdFat <-> FS HAL mode fixes & test SdFat -> FS HAL mode fixes & test

Jan 31, 2023

@mcspr mcspr deleted the sdfs/mode-oops branch

January 31, 2023 19:28

earlephilhower added a commit to earlephilhower/arduino-pico that referenced this pull request

Feb 11, 2023

earlephilhower added a commit to earlephilhower/arduino-pico that referenced this pull request

Feb 11, 2023

hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request

Nov 18, 2024
* re-use SdFat access mode through static const, no need to hard-code our own value w/ cast in the macro
* separate read-modes from flags; read, write and rw are distinct numbers
* simple compile-time tests in .cpp

resolve esp8266#8831