aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Esteban <[email protected]>2022-07-02 11:24:33 +0200
committerRon Evans <[email protected]>2022-07-06 22:23:47 +0200
commitb112477e9523603c7534626b0e00a2f59974ac52 (patch)
tree123ea79077f6de26121abe8a7e02ce8fe4eb3137 /Makefile
parent2fa24ef752c6a5aacc96dd7f8e317e49cf0302f1 (diff)
downloadtinygo-b112477e9523603c7534626b0e00a2f59974ac52.tar.gz
tinygo-b112477e9523603c7534626b0e00a2f59974ac52.zip
Initial support for XIAO RP2040
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78675cf52..a9f950bf1 100644
--- a/Makefile
+++ b/Makefile
@@ -567,6 +567,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=thingplus-rp2040 examples/blinky1
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=xiao-rp2040 examples/blinky1
+ @$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex