From 4c180223a8ae12feb7bc3601e07e848fb9cdb493 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Fri, 28 Dec 2018 11:41:41 +0100 Subject: Add PD tags handling and some tags --- decoders/aud/pd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'decoders/aud') diff --git a/decoders/aud/pd.py b/decoders/aud/pd.py index 30c32f5..ffd79ec 100644 --- a/decoders/aud/pd.py +++ b/decoders/aud/pd.py @@ -33,6 +33,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['aud'] + tags = ['Logic', 'MCU Debugging'] channels = ( {'id': 'audck', 'name': 'AUDCK', 'desc': 'AUD clock'}, {'id': 'naudsync', 'name': 'nAUDSYNC', 'desc': 'AUD sync'}, -- cgit v1.2.3-70-g09d2