Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

pennam
Copy link
Contributor

@pennam pennam commented Oct 2, 2024

fixes: #965

@pennam pennam marked this pull request as ready for review October 2, 2024 09:36
@pennam pennam requested a review from andreagilardoni October 2, 2024 09:36
@facchinm facchinm changed the title patch: kik watchdog only if running patch: kick watchdog only if running Oct 2, 2024
@andreagilardoni
Copy link
Contributor

andreagilardoni commented Oct 7, 2024

I verified this PR with the following code:

#include <Watchdog.h>

void setup() {
  mbed::Watchdog::get_instance().kick();
}

If the patch is not present the board goes in error mode, if the patch is present the board works as expected.

@pennam pennam merged commit 06df5d3 into arduino:main Oct 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GIGA R1: kicking the dog causes crash
2 participants