board: add M5Stamp C3

This commit is contained in:
sago35
2022-01-06 08:18:28 +09:00
committed by Ron Evans
parent cb01d4d63e
commit 6cb604c752
4 changed files with 59 additions and 1 deletions
+2
View File
@@ -490,6 +490,8 @@ ifneq ($(XTENSA), 0)
endif
$(TINYGO) build -size short -o test.bin -target=esp32c3 examples/serial
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target=m5stamp-c3 examples/serial
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.hex -target=hifive1b examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=hifive1-qemu examples/serial