]> sigrok.org Git - libsigrokdecode.git/commitdiff
srd: rename extra_probes to optional_probes in all PDs
authorBert Vermeulen <redacted>
Tue, 31 Jan 2012 23:13:42 +0000 (00:13 +0100)
committerBert Vermeulen <redacted>
Tue, 31 Jan 2012 23:13:42 +0000 (00:13 +0100)
13 files changed:
decoders/dcf77/dcf77.py
decoders/ebr30a_i2c_demux/ebr30a_i2c_demux.py
decoders/i2c/i2c.py
decoders/i2cdemux/i2cdemux.py
decoders/mlx90614/mlx90614.py
decoders/mx25lxx05d/mx25lxx05d.py
decoders/nunchuk/nunchuk.py
decoders/pan1321/pan1321.py
decoders/rtc8564/rtc8564.py
decoders/spi/spi.py
decoders/transitioncounter/transitioncounter.py
decoders/uart/uart.py
decoders/usb/usb.py

index 53795926177345ffd9e22ad59586e12d9497e7c8..098c3b90b9d9951774b4db6a8aa827886a8932d3 100644 (file)
@@ -57,7 +57,7 @@ class Decoder(srd.Decoder):
     probes = [
         {'id': 'data', 'name': 'DATA', 'desc': 'DATA line'},
     ]
-    extra_probes = [
+    optional_probes = [
         {'id': 'pon', 'name': 'PON', 'desc': 'TODO'},
     ]
     options = {}
index 59649fd529e51fcffecacdc10bf2adb5122272d5..6abed09c116b004309a944d40bb7812667ab36ac 100644 (file)
@@ -50,7 +50,7 @@ class Decoder(srd.Decoder):
     inputs = ['i2c']
     outputs = ['i2c-axp199', 'i2c-h8563s', 'i2c-accel'] # TODO: type vs. inst.
     probes = []
-    extra_probes = []
+    optional_probes = []
     options = {}
     annotations = []
 
index 816fd790baa33fb4ca0d2091390911ad4b91596a..527fa6e2e2fad6544876be5d018453864f2f3b85 100644 (file)
@@ -129,7 +129,7 @@ class Decoder(srd.Decoder):
         {'id': 'scl', 'name': 'SCL', 'desc': 'Serial clock line'},
         {'id': 'sda', 'name': 'SDA', 'desc': 'Serial data line'},
     ]
-    extra_probes = []
+    optional_probes = []
     options = {
         'addressing': ['Slave addressing (in bits)', 7], # 7 or 10
     }
index 49261600495bb88b6885d4fea40b0d97bf31768b..354d06c23473f66c141d6eef0ce604515ff83c29 100644 (file)
@@ -38,7 +38,7 @@ class Decoder(srd.Decoder):
     inputs = ['i2c']
     outputs = [] # TODO: Only known at run-time.
     probes = []
-    extra_probes = []
+    optional_probes = []
     options = {}
     annotations = []
 
index 235d70dc61b10b4d3fd83c9963eeb0c9e6205faf..4cc39a358463a5acbc3aa8306b65d4e1e2096166 100644 (file)
@@ -35,7 +35,7 @@ class Decoder(srd.Decoder):
     inputs = ['i2c']
     outputs = ['mlx90614']
     probes = []
-    extra_probes = []
+    optional_probes = []
     options = {}
     annotations = [
         ['Celsius', 'Temperature in degrees Celsius'],
index 4139fcb6e57d7ba6ecb885c76d3198f86f5eeff8..a21ba3faa563bbe1977426b29d8669dcab5881a9 100644 (file)
@@ -112,7 +112,7 @@ class Decoder(srd.Decoder):
     inputs = ['spi', 'logic']
     outputs = ['mx25lxx05d']
     probes = []
-    extra_probes = [
+    optional_probes = [
         {'id': 'hold', 'name': 'HOLD#', 'desc': 'TODO.'},
         {'id': 'wp_acc', 'name': 'WP#/ACC', 'desc': 'TODO.'},
     ]
index 0f1e35603612ecdcf0a413e924706d7005aa7db1..db40d358ddb7e1c59bfab718f697f654cfdb2870 100644 (file)
@@ -50,7 +50,7 @@ class Decoder(srd.Decoder):
     inputs = ['i2c']
     outputs = ['nunchuck']
     probes = []
-    extra_probes = [] # TODO
+    optional_probes = [] # TODO
     options = {}
     annotations = [
         ['TODO', 'TODO'], 
index 13f1226f4a80b624ec157345681abfe4acbef795..9c22637d1709b81a1a564ae02cf70853b195b3a8 100644 (file)
@@ -47,7 +47,7 @@ class Decoder(srd.Decoder):
     inputs = ['uart']
     outputs = ['pan1321']
     probes = []
-    extra_probes = []
+    optional_probes = []
     options = {}
     annotations = [
         ['ASCII', 'TODO: description'],
index 97b08087da2280c874dccee5fddec43b4e5658be..18f8c24379ecf793fd0c25f792d62e533a213fd6 100644 (file)
@@ -47,7 +47,7 @@ class Decoder(srd.Decoder):
     inputs = ['i2c']
     outputs = ['rtc8564']
     probes = []
-    extra_probes = [
+    optional_probes = [
         {'id': 'clkout', 'name': 'CLKOUT', 'desc': 'TODO.'},
         {'id': 'clkoe', 'name': 'CLKOE', 'desc': 'TODO.'},
         {'id': 'int', 'name': 'INT#', 'desc': 'TODO.'},
index a06498bcac092c7bcb500dc7b799413add38a448..ff186ddcf56d6280101c671317ee8173a8cf404c 100644 (file)
@@ -66,7 +66,7 @@ class Decoder(srd.Decoder):
         {'id': 'sck', 'name': 'CLK', 'desc': 'SPI clock line'},
         {'id': 'cs', 'name': 'CS#', 'desc': 'SPI CS (chip select) line'},
     ]
-    extra_probes = [] # TODO
+    optional_probes = [] # TODO
     options = {
         'cs_polarity': ['CS# polarity', ACTIVE_LOW],
         'cpol': ['Clock polarity', CPOL_0],
index 86bbfbe1ed2dd5833a1d0ba48285623c1a7dc32f..4156bfc3b8337a8bd2c1790b45d7d954b691f219 100644 (file)
@@ -31,7 +31,7 @@ class Decoder(srd.Decoder):
     inputs = ['logic']
     outputs = ['transitioncounts']
     probes = []
-    extra_probes = []
+    optional_probes = []
     options = {}
     annotations = [
         ['TODO', 'TODO'],
index abf596e6aa26d53e5d526ccfde1f19581384cf28..b70496fc650e14e30494327e4e00af84a8342553 100644 (file)
@@ -199,7 +199,7 @@ class Decoder(srd.Decoder):
         {'id': 'rx', 'name': 'RX', 'desc': 'UART receive line'},
         {'id': 'tx', 'name': 'TX', 'desc': 'UART transmit line'},
     ]
-    extra_probes = []
+    optional_probes = []
     options = {
         'baudrate': ['Baud rate', 115200],
         'num_data_bits': ['Data bits', 8], # Valid: 5-9.
index 644152634da444f0c5adcb0a0277b17d22a5bd8a..b209aa3186fbf9f2ba4feffa63bdd0ca74cd03db 100644 (file)
@@ -118,7 +118,7 @@ class Decoder(srd.Decoder):
         {'id': 'dp', 'name': 'D+', 'desc': 'USB D+ signal'},
         {'id': 'dm', 'name': 'D-', 'desc': 'USB D- signal'},
     ]
-    extra_probes = []
+    optional_probes = []
     options = {}
     annotations = [
         ['TODO', 'TODO']