We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe6afa commit f55ba96Copy full SHA for f55ba96
1 file changed
GNUmakefile
@@ -814,6 +814,8 @@ endif
814
@$(MD5SUM) test.hex
815
$(TINYGO) build -size short -o test.hex -target=waveshare-rp2040-tiny examples/echo
816
817
+ $(TINYGO) build -size short -o test.hex -target=vicharak_shrike-lite examples/echo
818
+ @$(MD5SUM) test.hex
819
# test pwm
820
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
821
0 commit comments