summaryrefslogtreecommitdiff
path: root/decoders/swd
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-03-16 18:46:01 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2019-03-16 18:46:01 +0100
commit2787cf2abc0187679e87d3735ca3e64c2a1a91c8 (patch)
tree8baddf2048d8383a257284eabd238f7f4397568f /decoders/swd
parent2b46b01c72c06683b3130647affe92c425d573b5 (diff)
downloadlibsigrokdecode-2787cf2abc0187679e87d3735ca3e64c2a1a91c8.tar.gz
libsigrokdecode-2787cf2abc0187679e87d3735ca3e64c2a1a91c8.zip
decoders: Various cosmetic/consistency/typo fixes.
Diffstat (limited to 'decoders/swd')
-rw-r--r--decoders/swd/__init__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/decoders/swd/__init__.py b/decoders/swd/__init__.py
index c1b5ae5..a141239 100644
--- a/decoders/swd/__init__.py
+++ b/decoders/swd/__init__.py
@@ -21,14 +21,14 @@
This PD decodes the ARM SWD (version 1) protocol, as described in the
"ARM Debug Interface v5.2" Architecture Specification.
-Details:
-http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ihi0031c/index.html
-(Registration required)
-
Not supported:
* Turnaround periods other than the default 1, as set in DLCR.TURNROUND
(should be trivial to add)
* SWD protocol version 2 (multi-drop support, etc.)
+
+Details:
+http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ihi0031c/index.html
+(Registration required)
'''
from .pd import Decoder