Skip to content

Commit 8cfc400

Browse files
deadprogramaykevl
authored andcommitted
machine/stm32f4disco: add smoketests for newer version of board
Signed-off-by: deadprogram <[email protected]>
1 parent 2dbe293 commit 8cfc400

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ smoketest:
259259
@$(MD5SUM) test.hex
260260
$(TINYGO) build -size short -o test.hex -target=stm32f4disco examples/blinky2
261261
@$(MD5SUM) test.hex
262+
$(TINYGO) build -size short -o test.hex -target=stm32f4disco-1 examples/blinky1
263+
@$(MD5SUM) test.hex
262264
$(TINYGO) build -size short -o test.hex -target=circuitplay-bluefruit examples/blinky1
263265
@$(MD5SUM) test.hex
264266
$(TINYGO) build -size short -o test.hex -target=circuitplay-express examples/i2s

0 commit comments

Comments
 (0)