-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
zephyr: Add watchdog timer implementation. #16793
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
f2ee323 to
42318c0
Compare
|
Very nice! What hardware have you tested this on? Any particular concerns if I would want to test this on hardware? I think I have an NRF52 available, at least. |
|
Thanks! I tested it on the nRF52832 and the nRF5340. |
dpgeorge
left a comment
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 for this, it's nicely integrated into the common extmod bindings.
42318c0 to
80cebf6
Compare
|
@dpgeorge made the changes you requested and re-pushed. |
80cebf6 to
a629c02
Compare
Simple implementation in-line with the rest of the MicroPython ports Tested on the nRF52832 and the nRF5340. Signed-off-by: danicampora <danicampora@gmail.com>
|
Thanks for updating, now merged. |
Simple implementation in-line with the rest of the Micropython ports.