Age | Commit message (Expand) | Author |
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-23 | Drop obsolete support for annotation tuples (only support lists). | 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-07 | init: Don't let Python override signal handlers | Marcus Comstedt |
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 |
2015-11-30 | usb_signalling: consolidate symbol output | Stefan Brüns |
2015-11-22 | spi: Add a 'TRANSFER' output type. | Paul "LeoNerd" Evans |
2015-11-22 | Fix documentation comment in SPI decoder | Paul "LeoNerd" Evans |
2015-11-21 | usb_power_delivery: Minor typo and whitespace fixes. | Uwe Hermann |
2015-11-21 | usb_power_delivery: Use the same license header format as other PDs. | Uwe Hermann |
2015-11-21 | USB Power Delivery protocol decoder | Vincent Palatin |
2015-11-21 | spiflash: Fix incorrect 'inputs' field. | Uwe Hermann |
2015-11-12 | Initial attempt at MAX7219/MAX7221 decoder | Paul "LeoNerd" Evans |
2015-11-04 | srd_decoder_unload(): Remove PD from the internal list. | Uwe Hermann |
2015-11-03 | tests/decoder.c: Add some srd_decoder_unload*() tests. | Uwe Hermann |
2015-10-22 | UART: Handle framing errors better | Elrond |
2015-10-06 | exception: Decorate catch function with format attribute | Daniel Elstner |
2015-10-06 | build: Require GLib 2.28.0 | Daniel Elstner |
2015-10-06 | util: Factor out Python module load | Daniel Elstner |
2015-10-06 | decoder: Refactor loading code and plug leaks | Daniel Elstner |
2015-10-06 | Python: Restrict code to stable ABI subset | Daniel Elstner |
2015-10-06 | usb_request: USB transaction decoder and PCAP generator | Stefan Brüns |
2015-10-06 | usb_packet: Document CRC5 ERROR and CRC16 ERROR packets. | Uwe Hermann |
2015-10-06 | usb_{signalling,packet}: Minor cosmetics. | Uwe Hermann |
2015-10-06 | usb_signalling: Track USB symbol width to compensate frequency errors | Stefan Brüns |
2015-10-06 | usb_packet: calculate and check CRC5/CRC16 | Stefan Brüns |
2015-10-06 | rfm12: fix small typo | Roland Hieber |