Releases: adafruit/Logic2-SPIFlash
Releases · adafruit/Logic2-SPIFlash
1.0.0-rc.1
What's Changed
- Return unknown commands in hex. Add Release power-down command by @DominiqueMeus in #1
- Add support for entering and exiting 4 byte address mode. Add SFDP by @jgstroud in #4
- WIP: Fix for crashes when QSPI mode isn't correctly detected by @desertsagebrush in #3
- Fix QSPI for continuous read, add data byte count by @colinoflynn in #6
- Support dual I/O by @tannewt in #9
- Add support for Simple Parallel w/CS by @tannewt in #10
New Contributors
- @DominiqueMeus made their first contribution in #1
- @jgstroud made their first contribution in #4
- @desertsagebrush made their first contribution in #3
- @colinoflynn made their first contribution in #6
- @tannewt made their first contribution in #9
Full Changelog: 0.9.0...1.0.0-rc.1
1.0.0... because why not?
Quad SPI and continuation support!
This adds support for input from the Simple Parallel low level analyzer in order to support Quad SPI (and Dual and Octal in the future too.)
First release
This release covers basic SPI flash functions such as read and write data commands and control commands such as write enable.