]> sigrok.org Git - libsigrokdecode.git/history - decoders/cjtag
adxl345: Fix scale factor in handle_reg_0x22().
[libsigrokdecode.git] / decoders / cjtag /
2020-01-10 Uwe Hermanncjtag: Use SrdIntEnum for cJTAG states.
2020-01-10 Uwe Hermanncjtag: Use SrdStrEnum for the state machine.
2020-01-08 Uwe Hermanncjtag: Drop no longer needed _real variable name suffix.
2020-01-08 Uwe Hermanncjtag: Give each cJTAG state its own annotation class.
2020-01-08 Uwe Hermanncjtag: Use correct TCKC/TMSC channel names.
2020-01-08 Uwe Hermanncjtag: Drop some unused method arguments.
2020-01-08 Uwe Hermanncjtag: Drop non-existing channels from the decoder.
2020-01-08 Uwe Hermanncjtag: Use ternary operator where possible.
2020-01-08 Uwe Hermanncjtag: Use += operator where possible.
2020-01-08 Uwe Hermanncjtag: Drop various unneeded parenthesis.
2020-01-08 Uwe Hermanncjtag: Use plural for annotation row IDs/names.
2020-01-08 Kongou Hikaricjtag: Add cJTAG OSCAN1 decoder.
2020-01-08 Uwe Hermanncjtag: Use an exact copy of the jtag PD as basis for...