diff options
author | Elias Naur <[email protected]> | 2024-01-02 19:29:55 -0600 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-01-23 21:04:22 +0100 |
commit | bb66232164a5f839d142dbb6d947716ac81b2bea (patch) | |
tree | 97221a459a654b37fc27c043e2c1dce57e14a1a8 /GNUmakefile | |
parent | 9679e7f1cc92109d4379f28069f0e69b12f4d943 (diff) | |
download | tinygo-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-- | GNUmakefile | 2 |
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 |