X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Farm_tpiu%2F__init__.py;h=ce9c3744efc5ffced5fd54c8362a70fa0c53796a;hb=8838d01886f056b20da458fe55ad977997739b0c;hp=4958df867c19b22f0a7d018b875d1984dfa20142;hpb=686f0c3621cd8ef7264f3e45e0218f2ebdfb612a;p=libsigrokdecode.git diff --git a/decoders/arm_tpiu/__init__.py b/decoders/arm_tpiu/__init__.py index 4958df8..ce9c374 100644 --- a/decoders/arm_tpiu/__init__.py +++ b/decoders/arm_tpiu/__init__.py @@ -14,15 +14,15 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## ''' -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