-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Enabled crash reporting for DISCO_F407VG target #10538
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem to enable CRASH report for DISCO_F407VG,
but you need to enable it for all the tool chains
Thanks, I didn't know that, I can fix the other toolchains, do I need to create new PR for them? Or should close this and create another PR? |
You can push other commits within this PR |
@masoudr, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ST CI OK:
Target | Toolchain | TestSuite | TestCase | |
---|---|---|---|---|
DISCO_F407VG | ARM | tests-mbed_platform-crash_reporting | tests-mbed_platform-crash_reporting | OK |
DISCO_F407VG | GCC_ARM | tests-mbed_platform-crash_reporting | tests-mbed_platform-crash_reporting | OK |
DISCO_F407VG | IAR | tests-mbed_platform-crash_reporting | tests-mbed_platform-crash_reporting | OK |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Enabled Crash-Reporting feature for STM32 DISCO F4 board (DISCO_F407VG target) based on this issue.
I've tested with mbed-os-example-crash-reporting with
mbed-os-5.12.2
and here is the result:Pull request type
Reviewers
Release Notes