summaryrefslogtreecommitdiff
path: root/decoders
AgeCommit message (Expand)Author
2016-12-07stepper_motor: Convert to PD API version 3.Uwe Hermann
2016-12-07spdif: Convert to PD API version 3.Uwe Hermann
2016-12-07parallel: Convert to PD API version 3.Uwe Hermann
2016-12-07onewire_link: Convert to PD API version 3.Uwe Hermann
2016-12-07jtag: Convert to PD API version 3.Uwe Hermann
2016-12-07jitter: Convert to PD API version 3.Uwe Hermann
2016-12-07ir_nec: Convert to PD API version 3.Uwe Hermann
2016-12-07i2s: Convert to PD API version 3.Uwe Hermann
2016-12-07i2c: Convert to PD API version 3.Uwe Hermann
2016-12-07guess_bitrate: Convert to PD API version 3.Uwe Hermann
2016-12-07dcf77: Convert to PD API version 3.Uwe Hermann
2016-12-07aud: Convert to PD API version 3.Uwe Hermann
2016-12-07am230x: Convert to PD API version 3.Uwe Hermann
2016-11-07spiflash: Major refactoring and annotation improvements.Uwe Hermann
2016-11-07spiflash: Use OrderedDict for cmds, more readable annotation indices.Uwe Hermann
2016-11-07spiflash: Initial RDSR2 implementation (incomplete).Uwe Hermann
2016-11-07spiflash: Implement WRSR command.Uwe Hermann
2016-11-07spiflash: Add FIDELIX FM25Q32 metadata.Uwe Hermann
2016-11-06spiflash: Remove hardcoded Macronix references.Uwe Hermann
2016-11-06spiflash: Implement Release Power-down / Device ID (0xAB) command.Uwe Hermann
2016-11-04ps2: Add more detailed per-bit annotations.Uwe Hermann
2016-11-04ps2: Neither the clock nor the data pin is optional.Uwe Hermann
2016-11-04Add initial version of PS/2 decoderDaniel Schulte
2016-10-23spi: Fix binary output for wordsizes > 8.Uwe Hermann
2016-10-23uart: Default to hex format datavalue annotations.Uwe Hermann
2016-10-23uart: Emit 2 bytes for 9-bit UART binary output.Uwe Hermann
2016-10-19uart: skip frames with invalid start bitsGerhard Sittig
2016-10-19uart: rework text formatting of communicated data values, plus nitsGerhard Sittig
2016-10-19uart: minor nit, rename the "databyte" variableGerhard Sittig
2016-10-12Add an initial GPIB decoder.Rudolf Reuter
2016-09-24midi: Add missing copyright lines.Uwe Hermann
2016-09-24midi: Random cosmetic cleanups.Uwe Hermann
2016-09-24midi: Simplify some boolean tests.Uwe Hermann
2016-09-24midi: Use "is" or "is not" with None.Uwe Hermann
2016-09-24usb_request: Use "is" or "is not" with None.Uwe Hermann
2016-09-24midi: Add support for complex MIDI message formats (inter-related).Chris
2016-09-24midi: chromatic_notes in list.py was off by 1 octaveChris
2016-09-24uart: Fix a bug in the output for stacked PDs.Uwe Hermann
2016-09-04midi: Some annotation consistency changes.Uwe Hermann
2016-09-04Updates each annotation with multiple strings ranging from long, medium, and ...Chris
2016-08-26usb_power_delivery: Drop problematic exception in us2samples().Uwe Hermann
2016-08-23ssi32: Slightly more descriptive naming.Uwe Hermann
2016-08-23midi: Substantially improve decoding of MIDI messages.Chris Dreher
2016-08-22ssi32: Minor cosmetics, add full license header (for consistency).Uwe Hermann
2016-08-21Add Bosch SSI32 protocol decoder.Oleksij Rempel
2016-07-06Add a DMX512 protocol decodercbdev
2016-06-28timing: Add frequency and averaging support.Uwe Hermann
2016-06-22spiflash: Add a 'format' option.Uwe Hermann
2016-06-22spiflash: Perf tweak: Build handler lookup table once per decoderAngus Gratton
2016-06-22spiflash: Handle "Fast Read Dual I/O"Angus Gratton