Adding support for waveshare rp2040-zero (#3321)

machine: adding support for waveshare rp2040-zero
This commit is contained in:
Jesús Espino
2022-12-19 12:15:03 +01:00
committed by GitHub
parent c5c6464175
commit d304e6706b
4 changed files with 151 additions and 0 deletions
+2
View File
@@ -622,6 +622,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=xiao-rp2040 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=waveshare-rp2040-zero examples/echo
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=challenger-rp2040 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=trinkey-qt2040 examples/temp