aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorWarren Guy <[email protected]>2024-09-05 10:49:36 +0100
committerGitHub <[email protected]>2024-09-05 11:49:36 +0200
commit1f3e0004a9db9c238fd451284b8b5b0abf4d57bb (patch)
tree217acf55ffafa3be7df1909da1a8ec4d50bbf674 /GNUmakefile
parentd4cb92f27c48148bc269308ff6973338b6f1f7c9 (diff)
downloadtinygo-1f3e0004a9db9c238fd451284b8b5b0abf4d57bb.tar.gz
tinygo-1f3e0004a9db9c238fd451284b8b5b0abf4d57bb.zip
add board: RAKwireless RAK4631 (#4454)
targets: add rak4631
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 94d9c357d..8979e25be 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -642,6 +642,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=xiao examples/blinky1
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=rak4631 examples/blinky1
+ @$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=circuitplay-express examples/dac
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pyportal examples/dac