-
Notifications
You must be signed in to change notification settings - Fork 3k
MIMXRT1050: Add Watchdog support #12299
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
@mmahadevan108, thank you for your changes. |
@mmahadevan108 Looks like you have removed sections from the PR template. Could you please put them back and fill them in as per the guidelines. Thank you. |
Sorry for this, I have fixed it |
Is there any impact of the changes ? Are there any migration actions required by users ? If neither please just add 'None' to the sections :) |
* periods of wdog32 clock to reconfigure wodg32. So Delay a while to wait for | ||
* the previous configuration taking effect. */ | ||
for (temp = 0; temp < DELAY_TIME; temp++) | ||
{ |
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.
Open bracket should be on the preceding line as per our coding guidelines
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.
Thanks, I have fixed this.
Signed-off-by: Mahesh Mahadevan <[email protected]>
9cba403
to
72bd899
Compare
Pull request has been modified.
Updated these sections |
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.
Looks good to me. thanks.
@adbridge - is there anything else needed on this? Can it be tested and merged? |
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.
approve
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
This PR does not contain release version label after merging. |
I've fixed the version: Set to 6.0.0-alpha-2 |
Requested by Tuomo for consideration for LTS branch. |
This went to a feature branch so assuming this will not go across to 5.15 proper. |
Summary of changes
Add WatchDog support for MXRT1050 EVK
Impact of changes
NONE
Migration actions required
NONE
Documentation
NONE
Pull request type
Test results
mbedgt: test case report:
Reviewers