summaryrefslogtreecommitdiff
path: root/decoders
AgeCommit message (Expand)Author
2020-01-13sdcard_sd: Put card status fields in their own annotation classes.Uwe Hermann
2020-01-12sdcard_sd: Add basic support for CSD register fields.Uwe Hermann
2020-01-12sdcard_sd: Add basic support for CID register fields.Uwe Hermann
2020-01-12sdcard_sd: Rename some annotation classes.Uwe Hermann
2020-01-11sdcard_sd: Use a Bit class to improve readability.Uwe Hermann
2020-01-11sdcard_sd: Replace a hardcoded number for better readability.Uwe Hermann
2020-01-11sdcard_sd: Clarify some variable/argument names.Uwe Hermann
2020-01-11sdcard_sd: Remove a list that needs manual maintenance.Uwe Hermann
2020-01-10sdcard_sd: Use correct annotation class for R2.Uwe Hermann
2020-01-10cjtag: Use SrdIntEnum for cJTAG states.Uwe Hermann
2020-01-10sda2506: Use SrdIntEnum for pins.Uwe Hermann
2020-01-10tlc5620: Use SrdIntEnum for pins.Uwe Hermann
2020-01-10maple_bus: Use SrdIntEnum for pins.Uwe Hermann
2020-01-10sdcard_sd: Use SrdIntEnum for pins.Uwe Hermann
2020-01-10sdcard_sd: Simplify self.putr() invocations.Uwe Hermann
2020-01-10sdcard_sd: Put responses in their own annotation classes.Uwe Hermann
2020-01-10sdcard_sd: Use SrdIntEnum for annotation classes.Uwe Hermann
2020-01-10cjtag: Use SrdStrEnum for the state machine.Uwe Hermann
2020-01-10jtag: Use SrdStrEnum for the state machine.Uwe Hermann
2020-01-10edid: Use SrdIntEnum for the state machine.Uwe Hermann
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