summaryrefslogtreecommitdiff
path: root/decoder/test/uart
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2018-10-16 21:41:48 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2018-10-16 21:50:45 +0200
commitbc622c0b72dee008a6c0098779139e21693aae4b (patch)
treea67e649f538c99f663cf6a9a93194c04e055d715 /decoder/test/uart
parent2099d65316285805fe94ffe3751365e1526ced56 (diff)
downloadsigrok-test-bc622c0b72dee008a6c0098779139e21693aae4b.tar.gz
sigrok-test-bc622c0b72dee008a6c0098779139e21693aae4b.zip
uart: Update due to recent break condition support in the PD.
Diffstat (limited to 'decoder/test/uart')
-rw-r--r--decoder/test/uart/trekstor.output1
-rw-r--r--decoder/test/uart/trekstor.python1
2 files changed, 2 insertions, 0 deletions
diff --git a/decoder/test/uart/trekstor.output b/decoder/test/uart/trekstor.output
index 8cb3412..7ee5812 100644
--- a/decoder/test/uart/trekstor.output
+++ b/decoder/test/uart/trekstor.output
@@ -1245,6 +1245,7 @@
6190-6260 uart: rx-data: "[00]"
6259-6268 uart: rx-warnings: "Frame error" "Frame err" "FE"
6259-6268 uart: rx-parity-ok: "Stop bit" "Stop" "T"
+6181-35074 uart: rx-break: "Break condition" "Break" "Brk" "B"
35108-35117 uart: rx-start: "Start bit" "Start" "S"
35117-35126 uart: rx-data-bits: "0"
35126-35135 uart: rx-data-bits: "0"
diff --git a/decoder/test/uart/trekstor.python b/decoder/test/uart/trekstor.python
index 4f133b8..ffd0cb6 100644
--- a/decoder/test/uart/trekstor.python
+++ b/decoder/test/uart/trekstor.python
@@ -1237,6 +1237,7 @@
6190-6260 uart: ['DATA', 0, (0, [[0, 6190, 6198], [0, 6199, 6207], [0, 6207, 6215], [0, 6216, 6224], [0, 6225, 6233], [0, 6233, 6241], [0, 6242, 6250], [0, 6251, 6259]])]
6259-6268 uart: ['INVALID STOPBIT', 0, 0]
6259-6268 uart: ['STOPBIT', 0, 0]
+6181-35074 uart: ['BREAK', 0, 0]
35108-35117 uart: ['STARTBIT', 0, 0]
35117-35187 uart: ['DATA', 0, (72, [[0, 35117, 35125], [0, 35126, 35134], [0, 35134, 35142], [1, 35143, 35151], [0, 35152, 35160], [0, 35160, 35168], [1, 35169, 35177], [0, 35178, 35186]])]
35186-35195 uart: ['STOPBIT', 0, 1]