]> sigrok.org Git - libsigrokdecode.git/commit - decoders/avr_pdi/__init__.py
avr_pdi: introduce decoder for Atmel Program and Debug Interface
authorGerhard Sittig <redacted>
Sat, 12 Nov 2016 22:19:47 +0000 (23:19 +0100)
committerUwe Hermann <redacted>
Mon, 26 Dec 2016 17:38:29 +0000 (18:38 +0100)
commitf0349f7f5bae7cff479772fa9791d3f7f311dfc3
treebbe8e3ce058ae524eaa3082f556bfa6ea8b9ea67
parentbc6f82bb2856c0b5175e6858a13dc2e071cf2fee
avr_pdi: introduce decoder for Atmel Program and Debug Interface

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).
decoders/avr_pdi/__init__.py [new file with mode: 0644]
decoders/avr_pdi/pd.py [new file with mode: 0644]