Skip to content

Commit 9905abd

Browse files
committed
test: add hci_uart based implementation to smoke tests
Signed-off-by: deadprogram <[email protected]>
1 parent 926aeb4 commit 9905abd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ smoketest-tinygo:
4242
@md5sum test.hex
4343
$(TINYGO) build -o test.uf2 -size=short -target=nano-rp2040 ./examples/advertisement
4444
@md5sum test.hex
45+
$(TINYGO) build -o test.uf2 -size=short -target=circuitplay-express -tags="hci hci_uart" ./examples/advertisement
46+
@md5sum test.hex
4547

4648
smoketest-linux:
4749
# Test on Linux.

0 commit comments

Comments
 (0)