diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-01-30 17:54:16 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-01-30 18:01:50 +0100 |
commit | 9eace5fb7ce1c9cc736fd7a133dc413536004dee (patch) | |
tree | f1c4ead5cd281274de29f8142cf387bfad6d5975 /decoders/uart/test/test.conf | |
parent | e0a0123d2f7f1039fe52f24591dff262b4f8935c (diff) | |
download | libsigrokdecode-9eace5fb7ce1c9cc736fd7a133dc413536004dee.tar.gz libsigrokdecode-9eace5fb7ce1c9cc736fd7a133dc413536004dee.zip |
uart: Add trekstor_ebr30_a test case.
Diffstat (limited to 'decoders/uart/test/test.conf')
-rw-r--r-- | decoders/uart/test/test.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/decoders/uart/test/test.conf b/decoders/uart/test/test.conf new file mode 100644 index 0000000..b5f0f0d --- /dev/null +++ b/decoders/uart/test/test.conf @@ -0,0 +1,10 @@ +test trekstor_ebr30_a + protocol-decoder uart probe rx=1 + input uart/trekstor_ebr30_a/trekstor_ebr30_a_uart.sr + output uart annotation class rx-data match trekstor_rx.output + output uart annotation class tx-data match trekstor_tx.output + output uart annotation match trekstor.output + output uart binary class rx match trekstor_bin_rx.output + output uart binary class tx match trekstor_bin_tx.output + output uart binary class rxtx match trekstor_bin_rx.output + |