summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-09cjtag: Use ternary operator where possible.Uwe Hermann
2020-01-09cjtag: Use += operator where possible.Uwe Hermann
2020-01-09cjtag: Drop various unneeded parenthesis.Uwe Hermann
2020-01-09cjtag: Use plural for annotation row IDs/names.Uwe Hermann
2020-01-09cjtag: Add cJTAG OSCAN1 decoder.Kongou Hikari
2020-01-08cjtag: Use an exact copy of the jtag PD as basis for cjtag.Uwe Hermann
2020-01-05spiflash: Don't use ambiguous annotation class names.Uwe Hermann
2020-01-05dmx512: stack DMX512 on top of UART and improve usabilityGerhard Sittig
2020-01-05dmx512: remove previous implementation before replacing itGerhard Sittig
2020-01-04ps2: end data byte at rising clock edge of the stop bitGerhard Sittig
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