-
Notifications
You must be signed in to change notification settings - Fork 82
Watchdog handling cleanup #260
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
… saturated to 16777215
…que implementation that takes care of the different architectures
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.
Great work! I ❤️ it.
If the tests work, its good to merge 👍 |
Thanks, i will try to add the test results as soon as possible. I'm still having troubles connecting to create.arduino.cc |
Memory usage change @ 936b75c
Click for full report table
Click for full report CSV
|
I've added a commit that should take care of your changes here https://github.com/arduino-libraries/WiFiNINA/pull/182/files I did not remove this additional watchdog feed ArduinoIoTCloud/src/ArduinoIoTCloudTCP.cpp Lines 323 to 331 in d09c6dc
|
Memory usage change @ 616a4fe
Click for full report table
Click for full report CSV
|
Aim of this pr is to cleanup watchdog handling replacing architecture specific function calls with an unique implementation that actually takes care of the architecture.
I've added also an out of scope commit that fixes the declared NANO_RP2040 maximum watchdog timeout.
I didn't change the
mbed_watchdog_trigger_reset
function with the hope to find a better fix in the future and remove it.I'm opening as a draft to start testing.