build: add nina-fw smoketest as peripheral

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2024-01-15 10:15:19 +01:00 committed by BCG
parent 5c62ee4645
commit dc7d1b4d4c

View file

@ -40,6 +40,8 @@ smoketest-tinygo:
@md5sum test.hex @md5sum test.hex
$(TINYGO) build -o test.uf2 -size=short -target=pyportal ./examples/discover $(TINYGO) build -o test.uf2 -size=short -target=pyportal ./examples/discover
@md5sum test.hex @md5sum test.hex
$(TINYGO) build -o test.uf2 -size=short -target=nano-rp2040 ./examples/advertisement
@md5sum test.hex
smoketest-linux: smoketest-linux:
# Test on Linux. # Test on Linux.