Releases: adafruit/Adafruit_SPIFlash
Releases · adafruit/Adafruit_SPIFlash
3.2.0- Support a list of devices in `begin()`
Device list support is courtesy of contributor @mzero
3.1.6 - 2020.04.24
- Fix build with ESP8266 and EPS32 with min()
3.1.5 - 2020.04.14
All examples should now work with Circuit Playground Express
All examples should now work with Circuit Playground Express
3.1.3
ESP fix
Adafruit_ImageReader now relies on Adafruit_SPIFlash -- this is true even if only using SD card, as the library now handles either/or. And though I don't think we have any ESP + SPI flash boards, it still needs to pass compilation in order to use, for example, an ESP board in a display FeatherWing, loading images from SD card.
3.1.0
Add FAT12 support for formatting
Merge pull request #15 from hathach/develop complete SdFat_format with fatfs f_mkfs() for FAT12
*Breaking Change* Complete refactor!
Now based off of SdFat library, we can have both QSPI and SD filesystems at the same time, plus all the goodies of SdFat's long filename support, caching, and more. amazing, but we had to change around the functions/APIs. It's worth it, though!
Add fileSize()
to better match SdFat file api