Initial support for XIAO RP2040

This commit is contained in:
Daniel Esteban
2022-07-02 11:24:33 +02:00
committed by Ron Evans
parent 2fa24ef752
commit b112477e95
5 changed files with 104 additions and 1 deletions
+2
View File
@@ -567,6 +567,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=thingplus-rp2040 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=xiao-rp2040 examples/blinky1
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex