atsame54: add initial support for atsame54-xpro

This commit is contained in:
sago35
2020-08-03 19:13:28 +09:00
committed by Ron Evans
parent 6dd5666ed1
commit bd212cc000
11 changed files with 3577 additions and 1 deletions
+2
View File
@@ -336,6 +336,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=p1am-100 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=atsame54-xpro examples/blinky1
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex