|
1 | 1 | test rtc |
2 | 2 | protocol-decoder i2c channel scl=0 channel sda=1 initial_pin scl=1 initial_pin sda=1 |
3 | | - protocol-decoder i2c_packet option transaction=yes |
| 3 | + protocol-decoder i2c_packet |
4 | 4 | input i2c/rtc_dallas_ds1307/rtc_ds1307_200khz.sr |
5 | 5 | output i2c_packet annotation match rtc_ds1307_200khz.output |
6 | 6 | output i2c_packet python match rtc_ds1307_200khz.python |
7 | 7 |
|
8 | 8 | test rtc_no_samplerate |
9 | 9 | protocol-decoder i2c channel scl=0 channel sda=1 initial_pin scl=1 initial_pin sda=1 |
10 | | - protocol-decoder i2c_packet option transaction=yes |
| 10 | + protocol-decoder i2c_packet |
11 | 11 | input i2c/rtc_dallas_ds1307/rtc_ds1307_200khz_no_samplerate.sr |
12 | 12 | output i2c_packet annotation match rtc_ds1307_200khz.output |
13 | 13 | output i2c_packet python match rtc_ds1307_200khz.python |
14 | 14 |
|
15 | 15 | test motherboard |
16 | 16 | protocol-decoder i2c channel scl=0 channel sda=3 |
17 | | - protocol-decoder i2c_packet option transaction=yes |
| 17 | + protocol-decoder i2c_packet |
18 | 18 | input i2c/gigabyte_6vle-vxl_i2c/gigabyte_6vle_vxl_i2c.sr |
19 | 19 | output i2c_packet annotation match gigabyte_6vle_vxl_i2c.output |
20 | 20 | output i2c_packet python match gigabyte_6vle_vxl_i2c.python |
21 | 21 |
|
22 | 22 | test xfp |
23 | 23 | protocol-decoder i2c channel scl=0 channel sda=1 |
24 | | - protocol-decoder i2c_packet option transaction=yes |
| 24 | + protocol-decoder i2c_packet |
25 | 25 | input i2c/network-transceivers/xfp.sr |
26 | 26 | output i2c_packet annotation match xfp.output |
27 | 27 | output i2c_packet python match xfp.python |
28 | 28 |
|
29 | 29 | test wii_nunchuk_init |
30 | 30 | protocol-decoder i2c channel scl=0 channel sda=1 |
31 | | - protocol-decoder i2c_packet option transaction=yes |
| 31 | + protocol-decoder i2c_packet |
32 | 32 | input i2c/wii_nunchuk/wii_nunchuk_init.sr |
33 | 33 | output i2c_packet annotation match wii_nunchuk_init.output |
34 | 34 | output i2c_packet python match wii_nunchuk_init.python |
35 | 35 |
|
36 | 36 | test sensirion_sht21_humidity35 |
37 | 37 | protocol-decoder i2c channel scl=2 channel sda=1 |
38 | | - protocol-decoder i2c_packet option transaction=yes option format=dec |
| 38 | + protocol-decoder i2c_packet option format=dec |
39 | 39 | input i2c/sensirion_sht2x/sensirion_sht21_humidity35.sr |
40 | 40 | output i2c_packet annotation match sensirion_sht21_humidity35.output |
41 | 41 | output i2c_packet python match sensirion_sht21_humidity35.python |
42 | 42 |
|
43 | 43 | test sensirion_sht31_25rh_28rh |
44 | 44 | protocol-decoder i2c channel scl=2 channel sda=1 |
45 | | - protocol-decoder i2c_packet option transaction=yes |
| 45 | + protocol-decoder i2c_packet |
46 | 46 | input i2c/sensirion_sht3x/sensirion_sht31_25rh_28rh.sr |
47 | 47 | output i2c_packet annotation match sensirion_sht31_25rh_28rh.output |
48 | 48 | output i2c_packet python match sensirion_sht31_25rh_28rh.python |
49 | 49 |
|
50 | 50 | test bh1750_hresolutionmode |
51 | 51 | protocol-decoder i2c channel scl=0 channel sda=1 |
52 | | - protocol-decoder i2c_packet option transaction=yes |
| 52 | + protocol-decoder i2c_packet |
53 | 53 | input i2c/rohm_bh1750/bh1750_hresolutionmode.sr |
54 | 54 | output i2c_packet annotation match bh1750_hresolutionmode.output |
55 | 55 | output i2c_packet python match bh1750_hresolutionmode.python |
56 | 56 |
|
57 | 57 | test bh1750_h2resolutionmode |
58 | 58 | protocol-decoder i2c channel scl=0 channel sda=1 |
59 | | - protocol-decoder i2c_packet option transaction=yes |
| 59 | + protocol-decoder i2c_packet |
60 | 60 | input i2c/rohm_bh1750/bh1750_h2resolutionmode.sr |
61 | 61 | output i2c_packet annotation match bh1750_h2resolutionmode.output |
62 | 62 | output i2c_packet python match bh1750_h2resolutionmode.python |
0 commit comments