rp2040: rtc delayed interrupt

This commit is contained in:
Yurii Soldak
2023-01-19 02:51:25 +01:00
committed by Ron Evans
parent 1065f06e57
commit 4d0dfbd6fd
3 changed files with 277 additions and 0 deletions
+2
View File
@@ -474,6 +474,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/pininterrupt
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nano-rp2040 examples/rtcinterrupt
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/serial
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/systick