machine: add support for waveshare-rp2040-tiny (#4683)

This commit is contained in:
Volodymyr Pobochii
2025-01-14 02:53:40 +02:00
committed by GitHub
parent 29d2719bad
commit b15adf23f8
3 changed files with 136 additions and 0 deletions
+2
View File
@@ -745,6 +745,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=tiny2350 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=waveshare-rp2040-tiny examples/echo
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex