javos65 / WDTZero

Allows to use the WatchDog functionality for Arduino Zero, MKRZero and MKR1000 only
15 stars 12 forks source link

add SAMD51 support #12

Open sw34 opened 2 years ago

sw34 commented 2 years ago

I have been using this library on SAMD21 boards for a couple of years and love it. I have an application that can sometimes have a very slow http post so needed a timeout of more than 1 minute.

I am switching to a SAMD51 based board, but the project wouldn't compile because of some of the clock changes.

After some research and comparing with the Adafruit SleepyDog project I was able to figure out what changes were needed.

Hope this helps someone down the line!