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 ad6adfd commit 01f5c51Copy full SHA for 01f5c51
Makefile
@@ -313,6 +313,8 @@ smoketest:
313
@$(MD5SUM) test.hex
314
$(TINYGO) build -size short -o test.hex -target=pyportal examples/dac
315
316
+ $(TINYGO) build -size short -o test.hex -target=feather-nrf52840 examples/blinky1
317
+ @$(MD5SUM) test.hex
318
ifneq ($(AVR), 0)
319
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial
320
0 commit comments