summaryrefslogtreecommitdiff
path: root/decoders/swd/__init__.py
AgeCommit message (Collapse)Author
2014-10-13All PDs: Only import the 'Decoder' object.Uwe Hermann
Anything else in the pd.py files doesn't have to be imported/exposed.
2014-10-12swd: Add SWD protocol decoder for ARM Serial Wire Debug format.Angus Gratton
Supports annotated output for analysing debug sessions, Python output for potential stacked decoders looking at higher level debug operations.