-
Notifications
You must be signed in to change notification settings - Fork 3k
Increase baud rate of mbed-os-example-crash-reporting to 115200 #14541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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 ARMmbed#14535
@LDong-Arm, thank you for your changes. |
CI started |
Is this change enough to build and run the example with baud rate 115200? Or does it depend on ARMmbed/mbed-os-example-crash-reporting#65 for building? |
I would expect the baud_rate in testing .json to overwrite what is in the example but lets wait for @saheerb to confirm. |
Yea, we need both. The baud rate in examples.json is used only for opening connection. |
Oh ok, so first we need to get example updated to get green here. |
Although the examples passed, but that is due to not always hitting the error. |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
It did fail, because of the baud rate mismatch. I'm working to get Travis passing in ARMmbed/mbed-os-example-crash-reporting#65. |
We've merged ARMmbed/mbed-os-example-crash-reporting#65, so this PR needs to be tested and merged soon. |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
I double checked the CI results, and now we're getting the full log of mbed-os-example-crash-reporting. |
Summary of changes
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
Impact of changes
Migration actions required
Documentation
None.
Pull request type
Test results
Reviewers
@0xc0170 @saheerb @ARMmbed/mbed-os-core