rp2040: support Adafruit Feather RP2040

This commit is contained in:
Kenneth Bell
2021-06-14 18:50:28 -07:00
committed by Ron Evans
parent 1913cb76a5
commit 8e33f1c9eb
9 changed files with 145 additions and 27 deletions
+2
View File
@@ -358,6 +358,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pico examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=feather-rp2040 examples/blinky1
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex