diff options
author | Matt Schultz <[email protected]> | 2022-08-27 21:31:12 -0500 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-08-28 10:16:52 +0200 |
commit | ef912a132d20f000e4cd7fef7c698a762ba928e0 (patch) | |
tree | f27644baf327003ced7ab81bc64362230bb3635a /Makefile | |
parent | fb603a471cb556c47bfa8d8dabd7923fbfc32891 (diff) | |
download | tinygo-ef912a132d20f000e4cd7fef7c698a762ba928e0.tar.gz tinygo-ef912a132d20f000e4cd7fef7c698a762ba928e0.zip |
machine: Add support for Adafruit QT2040 board.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |