-
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
STM32H7: WATCHDOG and RESET_REASON support #10466
Conversation
@jeromecoutant, thank you for your changes. |
Any review and CI ? |
Sorry for the delay, assigned for review, I'll review shortly as well. |
@jeromecoutant Is this one also aligned with #10066 - 10066 update should go in first |
As soon as watchdog branch is updated, astyle error should be resolved (travis regex to get astyle files was updated recently). The error below is from targets file (should not be checked). |
What watchdog updates were we waiting for ? |
#10066 ? |
@donatieng another one for the watchdog list.. |
Hi |
7a91fa3
to
060ad36
Compare
@fkjagodzinski maybe I should wait for #10857 now... |
Hi @jeromecoutant, we are planing to bring the watchdog feature branch to mbed-os master, would you able to wait for that, and make your PR to master ? |
@jeromecoutant I'm sorry to keep you waiting with this PR. This patch looks OK for me, but it might be best to actually wait for #10857 being merged first. I'll keep an eye on it. |
@jeromecoutant hope it is OK, we are now focusing on 10857 to get in asap |
Setting this as needs: work, once watchdog lands on master, redirect this to master |
Ready for master, please update the branch and rebase |
060ad36
to
923be9e
Compare
Rebase done. Retest OK:
|
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Retriggering CI because testing CI changes |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
This PR enables the WATCHDOG and RESET_REASON feature support for STM32H7.
Pull request type