From 8cfc4005d3d31b5b4f36c08e005e9226d68380b6 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Wed, 24 Jun 2020 20:13:38 +0200 Subject: [PATCH] machine/stm32f4disco: add smoketests for newer version of board Signed-off-by: deadprogram --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7dfdb13a..7108e4bd 100644 --- a/Makefile +++ b/Makefile @@ -259,6 +259,8 @@ smoketest: @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=stm32f4disco examples/blinky2 @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=stm32f4disco-1 examples/blinky1 + @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=circuitplay-bluefruit examples/blinky1 @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=circuitplay-express examples/i2s