nrf: add support for pin change interrupts

This commit is contained in:
Ayke van Laethem
2020-01-13 16:21:16 +01:00
committed by Ron Evans
parent c248418dbe
commit 19c7965fc5
5 changed files with 140 additions and 4 deletions
+2
View File
@@ -203,6 +203,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=microbit examples/microbit-blink
@$(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=pca10040 examples/serial
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/systick