We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbe293 commit 8cfc400Copy full SHA for 8cfc400
Makefile
@@ -259,6 +259,8 @@ smoketest:
259
@$(MD5SUM) test.hex
260
$(TINYGO) build -size short -o test.hex -target=stm32f4disco examples/blinky2
261
262
+ $(TINYGO) build -size short -o test.hex -target=stm32f4disco-1 examples/blinky1
263
+ @$(MD5SUM) test.hex
264
$(TINYGO) build -size short -o test.hex -target=circuitplay-bluefruit examples/blinky1
265
266
$(TINYGO) build -size short -o test.hex -target=circuitplay-express examples/i2s
0 commit comments