Seeed WioTerminal support (#1124)

* machine/wioterminal: add support for wioterminal board
This commit is contained in:
sago35
2020-06-06 19:00:26 +09:00
committed by GitHub
parent 0c880ec44c
commit c5a896771d
9 changed files with 603 additions and 1 deletions
+2
View File
@@ -293,6 +293,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=reelboard-s140v7 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=wioterminal examples/blinky1
@$(MD5SUM) test.hex
ifneq ($(AVR), 0)
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial
@$(MD5SUM) test.hex