Skip to content

Releases: adafruit/SdFat

2.3.54 Update Rp2040SdioSetup example for Feather RP2040 Adalogger

05 Aug 12:36
daa55e6

Choose a tag to compare

What's Changed

  • Update Rp2040SdioSetup example for Feather RP2040 Adalogger by @caternuson in #37

New Contributors

Full Changelog: 2.3.53...2.3.54

2.3.53 - fix SDIO with RP2350B

09 Jun 16:27
a0f096c

Choose a tag to compare

What's Changed

  • allow cardSize() for backward compatible with v1 by @hathach in #34
  • fix rp2350B with gpio up to 48 by @hathach in #35

Full Changelog: 2.3.52...2.3.53

2.3.52

05 Jun 09:28
27e40de

Choose a tag to compare

What's Changed

  • fix copy constructor backward compatible for libraries such as Adafruit_WavePlayer by @hathach in #33

Full Changelog: 2.3.51...2.3.52

2.3.51 - library properties name fix

03 Jun 14:02

Choose a tag to compare

2.3.50 update to upstream v2.3.0

30 May 12:50
3c0b262

Choose a tag to compare

What's Changed

Full Changelog: 2.2.54...2.3.50

2.2.54

05 Mar 09:50
1d3b2a2

Choose a tag to compare

What's Changed

  • Fix SDFat conflict with Arduino-Pico BSP by @brentru in #31

New Contributors

Full Changelog: 2.2.3...2.2.54

2.2.3 Unicode example fix for char8_t / ESP32 IDF 5

12 Dec 13:03
f3bba10

Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...2.2.3

2.2.2 - Updated CI Actions versions

22 May 17:05

Choose a tag to compare

Update CI action versions

2.2.1

15 Oct 13:58
5c0b73a

Choose a tag to compare

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

14 Jan 16:05
8313193

Choose a tag to compare