Skip to content

Releases: adafruit/Logic2-SPIFlash

1.0.0-rc.1

26 Jun 23:30
3bf3b6d
Compare
Choose a tag to compare

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

Full Changelog: 0.9.0...1.0.0-rc.1

1.0.0... because why not?

26 Jun 23:33
c6604ed
Compare
Choose a tag to compare

Update to 1.0.0 so the Saleae Marketplace is happy.

Quad SPI and continuation support!

19 Mar 18:50
eade7cd
Compare
Choose a tag to compare

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

07 Oct 18:23
ce45651
Compare
Choose a tag to compare

This release covers basic SPI flash functions such as read and write data commands and control commands such as write enable.