Age | Commit message (Expand) | Author |
2016-11-04 | Add initial version of PS/2 decoder | Daniel Schulte |
2016-10-23 | spi: Fix binary output for wordsizes > 8. | Uwe Hermann |
2016-10-23 | uart: Default to hex format datavalue annotations. | Uwe Hermann |
2016-10-23 | uart: Emit 2 bytes for 9-bit UART binary output. | Uwe Hermann |
2016-10-19 | uart: skip frames with invalid start bits | Gerhard Sittig |
2016-10-19 | uart: rework text formatting of communicated data values, plus nits | Gerhard Sittig |
2016-10-19 | uart: minor nit, rename the "databyte" variable | Gerhard Sittig |
2016-10-12 | Add an initial GPIB decoder. | Rudolf Reuter |
2016-09-24 | midi: Add missing copyright lines. | Uwe Hermann |
2016-09-24 | midi: Random cosmetic cleanups. | Uwe Hermann |
2016-09-24 | midi: Simplify some boolean tests. | Uwe Hermann |
2016-09-24 | midi: Use "is" or "is not" with None. | Uwe Hermann |
2016-09-24 | usb_request: Use "is" or "is not" with None. | Uwe Hermann |
2016-09-24 | midi: Add support for complex MIDI message formats (inter-related). | Chris |
2016-09-24 | midi: chromatic_notes in list.py was off by 1 octave | Chris |
2016-09-24 | uart: Fix a bug in the output for stacked PDs. | Uwe Hermann |
2016-09-04 | midi: Some annotation consistency changes. | Uwe Hermann |
2016-09-04 | Updates each annotation with multiple strings ranging from long, medium, and ... | Chris |
2016-08-26 | usb_power_delivery: Drop problematic exception in us2samples(). | Uwe Hermann |
2016-08-23 | ssi32: Slightly more descriptive naming. | Uwe Hermann |
2016-08-23 | midi: Substantially improve decoding of MIDI messages. | Chris Dreher |
2016-08-22 | ssi32: Minor cosmetics, add full license header (for consistency). | Uwe Hermann |
2016-08-21 | Add Bosch SSI32 protocol decoder. | Oleksij Rempel |
2016-07-06 | Add a DMX512 protocol decoder | cbdev |
2016-06-28 | timing: Add frequency and averaging support. | Uwe Hermann |
2016-06-22 | spiflash: Add a 'format' option. | Uwe Hermann |
2016-06-22 | spiflash: Perf tweak: Build handler lookup table once per decoder | Angus Gratton |
2016-06-22 | spiflash: Handle "Fast Read Dual I/O" | Angus Gratton |
2016-06-22 | spiflash: Handle CS# transitions, allow variable-length transfers | Angus Gratton |
2016-05-26 | Consistency renames of {ss,es}_ variables. | Uwe Hermann |
2016-05-25 | Move common/ directory into decoders/. | Uwe Hermann |
2016-05-18 | Add decoder for em4305 RFID protocol | Benjamin Larsson |
2016-05-15 | Use consistent __init__() format across all PDs. | Uwe Hermann |
2016-05-11 | usb_request: Drop hardcoded samplerate. | Uwe Hermann |
2016-05-11 | wiegand: Make bitwidth_ms option values integer (not string). | Uwe Hermann |
2016-05-11 | Add wiegand decoder. | Sean Burford |
2016-05-09 | Consistently use ' instead of " for strings in all PDs. | Uwe Hermann |
2016-05-09 | Factor out SD card lists into common/sdcard. | Uwe Hermann |
2016-05-05 | Factor out bcd2int() into common/srdhelper. | Uwe Hermann |
2016-05-04 | Move constants out of xfp to common/plugtrx. | Bert Vermeulen |
2016-05-04 | mdio: Add 'TURNAROUND' long/full annotation. | Uwe Hermann |
2016-05-04 | mdio: Factor out self.putff(). | Uwe Hermann |
2016-05-04 | Add an MDIO protocol decoder. | Elias Oenal |
2016-04-27 | Drop mdio decoder (to be replaced with another implementation). | Uwe Hermann |
2016-04-20 | pwm: Use self.{ss,es}_block for consistency across PDs. | Uwe Hermann |
2016-04-20 | timing: Use self.samplenum for consistency across PDs. | Uwe Hermann |
2016-03-20 | Add initial Renesas Advanced User Debugger (AUD) decoder. | fenugrec |
2016-03-04 | em4100/t55xx: Fix accidentally broken wording in license header. | Uwe Hermann |
2016-03-04 | Fix various incorrect PD license metadata fields. | Uwe Hermann |
2016-03-04 | Add an rgb_led_ws281x decoder. | Uwe Hermann |