Skip to content

Commit b590d00

Browse files
committed
i2c_packet: removed non-transactional mode
1 parent 3916fe9 commit b590d00

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

decoder/test/i2c_packet/test.conf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
11
test rtc
22
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
44
input i2c/rtc_dallas_ds1307/rtc_ds1307_200khz.sr
55
output i2c_packet annotation match rtc_ds1307_200khz.output
66
output i2c_packet python match rtc_ds1307_200khz.python
77

88
test rtc_no_samplerate
99
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
1111
input i2c/rtc_dallas_ds1307/rtc_ds1307_200khz_no_samplerate.sr
1212
output i2c_packet annotation match rtc_ds1307_200khz.output
1313
output i2c_packet python match rtc_ds1307_200khz.python
1414

1515
test motherboard
1616
protocol-decoder i2c channel scl=0 channel sda=3
17-
protocol-decoder i2c_packet option transaction=yes
17+
protocol-decoder i2c_packet
1818
input i2c/gigabyte_6vle-vxl_i2c/gigabyte_6vle_vxl_i2c.sr
1919
output i2c_packet annotation match gigabyte_6vle_vxl_i2c.output
2020
output i2c_packet python match gigabyte_6vle_vxl_i2c.python
2121

2222
test xfp
2323
protocol-decoder i2c channel scl=0 channel sda=1
24-
protocol-decoder i2c_packet option transaction=yes
24+
protocol-decoder i2c_packet
2525
input i2c/network-transceivers/xfp.sr
2626
output i2c_packet annotation match xfp.output
2727
output i2c_packet python match xfp.python
2828

2929
test wii_nunchuk_init
3030
protocol-decoder i2c channel scl=0 channel sda=1
31-
protocol-decoder i2c_packet option transaction=yes
31+
protocol-decoder i2c_packet
3232
input i2c/wii_nunchuk/wii_nunchuk_init.sr
3333
output i2c_packet annotation match wii_nunchuk_init.output
3434
output i2c_packet python match wii_nunchuk_init.python
3535

3636
test sensirion_sht21_humidity35
3737
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
3939
input i2c/sensirion_sht2x/sensirion_sht21_humidity35.sr
4040
output i2c_packet annotation match sensirion_sht21_humidity35.output
4141
output i2c_packet python match sensirion_sht21_humidity35.python
4242

4343
test sensirion_sht31_25rh_28rh
4444
protocol-decoder i2c channel scl=2 channel sda=1
45-
protocol-decoder i2c_packet option transaction=yes
45+
protocol-decoder i2c_packet
4646
input i2c/sensirion_sht3x/sensirion_sht31_25rh_28rh.sr
4747
output i2c_packet annotation match sensirion_sht31_25rh_28rh.output
4848
output i2c_packet python match sensirion_sht31_25rh_28rh.python
4949

5050
test bh1750_hresolutionmode
5151
protocol-decoder i2c channel scl=0 channel sda=1
52-
protocol-decoder i2c_packet option transaction=yes
52+
protocol-decoder i2c_packet
5353
input i2c/rohm_bh1750/bh1750_hresolutionmode.sr
5454
output i2c_packet annotation match bh1750_hresolutionmode.output
5555
output i2c_packet python match bh1750_hresolutionmode.python
5656

5757
test bh1750_h2resolutionmode
5858
protocol-decoder i2c channel scl=0 channel sda=1
59-
protocol-decoder i2c_packet option transaction=yes
59+
protocol-decoder i2c_packet
6060
input i2c/rohm_bh1750/bh1750_h2resolutionmode.sr
6161
output i2c_packet annotation match bh1750_h2resolutionmode.output
6262
output i2c_packet python match bh1750_h2resolutionmode.python

0 commit comments

Comments
 (0)