Releases: adafruit/Adafruit_SPIFlash
Releases · adafruit/Adafruit_SPIFlash
WARNING: breaking release!
In order to use both SPI Flash and SD cards at the same time, we cant have conflicting File names, so we now have the File
in Adafruit_SPIFlash_FAT
namespace. Update your SPI Flash File
s to Adafruit_SPIFlash_FAT::File
Update for QSPI boards
Now has bitbang-for-QSPI in examples, and should work with the QSPI library
Fix express SPI detection and various small fixes
1.1.0 merging in https://github.com/adafruit/Adafruit_SPIFlash/pull/6
interface compatibility fixes
1.0.8 DM: update JEDEC id
add 25Q64 filesystem support
1.0.6 DM: add W25Q64 filesystem info
fix namespace conflicts
1.0.5 DM: bump
update for subclassing via QSPI
1.0.4 Update library.properties
Sync library.properties and tag versions
Forgot to bump library.properties when I created 1.0.2 release. Bump both to 1.0.3.
CPX fixes + new flash chip
Fix some CPX bugs. Support another SPI flash chip.
readbuffer bugfix + multitool sketch
1.0.1 add handy tool!