-
Notifications
You must be signed in to change notification settings - Fork 3k
Update watchdog timing requirements #10839
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
Update watchdog timing requirements #10839
Conversation
@fkjagodzinski, thank you for your changes. |
Update the watchdog timing requirements: 1. The watchdog should trigger at, or after the timeout value. 2. The watchdog should trigger before twice the timeout value.
Update the watchdog timing requirements: 1. The watchdog should trigger at, or after the timeout value. 2. The watchdog should trigger before twice the timeout value.
Update the watchdog timing requirements: 1. The watchdog should trigger at, or after the timeout value. 2. The watchdog should trigger before twice the timeout value. Remove explicit calls to sleep.
Update the watchdog timing requirements: 1. The watchdog should trigger at, or after the timeout value. 2. The watchdog should trigger before twice the timeout value.
Update the watchdog timing requirements: 1. The watchdog should trigger at, or after the timeout value. 2. The watchdog should trigger before twice the timeout value. Use a SERIAL_FLUSH_TIME_MS value consistent with other tests.
ad3dab1
to
c1f183b
Compare
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.
This looks good.
Not related to this PR @mprse @jamesbeyond I noticed that watchdog HAL heather doesn't follow standard of other updated HAL APIs with listing defined and undefined behaviours (like here https://github.com/ARMmbed/mbed-os/blob/master/hal/sleep_api.h) could you copy it from the docs to the header to match other updated ones.
Add a SPDX license identifier. Add defined & undefined behavior.
@bulislaw thanks for the review; I updated the header as requested. |
Ci started to move this forward |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Relax the timing requirements for watchdog according to #8857 (comment):
Fixes #8857
Docs update in ARMmbed/mbed-os-5-docs#1088
NOTE: Marking this as a draft -- we should wait until #10777 is merged.Pull request type
Reviewers
@c1728p9 @rajkan01 @jamesbeyond
Release Notes