aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorElias Naur <[email protected]>2024-01-02 19:29:55 -0600
committerRon Evans <[email protected]>2024-01-23 21:04:22 +0100
commitbb66232164a5f839d142dbb6d947716ac81b2bea (patch)
tree97221a459a654b37fc27c043e2c1dce57e14a1a8 /GNUmakefile
parent9679e7f1cc92109d4379f28069f0e69b12f4d943 (diff)
downloadtinygo-bb66232164a5f839d142dbb6d947716ac81b2bea.tar.gz
tinygo-bb66232164a5f839d142dbb6d947716ac81b2bea.zip
targets: add support for the MKS Robin Nano V3.x
Signed-off-by: Elias Naur <[email protected]>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bac1691cb..050399264 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -717,6 +717,8 @@ ifneq ($(STM32), 0)
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=swan examples/blinky1
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=mksnanov3 examples/blinky1
+ @$(MD5SUM) test.hex
endif
$(TINYGO) build -size short -o test.hex -target=atmega328pb examples/blinkm
@$(MD5SUM) test.hex