aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohann Freymuth <[email protected]>2024-05-08 13:23:45 +0200
committerRon Evans <[email protected]>2024-05-12 16:09:27 +0200
commit1d9f26cee1f1501b09647186a25ba29aa6a0c58c (patch)
treea9d24d84fd4a05a28ba33c0d8d0efc71039d894d /GNUmakefile
parent6e58c44390303261af4a721df522affbc99c88ad (diff)
downloadtinygo-1d9f26cee1f1501b09647186a25ba29aa6a0c58c.tar.gz
tinygo-1d9f26cee1f1501b09647186a25ba29aa6a0c58c.zip
targets: add support for m5paper
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5496cbb0c..cbc18c146 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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