We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873412b commit 446fe1fCopy full SHA for 446fe1f
Makefile
@@ -557,6 +557,10 @@ endif
557
@$(MD5SUM) test.hex
558
$(TINYGO) build -size short -o test.hex -target=macropad-rp2040 examples/blinky1
559
560
+ $(TINYGO) build -size short -o test.hex -target=badger2040 examples/blinky1
561
+ @$(MD5SUM) test.hex
562
+ $(TINYGO) build -size short -o test.hex -target=thingplus-rp2040 examples/blinky1
563
564
# test pwm
565
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
566
0 commit comments