From 097f628955332f5e438e8aaf84fd2c07ab4f1474 Mon Sep 17 00:00:00 2001 From: ardnew Date: Sat, 29 Aug 2020 01:13:44 -0500 Subject: [PATCH] add feather-stm32f405 smoketest target --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29bf8e02..9598f982 100644 --- a/Makefile +++ b/Makefile @@ -279,7 +279,9 @@ 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 + $(TINYGO) build -size short -o test.hex -target=stm32f4disco-1 examples/blinky1 + @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=feather-stm32f405 examples/blinky1 @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=circuitplay-bluefruit examples/blinky1 @$(MD5SUM) test.hex