summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-26Consistency renames of {ss,es}_ variables.Uwe Hermann
2016-05-25Move common/ directory into decoders/.Uwe Hermann
2016-05-18Add decoder for em4305 RFID protocolBenjamin Larsson
2016-05-15Use consistent __init__() format across all PDs.Uwe Hermann
2016-05-11usb_request: Drop hardcoded samplerate.Uwe Hermann
2016-05-11Supply metadata to stacked decodersStefan Brüns
2016-05-11wiegand: Make bitwidth_ms option values integer (not string).Uwe Hermann
2016-05-11Add wiegand decoder.Sean Burford
2016-05-09Consistently use ' instead of " for strings in all PDs.Uwe Hermann
2016-05-09Factor out SD card lists into common/sdcard.Uwe Hermann
2016-05-05Factor out bcd2int() into common/srdhelper.Uwe Hermann
2016-05-05Have one subdirectory per module in common/ as well.Uwe Hermann
2016-05-04Move constants out of xfp to common/plugtrx.Bert Vermeulen
2016-05-04Add common directory for shared modules.Bert Vermeulen
2016-05-04mdio: Add 'TURNAROUND' long/full annotation.Uwe Hermann
2016-05-04mdio: Factor out self.putff().Uwe Hermann
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-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