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 088730b commit 065d64eCopy full SHA for 065d64e
Makefile
@@ -295,6 +295,8 @@ smoketest:
295
@$(MD5SUM) test.hex
296
$(TINYGO) build -size short -o test.hex -target=wioterminal examples/blinky1
297
298
+ $(TINYGO) build -size short -o test.hex -target=xiao examples/blinky1
299
+ @$(MD5SUM) test.hex
300
ifneq ($(AVR), 0)
301
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial
302
0 commit comments