]> sigrok.org Git - libsigrokdecode.git/history - decoders/spiflash/pd.py
spiflash: Initial support for write enable state tracking
[libsigrokdecode.git] / decoders / spiflash / pd.py
2018-10-21 Vesa-Pekka Palmuspiflash: Initial support for write enable state tracking
2018-10-21 Vesa-Pekka Palmuspiflash: Handle chip erase
2018-05-03 Aleksander Alekseevspiflash: Add basic Adesto AT45DBxx support (WRITE1...
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-06-16 Uwe HermannMark all stacked decoders as being PD API version 3.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-11-07 Uwe Hermannspiflash: Major refactoring and annotation improvements.
2016-11-07 Uwe Hermannspiflash: Use OrderedDict for cmds, more readable annot...
2016-11-07 Uwe Hermannspiflash: Initial RDSR2 implementation (incomplete).
2016-11-07 Uwe Hermannspiflash: Implement WRSR command.
2016-11-06 Uwe Hermannspiflash: Remove hardcoded Macronix references.
2016-11-06 Uwe Hermannspiflash: Implement Release Power-down / Device ID...
2016-06-22 Uwe Hermannspiflash: Add a 'format' option.
2016-06-22 Angus Grattonspiflash: Perf tweak: Build handler lookup table once...
2016-06-22 Angus Grattonspiflash: Handle "Fast Read Dual I/O"
2016-06-22 Angus Grattonspiflash: Handle CS# transitions, allow variable-length...
2016-05-26 Uwe HermannConsistency renames of {ss,es}_ variables.
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2015-11-21 Uwe Hermannspiflash: Fix incorrect 'inputs' field.
2015-04-07 Uwe Hermannspiflash: Add lists.py and a 'chips' PD option.
2015-04-07 Uwe HermannRename the 'mx25lxx05d' PD to 'spiflash'.