-
Notifications
You must be signed in to change notification settings - Fork 24
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
Improvements of support for watchdogs #209
Conversation
This reverts commit 1d573da.
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 is looking pretty good! My comments are minor...
Here are some more recommendations regarding conditional compilation:
This is from: https://www.kernel.org/doc/html/v4.10/process/coding-style.html. |
This PR, co-authored by @Benichiwa , is a companion to PR 1730 in lingua-franca, which adds watchdog support for the C target. It also factors out the watchdog support into its own .c and .h files.