Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-01 | All PDs: Consistently use singular/plural for annotation classes/rows. | Uwe Hermann | |
2019-03-16 | decoders: Various cosmetic/consistency/typo fixes. | Uwe Hermann | |
2019-03-15 | decoders: Add/update tags for each PD. | Uwe Hermann | |
2019-03-13 | Add PD tags handling and some tags | Soeren Apel | |
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-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. | |||
2016-05-09 | Consistently use ' instead of " for strings in all PDs. | Uwe Hermann | |
2015-04-02 | Slightly shorten a few PD descriptions. | Uwe Hermann | |
2015-03-02 | Add ARM TPIU/ITM/ETMv3 decoders | Petteri Aimonen | |