Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-21 | spiflash: Remember write protection latch from status registers | Vesa-Pekka Palmu | |
2018-10-21 | spiflash: Bugfix: WRSR was using miso for register decode | Vesa-Pekka Palmu | |
2018-10-21 | spiflash: Initial support for write enable state tracking | Vesa-Pekka Palmu | |
2018-10-21 | spiflash: Handle chip erase | Vesa-Pekka Palmu | |
Minimal implementation of chip erase 0x60 and 0xc7 command handling | |||
2018-05-03 | spiflash: Add basic Adesto AT45DBxx support (WRITE1/2, STATUS). | Aleksander Alekseev | |
2017-12-22 | all decoders: introduce a reset() method | Gerhard Sittig | |
Move initialization code of protocol decoders from the constructor to a new reset() helper method. The libsigrokdecode backend could run this method several times to clear the decoder's internal state, before new data from another acquisition gets fed to decode() calls. | |||
2017-06-16 | Mark all stacked decoders as being PD API version 3. | Uwe Hermann | |
This is not really relevant for stacked PDs currently (they can be used unmodified with either PDv2 or PDv3 low-level decoders), but it'll allow us to drop PDv2 support completely. | |||
2017-01-07 | license: remove FSF postal address from boiler plate license text | Gerhard Sittig | |
Remove the FSF postal address as it might change (it did in the past). Reference the gnu.org website instead which is more stable. | |||
2016-11-07 | spiflash: Major refactoring and annotation improvements. | Uwe Hermann | |
2016-11-07 | spiflash: Use OrderedDict for cmds, more readable annotation indices. | Uwe Hermann | |
2016-11-07 | spiflash: Initial RDSR2 implementation (incomplete). | Uwe Hermann | |
This is not entirely correct yet, will be fixed later. | |||
2016-11-07 | spiflash: Implement WRSR command. | Uwe Hermann | |
2016-11-06 | spiflash: Remove hardcoded Macronix references. | Uwe Hermann | |
2016-11-06 | spiflash: Implement Release Power-down / Device ID (0xAB) command. | Uwe Hermann | |
This fixes bug #845. | |||
2016-06-22 | spiflash: Add a 'format' option. | Uwe Hermann | |
2016-06-22 | spiflash: Perf tweak: Build handler lookup table once per decoder | Angus Gratton | |
2016-06-22 | spiflash: Handle "Fast Read Dual I/O" | Angus Gratton | |
2016-06-22 | spiflash: Handle CS# transitions, allow variable-length transfers | Angus Gratton | |
2016-05-26 | Consistency renames of {ss,es}_ variables. | Uwe Hermann | |
2016-05-15 | Use consistent __init__() format across all PDs. | Uwe Hermann | |
The previous **kwargs some PDs had is not actually ever used, so drop it. | |||
2015-11-21 | spiflash: Fix incorrect 'inputs' field. | Uwe Hermann | |
(this PD is indeed stacked on top of SPI) | |||
2015-04-07 | spiflash: Add lists.py and a 'chips' PD option. | Uwe Hermann | |
2015-04-07 | Rename the 'mx25lxx05d' PD to 'spiflash'. | Uwe Hermann | |
This is in preparation of making the PD more generic so it can support a lot more xx25 series SPI (NOR) flash chips. |