teensy40: initial implementation

This commit is contained in:
ardnew
2020-09-17 16:09:02 -05:00
committed by Ron Evans
parent 163df7670a
commit 691185f5f4
14 changed files with 3017 additions and 21 deletions
+2
View File
@@ -325,6 +325,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=qtpy examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=teensy40 examples/blinky1
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex