microbitmatrix: add smoke test for microbitmatrix with microbit-v2

This commit is contained in:
Lucas Bremgartner
2022-10-11 10:35:11 +02:00
committed by Ron Evans
parent 89770a7d05
commit 690daebcd1
+2
View File
@@ -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