machine/samd21: implement watchdog

This commit is contained in:
Mateusz Nowak
2025-05-23 01:05:00 +02:00
committed by Ron Evans
parent 2e043c7fbc
commit f69c579005
3 changed files with 61 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build nrf52840 || nrf52833 || rp2040 || rp2350 || atsamd51 || atsame5x || stm32
//go:build nrf52840 || nrf52833 || rp2040 || rp2350 || atsamd21 || atsamd51 || atsame5x || stm32
package machine