Age | Commit message (Expand) | Author |
2018-04-08 | rc_encode: Drop unneeded casts. | Uwe Hermann |
2018-04-08 | Add initial rc_encode protocol decoder. | steversig |
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-07 | Add support for SDA2506 EEPROM serial protocol. | Max Weller |
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-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 |
2018-01-25 | ac97: introduce first AC'97 decoder implementation (bits, slots, binary) | Gerhard Sittig |
2018-01-13 | i2c: Drop obsolete 10bit slave address TODO. | Uwe Hermann |
2018-01-03 | counter: make 'reset' signal polarity an option | Gerhard Sittig |
2018-01-03 | counter: Make "word reset" an explicit annotation class+row. | Uwe Hermann |
2018-01-03 | Add a trivial "counter" decoder | Stefan Brüns |
2018-01-01 | parallel: implement consistent number formatting | Gerhard Sittig |
2018-01-01 | parallel: unbreak and improve "word" de-multiplexing | Gerhard Sittig |
2018-01-01 | parallel: cope with sparse input mappings, assume zero for not-connected pins | Gerhard Sittig |
2018-01-01 | parallel: address minor style nits, no change in behaviour | Gerhard Sittig |
2018-01-01 | parallel: unify decode() code paths with and without clock signal | Gerhard Sittig |
2017-12-22 | usb_power_delivery: enforce check order for start-of-packet sequences | Gerhard Sittig |
2017-12-22 | usb_power_delivery: fixup a Python style nit (dict lookup fallback) | Gerhard Sittig |
2017-12-22 | usb_power_delivery: enforce numerical order of RDO/PDO flag annotations | Gerhard Sittig |
2017-12-22 | all decoders: introduce a reset() method | Gerhard Sittig |
2017-12-22 | ssi32: rename reset() helper method | Gerhard Sittig |
2017-12-22 | mrf24j40: rename reset() helper method | Gerhard Sittig |
2017-12-22 | ade77xx: rename reset() helper method | Gerhard Sittig |
2017-12-22 | sdcard_sd: remove unused .reset() method | Gerhard Sittig |
2017-12-22 | am230x: rename reset() helper method | Gerhard Sittig |
2017-12-22 | eeprom 24xx: rename reset() helper method | Gerhard Sittig |
2017-12-17 | ir_nec: Make timing margin relative | Grant Miller |
2017-12-09 | graycode: Move bitpack/bitunpack to common/. | Uwe Hermann |
2017-12-09 | Add a gray code and rotary encoder protocol decoder. | Christoph Rackwitz |
2017-12-09 | Add a morse code protocol decoder. | Christoph Rackwitz |
2017-12-09 | i2s: Fix unportable use of struct.pack | Marcus Comstedt |
2017-12-09 | maple_bus: Add helpers to make the call sites a bit shorter. | Uwe Hermann |
2017-12-09 | Add an initial Maple bus decoder. | Marcus Comstedt |
2017-11-11 | i2s: Set file size to 4Gb | Joel Holdsworth |
2017-11-11 | i2s: Make 32-bit wav files | Joel Holdsworth |
2017-11-02 | ds243x: Add binary output for data read from EEPROM | Soeren Apel |
2017-11-02 | Rename ds2432 to ds243x | Soeren Apel |
2017-11-02 | ds2432: Adapt to allow for DS2433 as well | Soeren Apel |
2017-10-19 | ds2432: Simplify MAC printing. | Uwe Hermann |
2017-10-19 | ds2432: Add a Maxim DS2432 protocol decoder. | Kevin Redon |
2017-07-22 | usb_request: Remove code duplication, save end sample in central location | Stefan Brüns |
2017-07-22 | usb_request: Handle CONTROL transfer protocol stalls | Stefan Brüns |