We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2506003 commit 20b4320Copy full SHA for 20b4320
Makefile
@@ -296,6 +296,7 @@ smoketest:
296
$(TINYGO) build -size short -o test.hex -target=wioterminal examples/blinky1
297
@$(MD5SUM) test.hex
298
$(TINYGO) build -size short -o test.hex -target=pygamer examples/blinky1
299
+ $(TINYGO) build -size short -o test.hex -target=xiao examples/blinky1
300
301
ifneq ($(AVR), 0)
302
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial
0 commit comments