teensy36: add to smoketest

This required some changes to the UART code to get it to compile on Go
1.11.
This commit is contained in:
Ayke van Laethem
2020-10-14 22:54:43 +02:00
committed by Ron Evans
parent 39b1f8b6f5
commit 9a7e633997
2 changed files with 16 additions and 16 deletions
+2
View File
@@ -327,6 +327,8 @@ smoketest:
@$(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
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex