Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This is more consistent with annotation syntax and looks slightly better in most cases. | |||
2015-12-04 | usb*: Minor cosmetics. | Uwe Hermann | |
2015-12-01 | usb_{packet,request}: handle PREamble transmissions | Stefan Brüns | |
2015-11-30 | usb_request: Handle transmission timeouts | Stefan Brüns | |
If a device or host did not receive a handshake 18 bit times after the EOP, there was a transmission error and the host may repeat the transmission | |||
2015-10-06 | usb_request: USB transaction decoder and PCAP generator | Stefan Brüns | |
The new decoder stacks on top of the usb_packet PD. It adds one new annotation row, and is able to save the decoded data as PCAP trace. It has been successfully tested against all traces in sigrok-dumps and some more traces. |