Age | Commit message (Expand) | Author |
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 |
2016-03-03 | Add decoder for the t55xx RFID protocol | Benjamin Larsson |
2016-01-29 | uart: Optimize handling of samples when tx and rx are both idle | Daniel Thompson |
2016-01-29 | arm_itm: Use objdump instead of addr2line. | Petteri Aimonen |
2015-12-25 | usb_power_delivery: Raise SamplerateError instead of Exception. | Uwe Hermann |
2015-12-24 | Use self.out_binary naming consistently across all PDs. | Uwe Hermann |
2015-12-24 | Use a Python list (not tuple) for OUT_BINARY. | Uwe Hermann |
2015-12-18 | em4100: Simplify the code a bit. | Uwe Hermann |
2015-12-18 | em4100: Use ss/es naming for consistency across PDs. | Uwe Hermann |
2015-12-18 | em4100: Eliminate some unnecessary int()s. | Uwe Hermann |
2015-12-18 | em4100: Change annotation setup a bit, decode more protocol details. | Uwe Hermann |
2015-12-18 | Add RFID EM4100 protocol decoding | Benjamin Larsson |
2015-12-16 | usb_power_delivery: Use "if not self.samplerate" form. | Uwe Hermann |
2015-12-16 | usb_power_delivery: convert double quotes to single quotes | Vincent Palatin |
2015-12-04 | usb*: Minor cosmetics. | Uwe Hermann |
2015-12-01 | usb_signalling: detect PREamble PID | Stefan Brüns |
2015-12-01 | usb_signalling: add signaling states needed after LS PREamble PID | Stefan Brüns |
2015-12-01 | usb_{packet,request}: handle PREamble transmissions | Stefan Brüns |
2015-11-30 | usb_signalling: fix SOP detection after an error condition | Stefan Brüns |
2015-11-30 | usb_packet: handle errors from usb_signalling | Stefan Brüns |
2015-11-30 | usb_request: Handle transmission timeouts | Stefan Brüns |
2015-11-30 | usb_signalling: add option to automatically set signalling speed | Stefan Brüns |
2015-11-30 | usb_signalling: decode RESET and Keep-Alive signalling conditions | Stefan Brüns |
2015-11-30 | usb_signalling: use explicit positions for packet start/end | Stefan Brüns |
2015-11-30 | usb_signalling: handle symbol errors in EOP state | Stefan Brüns |
2015-11-30 | usb_signalling: remove unneeded syms array | Stefan Brüns |
2015-11-30 | usb_signalling: remove unused ss_sop member | Stefan Brüns |
2015-11-30 | usb_signalling: detect bit stuffing errors | Stefan Brüns |