board: add M5Stack Core2

This commit is contained in:
sago35
2021-09-30 09:06:19 +09:00
committed by Ron Evans
parent 90f4b0a266
commit d21ffc63b9
4 changed files with 124 additions and 1 deletions
+2
View File
@@ -441,6 +441,8 @@ ifneq ($(XTENSA), 0)
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target=nodemcu examples/blinky1
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target m5stack-core2 examples/serial
@$(MD5SUM) test.bin
endif
$(TINYGO) build -size short -o test.bin -target=esp32c3 examples/serial
@$(MD5SUM) test.bin