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 b750881 commit a59f92dCopy full SHA for a59f92d
Makefile
@@ -721,6 +721,8 @@ ifneq ($(XTENSA), 0)
721
@$(MD5SUM) test.bin
722
$(TINYGO) build -size short -o test.bin -target m5stack examples/serial
723
724
+ $(TINYGO) build -size short -o test.bin -target m5stick-c examples/serial
725
+ @$(MD5SUM) test.bin
726
$(TINYGO) build -size short -o test.bin -target mch2022 examples/serial
727
728
endif
0 commit comments