From 40fb3466c14863cd00eb99475e18275d5969bb24 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Mon, 16 Mar 2026 15:40:58 +0100 Subject: [PATCH] machine/stm32: add Arduino UNO Q to smoketests Signed-off-by: deadprogram --- GNUmakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 9a6dc7b8e..2c640e403 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -877,6 +877,12 @@ ifneq ($(STM32), 0) @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=stm32l0x1 examples/serial @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=arduino-uno-q examples/blinky1 + @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=arduino-uno-q examples/serial + @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=arduino-uno-q examples/blinkm + @$(MD5SUM) test.hex endif $(TINYGO) build -size short -o test.hex -target=atmega328pb examples/blinkm @$(MD5SUM) test.hex