From 690daebcd119a90b64e136a24d946c476c94ab6c Mon Sep 17 00:00:00 2001 From: Lucas Bremgartner Date: Tue, 11 Oct 2022 10:35:11 +0200 Subject: [PATCH] microbitmatrix: add smoke test for microbitmatrix with microbit-v2 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index fac1065..33e079f 100644 --- a/Makefile +++ b/Makefile @@ -103,6 +103,8 @@ smoke-test: @md5sum ./build/test.hex tinygo build -size short -o ./build/test.hex -target=microbit ./examples/microbitmatrix/main.go @md5sum ./build/test.hex + tinygo build -size short -o ./build/test.hex -target=microbit-v2 ./examples/microbitmatrix/main.go + @md5sum ./build/test.hex tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/mma8653/main.go @md5sum ./build/test.hex tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/mpu6050/main.go