aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorsago35 <[email protected]>2021-04-18 18:18:59 +0900
committerRon Evans <[email protected]>2021-05-10 12:27:10 +0200
commite7c6bd373094aa148a93170fcf73b2f3cff2d918 (patch)
tree7cc2cbd9159b9370ff936946e0e85b3886935d5b /Makefile
parent9f5066aa6f1d67f161bc0d7520dc2f1bfa1f2b0d (diff)
downloadtinygo-e7c6bd373094aa148a93170fcf73b2f3cff2d918.tar.gz
tinygo-e7c6bd373094aa148a93170fcf73b2f3cff2d918.zip
atsame5x: add support for CAN
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a6db42bc..e5e72d0fe 100644
--- a/Makefile
+++ b/Makefile
@@ -343,8 +343,12 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=atsame54-xpro examples/blinky1
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=atsame54-xpro examples/can
+ @$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=feather-m4-can examples/blinky1
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=feather-m4-can examples/caninterrupt
+ @$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex