From 50fd1925211bbe17e20cc988987038cce4555375 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 24 Sep 2016 12:21:16 +0200 Subject: uart: Add a test-case for overlapping RX/TX bytes. --- decoder/test/uart/test.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'decoder/test/uart/test.conf') diff --git a/decoder/test/uart/test.conf b/decoder/test/uart/test.conf index 2d54f33..f501edb 100644 --- a/decoder/test/uart/test.conf +++ b/decoder/test/uart/test.conf @@ -114,6 +114,14 @@ test hello_world_8o1_115200 output uart python match hello_world_8o1_115200.python output uart binary class tx match hello_world_8o1_115200.bin_tx +test rxtx_overlapped + protocol-decoder uart channel rx=3 channel tx=4 + input uart/rxtx_overlapped/rxtx_overlapped.sr + output uart annotation match rxtx_overlapped.output + output uart python match rxtx_overlapped.python + output uart binary class rx match rxtx_overlapped.bin_rx + output uart binary class tx match rxtx_overlapped.bin_tx + test exception_samplerate protocol-decoder uart input misc/no-samplerate.sr -- cgit v1.2.3-54-g00ecf