X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Farm_itm%2F__init__.py;h=1733d36d0b07816eba93ede3be923fd43d0293b5;hb=HEAD;hp=d9789a4930a304bc5ae9c1f1d868ea83e104e608;hpb=686f0c3621cd8ef7264f3e45e0218f2ebdfb612a;p=libsigrokdecode.git diff --git a/decoders/arm_itm/__init__.py b/decoders/arm_itm/__init__.py index d9789a4..1733d36 100644 --- a/decoders/arm_itm/__init__.py +++ b/decoders/arm_itm/__init__.py @@ -14,12 +14,11 @@ ## 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' or 'arm_tpiu' PD and decodes the +This decoder stacks on top of the 'uart' or 'arm_tpiu' PD and decodes the ARM Cortex-M processor trace data from Instrumentation Trace Macroblock. '''