board: add definition for Teensy 4.1 (#2618)

* board: add definition for Teensy 4.1
This commit is contained in:
BCG
2022-02-13 02:21:03 -05:00
committed by GitHub
parent 262291a80a
commit 4417374b53
6 changed files with 344 additions and 5 deletions
+2
View File
@@ -444,6 +444,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=qtpy examples/serial
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=teensy41 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=teensy40 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=teensy36 examples/blinky1