mirror of https://github.com/ARMmbed/mbed-os.git
Increase baud rate of mbed-os-example-crash-reporting to 115200
At 9600 baud, a large part of the serial output of the crash reporting example is missing on CI boards, causing the example test to fail. At a higher serial speed (115200 baud), the entire output is intact. This is in alignment with ARMmbed/mbed-os-example-crash-reporting#65. Fixes #14535pull/14541/head
parent
06a33d37f8
commit
b5893bebbb
|
@ -364,7 +364,7 @@
|
|||
"compile" : true,
|
||||
"export": true,
|
||||
"test" : true,
|
||||
"baud_rate": 9600,
|
||||
"baud_rate": 115200,
|
||||
"compare_log": ["mbed-os-example-crash-reporting/tests/crash-reporting.log"],
|
||||
"auto-update" : true
|
||||
},
|
||||
|
|
|
@ -213,7 +213,7 @@
|
|||
"compile" : true,
|
||||
"export": true,
|
||||
"test" : true,
|
||||
"baud_rate": 9600,
|
||||
"baud_rate": 115200,
|
||||
"compare_log": ["mbed-os-example-crash-reporting/tests/crash-reporting.log"],
|
||||
"auto-update" : true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue