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 926aeb4 commit 9905abdCopy full SHA for 9905abd
Makefile
@@ -42,6 +42,8 @@ smoketest-tinygo:
42
@md5sum test.hex
43
$(TINYGO) build -o test.uf2 -size=short -target=nano-rp2040 ./examples/advertisement
44
45
+ $(TINYGO) build -o test.uf2 -size=short -target=circuitplay-express -tags="hci hci_uart" ./examples/advertisement
46
+ @md5sum test.hex
47
48
smoketest-linux:
49
# Test on Linux.
0 commit comments