From dc7d1b4d4ca3d490ee104173f3bae0f9a5cba33a Mon Sep 17 00:00:00 2001 From: deadprogram Date: Mon, 15 Jan 2024 10:15:19 +0100 Subject: [PATCH] build: add nina-fw smoketest as peripheral Signed-off-by: deadprogram --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 28da815..268d820 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,8 @@ smoketest-tinygo: @md5sum test.hex $(TINYGO) build -o test.uf2 -size=short -target=pyportal ./examples/discover @md5sum test.hex + $(TINYGO) build -o test.uf2 -size=short -target=nano-rp2040 ./examples/advertisement + @md5sum test.hex smoketest-linux: # Test on Linux.