diff --git a/Makefile b/Makefile index ea68969e..bacd9b5d 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/targets/reelboard-s140v7.json b/targets/reelboard-s140v7.json new file mode 100644 index 00000000..7e658c7d --- /dev/null +++ b/targets/reelboard-s140v7.json @@ -0,0 +1,3 @@ +{ + "inherits": ["reelboard", "nrf52840-s140v7"] +}