Seeed XIAO support (#1170)

* machine/xiao: add support for Seeedstudio XIAO board
This commit is contained in:
sago35
2020-06-22 16:01:13 +09:00
committed by GitHub
parent 81c723db1a
commit 2721ab146f
4 changed files with 137 additions and 1 deletions
+1
View File
@@ -296,6 +296,7 @@ smoketest:
$(TINYGO) build -size short -o test.hex -target=wioterminal examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pygamer examples/blinky1
$(TINYGO) build -size short -o test.hex -target=xiao examples/blinky1
@$(MD5SUM) test.hex
ifneq ($(AVR), 0)
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial