diff options
author | Johann Freymuth <[email protected]> | 2024-05-08 13:23:45 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-05-12 16:09:27 +0200 |
commit | 1d9f26cee1f1501b09647186a25ba29aa6a0c58c (patch) | |
tree | a9d24d84fd4a05a28ba33c0d8d0efc71039d894d /GNUmakefile | |
parent | 6e58c44390303261af4a721df522affbc99c88ad (diff) | |
download | tinygo-1d9f26cee1f1501b09647186a25ba29aa6a0c58c.tar.gz tinygo-1d9f26cee1f1501b09647186a25ba29aa6a0c58c.zip |
targets: add support for m5paper
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 |