From 2787cf2abc0187679e87d3735ca3e64c2a1a91c8 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 16 Mar 2019 18:46:01 +0100 Subject: decoders: Various cosmetic/consistency/typo fixes. --- decoders/arm_tpiu/__init__.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'decoders/arm_tpiu') diff --git a/decoders/arm_tpiu/__init__.py b/decoders/arm_tpiu/__init__.py index 3e9ec0e..ce9c374 100644 --- a/decoders/arm_tpiu/__init__.py +++ b/decoders/arm_tpiu/__init__.py @@ -18,10 +18,11 @@ ## ''' -This decoder stacks on top of the 'uart' decoder and decodes the frame format -of ARMv7m Trace Port Interface Unit. It filters the data coming from various -trace sources (such as ARMv7m ITM and ETM blocks) into separate streams that -can be further decoded by other PDs. +This decoder stacks on top of the 'uart' PD and decodes the frame format +of ARMv7m Trace Port Interface Unit. + +It filters the data coming from various trace sources (such as ARMv7m ITM +and ETM blocks) into separate streams that can be further decoded by other PDs. ''' from .pd import Decoder -- cgit v1.2.3-70-g09d2