add board: RAKwireless RAK4631 (#4454)

targets: add rak4631
This commit is contained in:
Warren Guy
2024-09-05 10:49:36 +01:00
committed by GitHub
parent d4cb92f27c
commit 1f3e0004a9
3 changed files with 94 additions and 0 deletions
+2
View File
@@ -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