Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-23 | dali: Avoid CamelCase in most places. | Uwe Hermann | |
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-21 | decoders: Rephrase condition-less .wait() calls (self documentation) | Gerhard Sittig | |
Telling .wait() to "skip one sample" slightly obfuscates the intent of getting the next samples while no condition applies. Explicitly pass no condition arguments instead, to better reflect the purpose. Coincidently these .wait() calls will execute in slightly less expensive code paths in the common code. | |||
2017-06-16 | dali: Change 'self.dali' to 'dali'. | Uwe Hermann | |
2017-06-16 | dali: Convert to PD API version 3. | Uwe Hermann | |
2017-06-16 | dali: Random cleanups, remove obsolete comments. | Uwe Hermann | |
2017-03-18 | dali: Use a slightly better variable name. | Uwe Hermann | |
2017-03-15 | Add a DALI protocol decoder. | Jeremy Swanson | |