aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorsago35 <[email protected]>2021-04-21 21:27:17 +0900
committerRon Evans <[email protected]>2021-04-21 15:02:47 +0200
commitb9043b649df2933d294813daa480a381619c1c7b (patch)
tree0545150e99afcb40e1d796e8366ce186c8fe5e4d /Makefile
parent7b761fac7805083dd0263ed376b10e106726ef8f (diff)
downloadtinygo-b9043b649df2933d294813daa480a381619c1c7b.tar.gz
tinygo-b9043b649df2933d294813daa480a381619c1c7b.zip
atsamd51: fix PWM support in atsamd51p20
This change is related to the following commit 72acda22b0a8d137405e41e9ed54cbfbcce7b26f
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8ed7782ae..23986b1c2 100644
--- a/Makefile
+++ b/Makefile
@@ -290,6 +290,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.gba -target=gameboy-advance examples/gba-display
@$(MD5SUM) test.gba
+ $(TINYGO) build -size short -o test.hex -target=grandcentral-m4 examples/blinky1
+ @$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m4 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=feather-m4 examples/blinky1