summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-03configure.ac: Bump package version to 0.5.0.Uwe Hermann
2016-01-29Bump libtool version (not package version) to 3:0:0.Uwe Hermann
2016-01-29NEWS: Update for upcoming 0.4.0 release.Uwe Hermann
2016-01-29configure.ac: Also check for Python 3.5.Martijn van Buul
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-23Drop obsolete support for annotation tuples (only support lists).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-07init: Don't let Python override signal handlersMarcus Comstedt
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-11-04srd_decoder_unload(): Remove PD from the internal list.Uwe Hermann
2015-11-03tests/decoder.c: Add some srd_decoder_unload*() tests.Uwe Hermann
2015-10-22UART: Handle framing errors betterElrond
2015-10-06exception: Decorate catch function with format attributeDaniel Elstner
2015-10-06build: Require GLib 2.28.0Daniel Elstner
2015-10-06util: Factor out Python module loadDaniel Elstner
2015-10-06decoder: Refactor loading code and plug leaksDaniel Elstner
2015-10-06Python: Restrict code to stable ABI subsetDaniel Elstner
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