board: add M5Stack

This commit is contained in:
sago35
2021-11-18 09:40:20 +09:00
committed by Ron Evans
parent 34011c4800
commit 2a17a3e56c
4 changed files with 139 additions and 1 deletions
+2
View File
@@ -457,6 +457,8 @@ ifneq ($(XTENSA), 0)
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target m5stack-core2 examples/serial
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target m5stack examples/serial
@$(MD5SUM) test.bin
endif
$(TINYGO) build -size short -o test.bin -target=esp32c3 examples/serial
@$(MD5SUM) test.bin