aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2024-12-18 20:06:49 +0100
committerRon Evans <[email protected]>2024-12-19 10:12:57 +0100
commitc4cfc01ba3a3afaa08768cc4bdfc0150c7bb4fde (patch)
tree0f49f26bec2227b1092632349f8cce697e2b3b1a /GNUmakefile
parentf64e70e6590ffbe281ca096ee61212d6b586e986 (diff)
downloadtinygo-c4cfc01ba3a3afaa08768cc4bdfc0150c7bb4fde.tar.gz
tinygo-c4cfc01ba3a3afaa08768cc4bdfc0150c7bb4fde.zip
targets: add support for Pimoroni Tiny2350 board
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 273db5ed8..efc70b0ae 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -743,6 +743,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pico2 examples/blinky1
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=tiny2350 examples/blinky1
+ @$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex