summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-31Don't show a harmless/confusing warning on stdout.Uwe Hermann
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-12decoder: terminate .wait() and .decode(), join threads for v3 instancesGerhard Sittig
2017-03-05configure summary: Show linker flags.Uwe Hermann
2017-03-05configure summary: Show whether shared/static build is enabled.Uwe Hermann
2017-03-04rgb_led_ws281x: Use self.samplenum.Uwe Hermann
2017-03-03Drop obsolete workarounds in PDs.Uwe Hermann
2017-02-28srd_decoder_load(): Drop dead code.Uwe Hermann
2017-02-28Fix memory leak in get_current_pinvalues()Marcus Comstedt
2017-02-28More refcounting fixesMarcus Comstedt
2017-02-27instance.c: Add a debug message for thread creation.Uwe Hermann
2017-02-26srd_inst_decode(): Slightly more verbose error message.Uwe Hermann
2017-02-26Fix examples to show abs_end_samplenum as exclusiveMarcus Comstedt
2017-02-26Return SRD_ERR_ARG from srd_inst_decode if samplenums are wrongMarcus Comstedt
2017-02-26Fix refcounting bug in set_new_condition_list()Marcus Comstedt