adafruit / Adafruit_SleepyDog

Arduino library to use the watchdog timer for system reset and low power sleep.
MIT License
232 stars 63 forks source link

Can't build SleepyDog for nRF5x boards #50

Open melmers opened 5 months ago

melmers commented 5 months ago

Thank you for opening an issue on an Adafruit Arduino library repository. To improve the speed of resolution please review the following guidelines and common troubleshooting steps below before creating the issue:

If you're sure this issue is a defect in the code and checked the steps above please fill in the following fields to provide enough troubleshooting information. You may delete the guideline and text above to just leave the following details:

Attempting to compile BasicDemo with any nRF5x board.

There are watchdogNRF.cpp and watchdogNRF.h in the utility folder that look to load when nRF5x processors are detected.

Can this library work with an nRF52840 based board?

Thanks, Martin

brentru commented 5 months ago

@hathach Would know more, but it appears that the NRF52x series should work with this library