all: add Arduino Nano support

This commit is contained in:
Ayke van Laethem
2020-01-21 12:00:37 +01:00
committed by Ron Evans
parent e830acadf3
commit aeb2e6f70a
5 changed files with 54 additions and 12 deletions
+2
View File
@@ -265,6 +265,8 @@ smoketest:
ifneq ($(AVR), 0)
$(TINYGO) build -size short -o test.hex -target=arduino examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=arduino-nano examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=digispark examples/blinky1
@$(MD5SUM) test.hex
endif