Skip to content

Commit b5893be

Browse files
committed
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 #14535
1 parent 06a33d3 commit b5893be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/test/examples/examples.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
"compile" : true,
365365
"export": true,
366366
"test" : true,
367-
"baud_rate": 9600,
367+
"baud_rate": 115200,
368368
"compare_log": ["mbed-os-example-crash-reporting/tests/crash-reporting.log"],
369369
"auto-update" : true
370370
},

tools/test/examples/examples_cmake.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"compile" : true,
214214
"export": true,
215215
"test" : true,
216-
"baud_rate": 9600,
216+
"baud_rate": 115200,
217217
"compare_log": ["mbed-os-example-crash-reporting/tests/crash-reporting.log"],
218218
"auto-update" : true
219219
},

0 commit comments

Comments
 (0)