reelboard: add SoftDevice target reelboard-s140v7

Unfortunately, `tinygo flash` doesn't work here. You have to merge the
SoftDevice and the application hex with a mergehex tool and flash that
to the board.
This commit is contained in:
Ayke van Laethem
2020-03-20 16:48:00 +01:00
committed by Ron Evans
parent 2078b042a4
commit 5ef8c89937
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -289,6 +289,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10056-s140v7 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=reelboard-s140v7 examples/blinky1
@$(MD5SUM) test.hex
ifneq ($(AVR), 0)
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial
@$(MD5SUM) test.hex
+3
View File
@@ -0,0 +1,3 @@
{
"inherits": ["reelboard", "nrf52840-s140v7"]
}