Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-15 | decoders: Add/update tags for each PD. | Uwe Hermann | |
2019-03-13 | Add PD tags handling and some tags | Soeren Apel | |
2018-05-21 | Add ON Semi CAT24C256, CAT24M01. | whitequark | |
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-12-22 | eeprom 24xx: rename reset() helper method | Gerhard Sittig | |
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-06-06 | eeprom24xx: Don't make lists.py executable. | Uwe Hermann | |
2017-03-28 | eeprom24xx: add Xicor X24C02 variant | fenugrec | |
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-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-12-24 | Use self.out_binary naming consistently across all PDs. | Uwe Hermann | |
2015-12-24 | Use a Python list (not tuple) for OUT_BINARY. | Uwe Hermann | |
This is more consistent with annotation syntax and looks slightly better in most cases. | |||
2014-12-28 | Add 24xx I2C EEPROM protocol decoder. | Uwe Hermann | |