]> sigrok.org Git - sigrok-test.git/blob - decoder/test/uart/test.conf
Add initial set of PD tests.
[sigrok-test.git] / decoder / test / uart / test.conf
1 test trekstor_ebr30_a
2         protocol-decoder uart channel rx=1
3         input uart/trekstor_ebr30_a/trekstor_ebr30_a_uart.sr
4         output uart annotation class rx-data match trekstor_rx.output
5         output uart annotation class tx-data match trekstor_tx.output
6         output uart annotation match trekstor.output
7         output uart binary class rx match trekstor_bin_rx.output
8         output uart binary class tx match trekstor_bin_tx.output
9         output uart binary class rxtx match trekstor_bin_rx.output
10
11 test exception_samplerate
12         protocol-decoder uart
13         input misc/no-samplerate.sr
14         output uart exception match SamplerateError
15