Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-01 | All PDs: Consistently use singular/plural for annotation classes/rows. | Uwe Hermann | |
2019-04-02 | decoders: Fix incorrect 'outputs' fields. | Uwe Hermann | |
Only add items to 'outputs' if the respective PD actually has OUTPUT_PYTHON support implemented as of right now. Various decoders might get OUTPUT_PYTHON support later, but the 'outputs' field should reflect the current status. | |||
2019-03-16 | decoders: Various cosmetic/consistency/typo fixes. | Uwe Hermann | |
2019-03-15 | decoders: Add/update tags for each PD. | Uwe Hermann | |
2019-01-30 | Fix obvious typos with string formatters | Ryan Jarvis | |
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-11-02 | ds243x: Add binary output for data read from EEPROM | Soeren Apel | |
2017-11-02 | Rename ds2432 to ds243x | Soeren Apel | |