Skip to content

Commit 5ef8c89

Browse files
aykevldeadprogram
authored andcommitted
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.
1 parent 2078b04 commit 5ef8c89

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ smoketest:
289289
@$(MD5SUM) test.hex
290290
$(TINYGO) build -size short -o test.hex -target=pca10056-s140v7 examples/blinky1
291291
@$(MD5SUM) test.hex
292+
$(TINYGO) build -size short -o test.hex -target=reelboard-s140v7 examples/blinky1
293+
@$(MD5SUM) test.hex
292294
ifneq ($(AVR), 0)
293295
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial
294296
@$(MD5SUM) test.hex

targets/reelboard-s140v7.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"inherits": ["reelboard", "nrf52840-s140v7"]
3+
}

0 commit comments

Comments
 (0)