Add qtpy-rp2040 to TinyGo v0.25.0

This commit is contained in:
Isaac Rodman
2022-09-01 16:12:39 -07:00
committed by sago35
parent e955aa1941
commit 4223a60823
6 changed files with 161 additions and 0 deletions
+2
View File
@@ -585,6 +585,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=feather-rp2040 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=qtpy-rp2040 examples/echo
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=macropad-rp2040 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=badger2040 examples/blinky1