aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2024-02-21 00:09:34 +0100
committerRon Evans <[email protected]>2024-02-23 14:00:57 +0100
commitc66836cf3a543d3a41d7bf9510a3c2511c7770c4 (patch)
tree37adcf0b6180fd486c767af7dd3774b5dca6f11a /GNUmakefile
parentca9211b582e9295c167e5ec5cdef2265823861ca (diff)
downloadtinygo-c66836cf3a543d3a41d7bf9510a3c2511c7770c4.tar.gz
tinygo-c66836cf3a543d3a41d7bf9510a3c2511c7770c4.zip
targets: add support for Thumby
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e2a34a558..760ba6041 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -670,6 +670,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=ae-rp2040 examples/echo
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=thumby examples/echo
+ @$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex