From 4e4f8527de0927f2eb1d98e90b58e018ba28d341 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 12 Mar 2014 00:22:31 +0100 Subject: Various PDs: Drop currently unsupported probes in stacked PDs. At the moment we don't yet support PDs which take both input from another PD (which they're stacked on top of) and from one or more logic inputs/pins. This will be supported later on, and at that time we'll bring back these changes. --- decoders/mx25lxx05d/pd.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'decoders/mx25lxx05d') diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py index 2a4fa61..1099953 100644 --- a/decoders/mx25lxx05d/pd.py +++ b/decoders/mx25lxx05d/pd.py @@ -89,12 +89,8 @@ class Decoder(srd.Decoder): longname = 'Macronix MX25Lxx05D' desc = 'SPI (NOR) flash chip protocol.' license = 'gplv2+' - inputs = ['spi', 'logic'] + inputs = ['logic'] outputs = ['mx25lxx05d'] - optional_probes = ( - {'id': 'hold', 'name': 'HOLD#', 'desc': 'Pause device w/o deselecting it'}, - {'id': 'wp_acc', 'name': 'WP#/ACC', 'desc': 'Write protect'}, - ) annotations = cmd_annotation_classes() + ( ('bits', 'Bits'), ('bits2', 'Bits2'), -- cgit v1.2.3-70-g09d2