summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-30uart: Fix incorrect stop bit annotation class.Uwe Hermann
2019-12-30uart: Use human-readable names for annotation classes.Uwe Hermann
2019-12-17uart: sample position nits, fix typo, float calculation awarenessGerhard Sittig
2019-12-17uart: allow arbitrary sample positions for UART bit values (1-99%)Gerhard Sittig
2019-12-12can: Drop an unused method.Uwe Hermann
2019-12-12signature: increase compatibility across Python versionsGerhard Sittig
2019-12-10ac97/lin: Remove some unneeded code snippets.Uwe Hermann
2019-12-10struct srd_decoder: Fix/improve some documentation comments.Uwe Hermann
2019-12-10i2cfilter: Improve description of the "address" option.Uwe Hermann
2019-12-10dsi: Add a TODO comment for proper self.wait() usage.Uwe Hermann
2019-12-09srd_decoder_doc_get(): Add an additional sanity check.Uwe Hermann
2019-12-07decoders: Don't set self.samplenum.Uwe Hermann
2019-12-07hdcp: Add missing spaces.Uwe Hermann
2019-12-07hdcp: Reduce nesting level.Uwe Hermann
2019-12-07hdcp: Simplify some code snippets.Uwe Hermann
2019-12-07hdcp: Add tags.Uwe Hermann
2019-12-07Add HDCP traffic decoder to stack on i2cDave Craig
2019-12-07ieee488: flush upper layer payload data when IFC assertsGerhard Sittig
2019-12-07ieee488: introduce 'delim' option for improved text outputGerhard Sittig
2019-12-06Obsolete gpib and iec PDs in favor of ieee488.Uwe Hermann
2019-12-06ieee488: Mention more relevant keywords in longname.Uwe Hermann
2019-12-06ieee488: Simplify _get_raw_byte() a bit.Uwe Hermann
2019-12-06ieee488: introduce unified IEEE-488 decoder (supports GPIB and IEC)Gerhard Sittig
2019-12-03ir_rc6: Reduce nesting level.Uwe Hermann
2019-12-03ir_rc6: Initial commitBenediktO
2019-12-01ir_rc5: improved performanceBenediktO
2019-11-30flexray: Use bit/s instead of Mbit/s for bitrate.Uwe Hermann
2019-11-30flexray: add basic decoderStephan Thiele
2019-11-30nes_gamepad: implement and add decoderStephan Thiele
2019-11-30uart: Drop question mark from two option names.Uwe Hermann
2019-11-30uart: Shorten various decoder option names.Uwe Hermann
2019-11-29uart: rephrase check for required input signals, reword error messageGerhard Sittig
2019-11-29uart: support 'ignore' parity type, remove unsupported 'check_parity' optionGerhard Sittig
2019-11-29Remove left-over FSF postal address from boiler plate license text.Uwe Hermann
2019-11-29decoders: Use a slightly more consistent/logical annotation row setup.Uwe Hermann
2019-11-29ir_nec: fix #1243, multiple capture frames.Philipp Marek
2019-11-29ws281x: Check for "None" before subtracting.Philipp Marek
2019-11-29can: more robust sample point position for low sample ratesGerhard Sittig
2019-11-29can: implement bit rate switch support for CAN-FD framesStephan Thiele
2019-11-29can: annotate classic CAN CRC as CRC-15Stephan Thiele
2019-11-29lin: calculate checksum on two consecutive UART idle framesStephan Thiele
2019-11-29modbus: Ignore unknown/unsupported types.Uwe Hermann
2019-11-29uart: Document the new 'IDLE' ptype for OUTPUT_PYTHON output.Uwe Hermann
2019-11-29uart: communicate periods of idle frames to stacked decodersGerhard Sittig
2019-11-28signature: Fix license metadata field to match pd.py license header.Uwe Hermann
2019-11-28signature: Use more human-readable option values.Uwe Hermann
2019-11-28signature: Minor consistency fixes.Uwe Hermann
2019-11-28signature: Add self.reset().Uwe Hermann
2019-11-28Add decoder: signature analysissharow
2019-11-24gpib: drop obscure "total number of samples" optionGerhard Sittig