summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-02flexray: fix annotation for 'frame end sequence'Stephan Thiele
2020-01-01amulet_ascii: Minor consistency fix.Uwe Hermann
2020-01-01xfp: Add annotation rows.Uwe Hermann
2020-01-01modbus: Add missing annotation class names.Uwe Hermann
2020-01-01mlx90614: Add annotation rows.Uwe Hermann
2020-01-01cc1101: Add missing annotation class.Uwe Hermann
2020-01-01All PDs: Consistently use singular/plural for annotation classes/rows.Uwe Hermann
2019-12-31x2444m: Eliminate duplicate annotation class ID.Uwe Hermann
2019-12-31srd_decoder_load(): Error out upon various duplicate IDs.Uwe Hermann
2019-12-31HACKING: Add some Python coding style hints, fix incorrect docs.Uwe Hermann
2019-12-30uart: Use human-readable names for binary classes.Uwe Hermann
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