atsame51: add initial support for feather-m4-can

This commit is contained in:
sago35
2021-04-16 09:02:01 +09:00
committed by Ron Evans
parent cb886a35c9
commit 9f52fe4e4a
8 changed files with 276 additions and 1 deletions
+2
View File
@@ -338,6 +338,8 @@ 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=feather-m4-can examples/blinky1
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex