Age | Commit message (Expand) | Author |
2018-05-09 | type_decoder.c: Drop incorrect Py_DECREF() calls. | Uwe Hermann |
2018-05-09 | type_decoder: Fixup memory leak in Decoder.put() (meta, python) | Uwe Hermann |
2018-05-09 | type_decoder: fixup memory leak in Decoder.put() (annotation, binary) | Gerhard Sittig |
2018-05-06 | Doxyfile: Set CREATE_SUBDIRS to NO. | Uwe Hermann |
2018-05-03 | jtag_stm32: Always switch state on new instruction | George Hopkins |
2018-05-03 | jtag_stm32: Fix handling of boundary scan TAP | George Hopkins |
2018-05-03 | jtag: Fix shifting of registers | George Hopkins |
2018-05-03 | spiflash: Add Adesto AT45DB161E metadata. | Uwe Hermann |
2018-05-03 | spiflash: Add basic Adesto AT45DBxx support (WRITE1/2, STATUS). | Aleksander Alekseev |
2018-04-24 | dcf77: annotate unexpected bit numbers and values, do not abort execution | Gerhard Sittig |
2018-04-24 | dcf77: annotate invalid dow and month fields, do not abort execution | Gerhard Sittig |
2018-04-23 | dcf77, lpc: rephrase bit string formatting | Gerhard Sittig |
2018-04-23 | instance: return SRD_ERR_TERM_REQ when execution shall terminate | Gerhard Sittig |
2018-04-23 | instance: drop an unneeded "want wait() to terminate" reset assignment | Gerhard Sittig |
2018-04-22 | log: Move log level check so that it affects all handlers. | Uwe Hermann |
2018-04-20 | srd_exception_catch(): Beautify traceback logging output. | Uwe Hermann |
2018-04-20 | Decoder_register(): Drop an overly verbose log message. | Uwe Hermann |
2018-04-20 | srd_logv(): Add an explicit fflush(). | Uwe Hermann |
2018-04-20 | Show backtrace when decode() aborts due to an error. | Uwe Hermann |
2018-04-12 | can: Fix incorrect stuff bit handling. | Uwe Hermann |
2018-04-08 | Drop overly verbose log messages about (un)loading PDs. | Uwe Hermann |
2018-04-08 | sda2506/qi: Add missing full stop in 'desc' field. | Uwe Hermann |
2018-04-08 | rc_encode: Use different annotation classes for code word addr/data. | Uwe Hermann |
2018-04-08 | rc_encode: Use different annotation classes for different bits. | Uwe Hermann |
2018-04-08 | rc_encode: Add self.putx() helper. | Uwe Hermann |
2018-04-08 | rc_encode: Use common self.ss/self.es naming. | Uwe Hermann |
2018-04-08 | rc_encode: Use += operator where possible. | Uwe Hermann |
2018-04-08 | rc_encode: Drop unneeded casts. | Uwe Hermann |
2018-04-08 | Add initial rc_encode protocol decoder. | steversig |
2018-03-31 | test: add simple "no data" test case for decoder "terminate and reset" | Gerhard Sittig |
2018-03-31 | session: add "terminate and reset" support for protocol stacks | Gerhard Sittig |
2018-03-31 | Decoder: check for duplicate register() calls in common backend code | Gerhard Sittig |
2018-03-31 | decoder: rephrase .has_channel() argument parse logic | Gerhard Sittig |
2018-03-31 | instance: make sure oldpins array is available after reset | Gerhard Sittig |
2018-03-31 | adns5020: Python style nit, fixup whitespace | Gerhard Sittig |
2018-03-31 | max7219: introduce constructor and reset() method | Gerhard Sittig |
2018-03-31 | microwire: introduce constructor and reset() method | Gerhard Sittig |
2018-03-18 | print_searchpaths(): Print decoder and system search paths. | Uwe Hermann |
2018-03-17 | Fix part of #1128 by adding a way to retrieve PD search paths | Soeren Apel |
2018-03-07 | Add support for SDA2506 EEPROM serial protocol. | Max Weller |
2018-03-07 | Minor whitespace/typo fixes. | Uwe Hermann |
2018-02-23 | dali: Avoid CamelCase in most places. | Uwe Hermann |
2018-02-15 | ir_nec: optionally accept input signals that include the carrier | Gerhard Sittig |
2018-02-13 | parallel: expand 'wordsize' description (bits vs cycles) | Gerhard Sittig |
2018-02-13 | stepper_motor: make samplerate meta data optional | Gerhard Sittig |
2018-02-13 | i2s: make samplerate meta data optional | Gerhard Sittig |
2018-02-13 | i2c: make input samplerate optional | Gerhard Sittig |
2018-02-10 | configure.ac: explicitly require pkg-config related macro | Gerhard Sittig |
2018-01-28 | graycode, morse, pwm, usb_request, wiegand: cope with absent sample rate | Gerhard Sittig |
2018-01-28 | spi: cope when a sample rate of 0 was configured | Gerhard Sittig |