From: Uwe Hermann Date: Sat, 14 Sep 2013 18:28:40 +0000 (+0200) Subject: i2c: Drop unneeded 'addressing' option. X-Git-Tag: libsigrokdecode-0.3.0~308 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=a250a66dddc795295d7758f09d40463ddaf62eb8;p=libsigrokdecode.git i2c: Drop unneeded 'addressing' option. This (unimplemented so far) option is not needed at all, since the decoder will be able to detect 7/10 bit slave addresses automatically, the user doesn't have to specify slave address sizes. --- diff --git a/decoders/i2c/pd.py b/decoders/i2c/pd.py index c8afc45..0aed1ff 100644 --- a/decoders/i2c/pd.py +++ b/decoders/i2c/pd.py @@ -78,7 +78,6 @@ class Decoder(srd.Decoder): ] optional_probes = [] options = { - 'addressing': ['Slave addressing (in bits)', 7], # 7 or 10 'address_format': ['Displayed slave address format', 'shifted'], } annotations = [