Skip to content

Commit 46c28d8

Browse files
committed
build: add nina-fw smoketest as peripheral
Signed-off-by: deadprogram <[email protected]>
1 parent 0e01e14 commit 46c28d8

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
@@ -40,6 +40,8 @@ smoketest-tinygo:
4040
@md5sum test.hex
4141
$(TINYGO) build -o test.uf2 -size=short -target=pyportal ./examples/discover
4242
@md5sum test.hex
43+
$(TINYGO) build -o test.uf2 -size=short -target=nano-rp2040 ./examples/advertisement
44+
@md5sum test.hex
4345

4446
smoketest-linux:
4547
# Test on Linux.

0 commit comments

Comments
 (0)