samd51,rp2040,nrf528xx,stm32: implement watchdog

This commit is contained in:
Kenneth Bell
2023-08-06 22:15:47 +01:00
committed by Ron Evans
parent 756cdf44ed
commit f4375d0452
8 changed files with 291 additions and 12 deletions
+2
View File
@@ -490,6 +490,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=feather-rp2040 examples/i2c-target
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=feather-rp2040 examples/watchdog
@$(MD5SUM) test.hex
# test simulated boards on play.tinygo.org
ifneq ($(WASM), 0)
$(TINYGO) build -size short -o test.wasm -tags=arduino examples/blinky1