machine: Add support for Adafruit QT2040 board.

This commit is contained in:
Matt Schultz
2022-08-27 21:31:12 -05:00
committed by Ron Evans
parent fb603a471c
commit ef912a132d
6 changed files with 105 additions and 1 deletions
+2
View File
@@ -597,6 +597,8 @@ endif
@$(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/adc_rp2040
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex