Releases: adafruit/SdFat
Releases · adafruit/SdFat
2.2.3 Unicode example fix for char8_t / ESP32 IDF 5
2.2.2 - Updated CI Actions versions
Update CI action versions
2.2.1
What's Changed
update current SdFat to v2 #13 by @hathach, based on https://github.com/greiman/SdFat/releases/tag/2.2.0 . With following backward-compatible modification
- support 1 FAT table (in addition to 2 FAT mirroring). Which is needed to mount file system formatted by elm-chan fatfs (micropython/circuitpython)
- enable define SDFAT_FILE_TYPE = 1, USE_BLOCK_DEVICE_INTERFACE = 1, FAT12_SUPPORT = 1
- disable warnings on FS.h availability (File not defined) on platform such as rp2040 and esp32/esp8266
- Add File32::name() for compiling purpose
- Add SharedSpiCard::cardSize() for compiling (which is renamed to sectorCount())
- Add FsBlockDeviceInterface::syncBlock/readBlock(s)/writeBlock(s) for compiling (these are renamed to syncDevice/read_writeSector(s)
- Add define ENABLE_EXTENDED_TRANSFER_CLASS, BaseBlockDriver, FatFileSystem, SdFatEX (these are renamed in v2)
- Update FatVolume::begin() to also support mounting super floopy disk (SFD i.e no MBR) by default. Which is useful to work with floopy disk and also some of existing board that is formatted previously with SdFormat sketch (use SFD to save space).
Full Changelog: 1.1.0...2.2.1
Bump to explicitly specify RP2040 platform support
Update library.properties bump
1.5.0
1.4.0 - Added support for Arduino Uno WiFi R2
Bump to 1.4.0
1.3.0 - USE_FCNTL_H for esp32/s2, allowed USE_STANDARD_SPI_LIBRARY to be set by compilation definition flag
1.2.4 - Fixed warnings
Bump to 1.2.4
1.2.3
- Fixed writing to 2nd FAT on single FAT system
- Fixed adafruit/Adafruit_SPIFlash#21
Bump release to fix library name
1.2.1 fix name