summaryrefslogtreecommitdiff
path: root/decoders/avr_pdi/__init__.py
AgeCommit message (Collapse)Author
2019-03-16decoders: Various cosmetic/consistency/typo fixes.Uwe Hermann
2016-12-26avr_pdi: introduce decoder for Atmel Program and Debug InterfaceGerhard Sittig
Introduce a decoder for Atmel's proprietary programming and debugging interface which got introduced with ATxmega chips. This implementation supports the UART style physical (two wires PDI_CLK and PDI_DATA).