diff options
author | Warren Guy <[email protected]> | 2024-09-05 10:49:36 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-05 11:49:36 +0200 |
commit | 1f3e0004a9db9c238fd451284b8b5b0abf4d57bb (patch) | |
tree | 217acf55ffafa3be7df1909da1a8ec4d50bbf674 /GNUmakefile | |
parent | d4cb92f27c48148bc269308ff6973338b6f1f7c9 (diff) | |
download | tinygo-1f3e0004a9db9c238fd451284b8b5b0abf4d57bb.tar.gz tinygo-1f3e0004a9db9c238fd451284b8b5b0abf4d57bb.zip |
add board: RAKwireless RAK4631 (#4454)
targets: add rak4631
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 |