From b5cd95d5e3e771fdcb27efbf6f2d9da5241563f1 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 29 Nov 2019 19:55:33 +0100 Subject: uart: Updates after 'IDLE' OUTPUT_PYTHON addition. --- decoder/test/uart/hello_world_8e1_115200.python | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'decoder/test/uart/hello_world_8e1_115200.python') diff --git a/decoder/test/uart/hello_world_8e1_115200.python b/decoder/test/uart/hello_world_8e1_115200.python index 8ef037c..dbf3900 100644 --- a/decoder/test/uart/hello_world_8e1_115200.python +++ b/decoder/test/uart/hello_world_8e1_115200.python @@ -68,6 +68,11 @@ 1446-1455 uart: ['PARITYBIT', 1, 0] 1455-1464 uart: ['STOPBIT', 1, 1] 1368-1464 uart: ['FRAME', 1, (10, True)] +1464-1560 uart: ['IDLE', 1, 0] +1560-1656 uart: ['IDLE', 1, 0] +1656-1752 uart: ['IDLE', 1, 0] +1752-1848 uart: ['IDLE', 1, 0] +1848-1944 uart: ['IDLE', 1, 0] 1958-1967 uart: ['STARTBIT', 1, 0] 1967-2037 uart: ['DATA', 1, (72, [[0, 1967, 1975], [0, 1976, 1984], [0, 1984, 1992], [1, 1993, 2001], [0, 2002, 2010], [0, 2010, 2018], [1, 2019, 2027], [0, 2028, 2036]])] 2036-2045 uart: ['PARITYBIT', 1, 0] @@ -138,6 +143,11 @@ 3278-3287 uart: ['PARITYBIT', 1, 0] 3287-3296 uart: ['STOPBIT', 1, 1] 3200-3296 uart: ['FRAME', 1, (10, True)] +3296-3392 uart: ['IDLE', 1, 0] +3392-3488 uart: ['IDLE', 1, 0] +3488-3584 uart: ['IDLE', 1, 0] +3584-3680 uart: ['IDLE', 1, 0] +3680-3776 uart: ['IDLE', 1, 0] 3790-3799 uart: ['STARTBIT', 1, 0] 3799-3869 uart: ['DATA', 1, (72, [[0, 3799, 3807], [0, 3808, 3816], [0, 3816, 3824], [1, 3825, 3833], [0, 3834, 3842], [0, 3842, 3850], [1, 3851, 3859], [0, 3860, 3868]])] 3868-3877 uart: ['PARITYBIT', 1, 0] @@ -208,6 +218,11 @@ 5109-5118 uart: ['PARITYBIT', 1, 0] 5118-5127 uart: ['STOPBIT', 1, 1] 5031-5127 uart: ['FRAME', 1, (10, True)] +5127-5223 uart: ['IDLE', 1, 0] +5223-5319 uart: ['IDLE', 1, 0] +5319-5415 uart: ['IDLE', 1, 0] +5415-5511 uart: ['IDLE', 1, 0] +5511-5607 uart: ['IDLE', 1, 0] 5621-5630 uart: ['STARTBIT', 1, 0] 5630-5700 uart: ['DATA', 1, (72, [[0, 5630, 5638], [0, 5639, 5647], [0, 5647, 5655], [1, 5656, 5664], [0, 5665, 5673], [0, 5673, 5681], [1, 5682, 5690], [0, 5691, 5699]])] 5699-5708 uart: ['PARITYBIT', 1, 0] @@ -278,3 +293,5 @@ 6941-6950 uart: ['PARITYBIT', 1, 0] 6950-6959 uart: ['STOPBIT', 1, 1] 6863-6959 uart: ['FRAME', 1, (10, True)] +6959-7055 uart: ['IDLE', 1, 0] +7055-7151 uart: ['IDLE', 1, 0] -- cgit v1.2.3-54-g00ecf