Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | dsi: Convert to PD API version 3. | Uwe Hermann | |
2017-06-16 | dsi: Cosmetics, drop obsolete comments. | Uwe Hermann | |
2017-03-18 | dsi: Use a slightly better variable name. | Uwe Hermann | |
2017-03-18 | dsi: Small fix for the longname. | Uwe Hermann | |
2017-03-15 | Add a DSI protocol decoder. | Jeremy Swanson | |