summaryrefslogtreecommitdiff
path: root/decoders
AgeCommit message (Expand)Author
2020-01-10sdcard_sd: Use SrdStrEnum for the state machine.Uwe Hermann
2020-01-10srdhelper: Add SrdStrEnum with various helper methods.Uwe Hermann
2020-01-10usb_signalling: Use SrdIntEnum for the state machine.Uwe Hermann
2020-01-10jtag_ejtag: Use SrdIntEnum for annotation classes.Uwe Hermann
2020-01-10mcs48: Use SrdIntEnum for annotation classes.Uwe Hermann
2020-01-10ac97: Rename Pins class to Pin.Uwe Hermann
2020-01-10ac97: Use SrdIntEnum for annotation/binary/pin classes.Uwe Hermann
2020-01-10spiflash: Use SrdIntEnum for annotation classes.Uwe Hermann
2020-01-10sdcard_spi: Use ternary operator where possible.Uwe Hermann
2020-01-10sdcard_spi: Use SrdIntEnum for annotation classes.Uwe Hermann
2020-01-10ds1307: Use SrdIntEnum for annotation classes.Uwe Hermann
2020-01-10ds1307: Consistently use _ instead of - for various IDs.Uwe Hermann
2020-01-10cc1101: Use SrdIntEnum for annotation classes.Uwe Hermann
2020-01-10amulet_ascii: Use SrdIntEnum for annotation classes.Uwe Hermann
2020-01-10srdhelper: Add SrdIntEnum with various helper methods.Uwe Hermann
2020-01-09cjtag: Drop no longer needed _real variable name suffix.Uwe Hermann
2020-01-09cjtag: Give each cJTAG state its own annotation class.Uwe Hermann
2020-01-09cjtag: Use correct TCKC/TMSC channel names.Uwe Hermann
2020-01-09cjtag: Drop some unused method arguments.Uwe Hermann
2020-01-09cjtag: Drop non-existing channels from the decoder.Uwe Hermann
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-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-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-07decoders: Don't set self.samplenum.Uwe Hermann
2019-12-07hdcp: Add missing spaces.Uwe Hermann