summaryrefslogtreecommitdiff
path: root/decoders
AgeCommit message (Expand)Author
2016-05-04Add an MDIO protocol decoder.Elias Oenal
2016-04-27Drop mdio decoder (to be replaced with another implementation).Uwe Hermann
2016-04-20pwm: Use self.{ss,es}_block for consistency across PDs.Uwe Hermann
2016-04-20timing: Use self.samplenum for consistency across PDs.Uwe Hermann
2016-03-20Add initial Renesas Advanced User Debugger (AUD) decoder.fenugrec
2016-03-04em4100/t55xx: Fix accidentally broken wording in license header.Uwe Hermann
2016-03-04Fix various incorrect PD license metadata fields.Uwe Hermann
2016-03-04Add an rgb_led_ws281x decoder.Uwe Hermann
2016-03-03Add decoder for the t55xx RFID protocolBenjamin Larsson
2016-01-29uart: Optimize handling of samples when tx and rx are both idleDaniel Thompson
2016-01-29arm_itm: Use objdump instead of addr2line.Petteri Aimonen
2015-12-25usb_power_delivery: Raise SamplerateError instead of Exception.Uwe Hermann
2015-12-24Use self.out_binary naming consistently across all PDs.Uwe Hermann
2015-12-24Use a Python list (not tuple) for OUT_BINARY.Uwe Hermann
2015-12-18em4100: Simplify the code a bit.Uwe Hermann
2015-12-18em4100: Use ss/es naming for consistency across PDs.Uwe Hermann
2015-12-18em4100: Eliminate some unnecessary int()s.Uwe Hermann
2015-12-18em4100: Change annotation setup a bit, decode more protocol details.Uwe Hermann
2015-12-18Add RFID EM4100 protocol decodingBenjamin Larsson
2015-12-16usb_power_delivery: Use "if not self.samplerate" form.Uwe Hermann
2015-12-16usb_power_delivery: convert double quotes to single quotesVincent Palatin
2015-12-04usb*: Minor cosmetics.Uwe Hermann
2015-12-01usb_signalling: detect PREamble PIDStefan Brüns
2015-12-01usb_signalling: add signaling states needed after LS PREamble PIDStefan Brüns
2015-12-01usb_{packet,request}: handle PREamble transmissionsStefan Brüns
2015-11-30usb_signalling: fix SOP detection after an error conditionStefan Brüns
2015-11-30usb_packet: handle errors from usb_signallingStefan Brüns
2015-11-30usb_request: Handle transmission timeoutsStefan Brüns
2015-11-30usb_signalling: add option to automatically set signalling speedStefan Brüns
2015-11-30usb_signalling: decode RESET and Keep-Alive signalling conditionsStefan Brüns
2015-11-30usb_signalling: use explicit positions for packet start/endStefan Brüns
2015-11-30usb_signalling: handle symbol errors in EOP stateStefan Brüns
2015-11-30usb_signalling: remove unneeded syms arrayStefan Brüns
2015-11-30usb_signalling: remove unused ss_sop memberStefan Brüns
2015-11-30usb_signalling: detect bit stuffing errorsStefan Brüns
2015-11-30usb_signalling: consolidate symbol outputStefan Brüns
2015-11-22spi: Add a 'TRANSFER' output type.Paul "LeoNerd" Evans
2015-11-22Fix documentation comment in SPI decoderPaul "LeoNerd" Evans
2015-11-21usb_power_delivery: Minor typo and whitespace fixes.Uwe Hermann
2015-11-21usb_power_delivery: Use the same license header format as other PDs.Uwe Hermann
2015-11-21USB Power Delivery protocol decoderVincent Palatin
2015-11-21spiflash: Fix incorrect 'inputs' field.Uwe Hermann
2015-11-12Initial attempt at MAX7219/MAX7221 decoderPaul "LeoNerd" Evans
2015-10-22UART: Handle framing errors betterElrond
2015-10-06usb_request: USB transaction decoder and PCAP generatorStefan Brüns
2015-10-06usb_packet: Document CRC5 ERROR and CRC16 ERROR packets.Uwe Hermann
2015-10-06usb_{signalling,packet}: Minor cosmetics.Uwe Hermann
2015-10-06usb_signalling: Track USB symbol width to compensate frequency errorsStefan Brüns
2015-10-06usb_packet: calculate and check CRC5/CRC16Stefan Brüns
2015-10-06rfm12: fix small typoRoland Hieber