summaryrefslogtreecommitdiff
path: root/decoders
AgeCommit message (Expand)Author
2017-05-26can: Skip stuff bit inspection where not applicableGerhard Sittig
2017-05-26can: Convert to PD API version 3Gerhard Sittig
2017-05-26can: Add warnings for various invalid bits and fields.Uwe Hermann
2017-05-13sdcard_sd: reference latest command when displaying responseWolfram Sang
2017-05-13sdcard_sd: output CMD8 in cmd8-handlerWolfram Sang
2017-05-13timing: Drop obsolete self.oldpin variable.Uwe Hermann
2017-05-13timing: "normalize" negative times tooKarl Palsson
2017-05-13timing: add edge-edge mode and delta calculationKarl Palsson
2017-05-13timing: disable averaging if set to zeroKarl Palsson
2017-05-12Rename ade7758 decoder to ade77xx.Uwe Hermann
2017-05-11ade7758: Slightly shorten some code chunks.Uwe Hermann
2017-05-11Add an ADE7758 protocol decoder.Karl Palsson
2017-05-06sdcard_sd: remove unused functionsWolfram Sang
2017-05-06eeprom93cxx: Improve longname.Uwe Hermann
2017-05-06microwire/eeprom93cxx: Use 'es' instead of 'se' abbrevation.Uwe Hermann
2017-05-06eeprom93cxx: Update wrt Python output namedtuple usage.Uwe Hermann
2017-05-06eeprom93cxx: Shorten put_word() a bit.Uwe Hermann
2017-05-06Add a 93Cxx Microwire EEPROM protocol decoder.Kevin Redon
2017-05-05microwire: Use namedtuple in some more cases.Uwe Hermann
2017-05-05microwire: Use namedtuple for the Python output.Uwe Hermann
2017-05-05microwire: Drop some trailing whitespace.Uwe Hermann
2017-05-05microwire: Shorten decode() a bit.Uwe Hermann
2017-05-05microwire: Make Ready/Busy extra annotation classes.Uwe Hermann
2017-05-05microwire: Make the start bit an extra annotation class.Uwe Hermann
2017-05-05Add a Microwire protocol decoder.Kevin Redon
2017-05-02sdcard_sd: really show result of SET_BLOCKLENWolfram Sang
2017-05-02sdcard_sd: always show CMD argument in hexWolfram Sang
2017-05-02sdcard_sd: don't interate over not implemented commandWolfram Sang
2017-04-07onewire_link: (Re-)convert to PD API version 3.Uwe Hermann
2017-04-07onewire_link: Factor out some helper methods.Uwe Hermann
2017-04-07Implement new 1-Wire link decoder using time rangesKing Kévin
2017-03-31iec: Convert to PD API version 3Marcus Comstedt
2017-03-28eeprom24xx: add Xicor X24C02 variantfenugrec
2017-03-18dali: Use a slightly better variable name.Uwe Hermann
2017-03-18dsi: Use a slightly better variable name.Uwe Hermann
2017-03-18dsi: Small fix for the longname.Uwe Hermann
2017-03-15Add a DALI protocol decoder.Jeremy Swanson
2017-03-15Add a DSI protocol decoder.Jeremy Swanson
2017-03-15uart: Minor cosmetic changes.Uwe Hermann
2017-03-14uart: Use consistent order of steps when processing samplesGerhard Sittig
2017-03-14uart: Remove redundant "reached bit" checksGerhard Sittig
2017-03-14uart: Improve robustness of query API result processingGerhard Sittig
2017-03-14uart: Reduce redundancy in sample inspection (state machine)Gerhard Sittig
2017-03-14uart: Convert to PD API version 3Gerhard Sittig
2017-03-14uart: Minor readability nit (position of start bit in calculation)Gerhard Sittig
2017-03-14uart: Immediately skip reception of parity bits when not applicableGerhard Sittig
2017-03-14uart: Remove an obsolete unused routineGerhard Sittig
2017-03-04rgb_led_ws281x: Use self.samplenum.Uwe Hermann
2017-03-03Drop obsolete workarounds in PDs.Uwe Hermann
2017-02-25Add an initial serial GPIB (IEC) decoder.Marcus Comstedt