From: Uwe Hermann Date: Tue, 16 Oct 2018 19:41:48 +0000 (+0200) Subject: uart: Update due to recent break condition support in the PD. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=commitdiff_plain;h=bc622c0b72dee008a6c0098779139e21693aae4b uart: Update due to recent break condition support in the PD. --- 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]