diff options
author | sago35 <[email protected]> | 2021-04-21 21:27:17 +0900 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-04-21 15:02:47 +0200 |
commit | b9043b649df2933d294813daa480a381619c1c7b (patch) | |
tree | 0545150e99afcb40e1d796e8366ce186c8fe5e4d /Makefile | |
parent | 7b761fac7805083dd0263ed376b10e106726ef8f (diff) | |
download | tinygo-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |