targets: add support for m5paper

This commit is contained in:
Johann Freymuth
2024-05-08 13:23:45 +02:00
committed by Ron Evans
parent 6e58c44390
commit 1d9f26cee1
3 changed files with 119 additions and 0 deletions
+2
View File
@@ -766,6 +766,8 @@ ifneq ($(XTENSA), 0)
@$(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 m5paper examples/serial
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target mch2022 examples/serial
@$(MD5SUM) test.bin
endif