Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-10 | jtag_ejtag: Use SrdIntEnum for annotation classes. | Uwe Hermann | |
2020-01-01 | All PDs: Consistently use singular/plural for annotation classes/rows. | Uwe Hermann | |
2019-11-29 | decoders: Use a slightly more consistent/logical annotation row setup. | Uwe Hermann | |
Generally show "bits" and other smaller annotations in rows that come before "larger" annotations (in later rows). | |||
2019-04-02 | decoders: Fix incorrect 'outputs' fields. | Uwe Hermann | |
Only add items to 'outputs' if the respective PD actually has OUTPUT_PYTHON support implemented as of right now. Various decoders might get OUTPUT_PYTHON support later, but the 'outputs' field should reflect the current status. | |||
2019-03-16 | decoders: Various cosmetic/consistency/typo fixes. | Uwe Hermann | |
2019-03-15 | decoders: Add/update tags for each PD. | Uwe Hermann | |
2019-03-13 | Add PD tags handling and some tags | Soeren Apel | |
2019-01-30 | jtag_ejtag: Shorten a variable name. | Uwe Hermann | |
2019-01-30 | Rename values that shadow built-in keywords | Ryan Jarvis | |
2019-01-30 | Remove trailing semicolons | Ryan Jarvis | |
2019-01-29 | Comparison to None should use "is/is not" instead of "==/!=" | Ryan Jarvis | |
2018-06-22 | jtag_ejtag: Simplify some code snippets. | Uwe Hermann | |
2018-06-22 | jtag_ejtag: Fix short/long annotation order. | Uwe Hermann | |
The list of annotation strings is sorted from longest to shortest. | |||
2018-06-22 | jtag_ejtag: Add short description in __init__.py. | Uwe Hermann | |
2018-06-22 | jtag_ejtag: Move bin2int() to common/srdhelper. | Uwe Hermann | |
Also, rename from bin_to_int to bin2int() for consistency. | |||
2018-06-22 | jtag_ejtag: Simplify two code snippets. | Uwe Hermann | |
2018-06-22 | jtag_ejtag: Shorten variable names to ss/es. | Uwe Hermann | |
These abbreviations are commonly-used in all other PDs. | |||
2018-06-21 | Add MIPS EJTAG decoder | Vlad Ivanov | |
Signed-off-by: Vlad Ivanov <vlad.ivanov@lab-systems.ru> |