nrf: add support for SoftDevices to PCA10040 board

This commit is contained in:
Ayke van Laethem
2019-04-27 19:56:16 +02:00
committed by Ron Evans
parent b153bd63f2
commit 16fbf53ae2
5 changed files with 22 additions and 1 deletions
+2
View File
@@ -187,6 +187,8 @@ smoketest:
$(TINYGO) build -o test.wasm -tags=pca10056 examples/blinky2
@$(MD5SUM) test.wasm
# test all targets/boards
$(TINYGO) build -size short -o test.hex -target=pca10040-s132v6 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=microbit examples/echo
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nrf52840-mdk examples/blinky1