nrf: support for SoftDevice s140 PCA10056 board

This commit is contained in:
Nikolas Sepos
2019-11-14 20:34:35 +02:00
committed by Ayke
parent 00f745e351
commit c09724bfc5
4 changed files with 19 additions and 0 deletions
+2
View File
@@ -233,6 +233,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=x9pro examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10056-s140v7 examples/blinky1
@$(MD5SUM) test.hex
ifneq ($(AVR), 0)
$(TINYGO) build -size short -o test.hex -target=arduino examples/blinky1
@$(MD5SUM) test.hex