atsamd51: fix PWM support in atsamd51p20

This change is related to the following commit
72acda22b0
This commit is contained in:
sago35
2021-04-21 21:27:17 +09:00
committed by Ron Evans
parent 7b761fac78
commit b9043b649d
2 changed files with 45 additions and 54 deletions
+2
View File
@@ -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