summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-24dcf77: annotate invalid dow and month fields, do not abort executionGerhard Sittig
2018-04-23dcf77, lpc: rephrase bit string formattingGerhard Sittig
2018-04-23instance: return SRD_ERR_TERM_REQ when execution shall terminateGerhard Sittig
2018-04-23instance: drop an unneeded "want wait() to terminate" reset assignmentGerhard Sittig
2018-04-22log: Move log level check so that it affects all handlers.Uwe Hermann
2018-04-20srd_exception_catch(): Beautify traceback logging output.Uwe Hermann
2018-04-20Decoder_register(): Drop an overly verbose log message.Uwe Hermann
2018-04-20srd_logv(): Add an explicit fflush().Uwe Hermann
2018-04-20Show backtrace when decode() aborts due to an error.Uwe Hermann
2018-04-12can: Fix incorrect stuff bit handling.Uwe Hermann
2018-04-08Drop overly verbose log messages about (un)loading PDs.Uwe Hermann
2018-04-08sda2506/qi: Add missing full stop in 'desc' field.Uwe Hermann
2018-04-08rc_encode: Use different annotation classes for code word addr/data.Uwe Hermann
2018-04-08rc_encode: Use different annotation classes for different bits.Uwe Hermann
2018-04-08rc_encode: Add self.putx() helper.Uwe Hermann
2018-04-08rc_encode: Use common self.ss/self.es naming.Uwe Hermann
2018-04-08rc_encode: Use += operator where possible.Uwe Hermann
2018-04-08rc_encode: Drop unneeded casts.Uwe Hermann
2018-04-08Add initial rc_encode protocol decoder.steversig
2018-03-31test: add simple "no data" test case for decoder "terminate and reset"Gerhard Sittig
2018-03-31session: add "terminate and reset" support for protocol stacksGerhard Sittig
2018-03-31Decoder: check for duplicate register() calls in common backend codeGerhard Sittig
2018-03-31decoder: rephrase .has_channel() argument parse logicGerhard Sittig
2018-03-31instance: make sure oldpins array is available after resetGerhard Sittig
2018-03-31adns5020: Python style nit, fixup whitespaceGerhard Sittig
2018-03-31max7219: introduce constructor and reset() methodGerhard Sittig
2018-03-31microwire: introduce constructor and reset() methodGerhard Sittig
2018-03-18print_searchpaths(): Print decoder and system search paths.Uwe Hermann
2018-03-17Fix part of #1128 by adding a way to retrieve PD search pathsSoeren Apel
2018-03-07Add support for SDA2506 EEPROM serial protocol.Max Weller
2018-03-07Minor whitespace/typo fixes.Uwe Hermann
2018-02-23dali: Avoid CamelCase in most places.Uwe Hermann
2018-02-15ir_nec: optionally accept input signals that include the carrierGerhard Sittig
2018-02-13parallel: expand 'wordsize' description (bits vs cycles)Gerhard Sittig
2018-02-13stepper_motor: make samplerate meta data optionalGerhard Sittig
2018-02-13i2s: make samplerate meta data optionalGerhard Sittig
2018-02-13i2c: make input samplerate optionalGerhard Sittig
2018-02-10configure.ac: explicitly require pkg-config related macroGerhard Sittig
2018-01-28graycode, morse, pwm, usb_request, wiegand: cope with absent sample rateGerhard Sittig
2018-01-28spi: cope when a sample rate of 0 was configuredGerhard Sittig
2018-01-25ac97: introduce first AC'97 decoder implementation (bits, slots, binary)Gerhard Sittig
2018-01-13i2c: Drop obsolete 10bit slave address TODO.Uwe Hermann
2018-01-03counter: make 'reset' signal polarity an optionGerhard Sittig
2018-01-03counter: Make "word reset" an explicit annotation class+row.Uwe Hermann
2018-01-03Add a trivial "counter" decoderStefan BrĂ¼ns
2018-01-01parallel: implement consistent number formattingGerhard Sittig
2018-01-01parallel: unbreak and improve "word" de-multiplexingGerhard Sittig
2018-01-01parallel: cope with sparse input mappings, assume zero for not-connected pinsGerhard Sittig
2018-01-01parallel: address minor style nits, no change in behaviourGerhard Sittig
2018-01-01parallel: unify decode() code paths with and without clock signalGerhard Sittig