Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-10 | cjtag: Use SrdIntEnum for cJTAG states. | Uwe Hermann | |
2020-01-10 | cjtag: Use SrdStrEnum for the state machine. | Uwe Hermann | |
2020-01-09 | cjtag: Drop no longer needed _real variable name suffix. | Uwe Hermann | |
2020-01-09 | cjtag: Give each cJTAG state its own annotation class. | Uwe Hermann | |
2020-01-09 | cjtag: Use correct TCKC/TMSC channel names. | Uwe Hermann | |
2020-01-09 | cjtag: Drop some unused method arguments. | Uwe Hermann | |
2020-01-09 | cjtag: Drop non-existing channels from the decoder. | Uwe Hermann | |
cJTAG only has two wires/channels. | |||
2020-01-09 | cjtag: Use ternary operator where possible. | Uwe Hermann | |
2020-01-09 | cjtag: Use += operator where possible. | Uwe Hermann | |
2020-01-09 | cjtag: Drop various unneeded parenthesis. | Uwe Hermann | |
2020-01-09 | cjtag: Use plural for annotation row IDs/names. | Uwe Hermann | |
2020-01-09 | cjtag: Add cJTAG OSCAN1 decoder. | Kongou Hikari | |
[Note: This is a commit from Kongou Hikari ("diodep" on GitHub) that was "rebased" by Uwe Hermann on top of the current libsigrokdecode mainline JTAG decoder. There are various reasons for this, including avoiding non-mainline or outdated decoder changes, as well as making it easily visible what the changes vs. the current JTAG decoder are, in case we later need to apply some changes to both decoders or in case both decoders might be merged later on. Minor cosmetic and naming changes were also squashed in (no functional changes, though).] | |||
2020-01-08 | cjtag: Use an exact copy of the jtag PD as basis for cjtag. | Uwe Hermann | |