Add smoke test for target m5stick-c

This commit is contained in:
ivoszz
2023-06-02 17:19:06 +02:00
committed by Ron Evans
parent b7508818ee
commit a59f92daf8
+2
View File
@@ -721,6 +721,8 @@ ifneq ($(XTENSA), 0)
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target m5stack examples/serial
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target m5stick-c examples/serial
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target mch2022 examples/serial
@$(MD5SUM) test.bin
endif