From 67aa15e92e2e119dbea430b5ff80bb005d648e65 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Fri, 29 May 2026 08:07:09 +0200 Subject: [PATCH] fix: move esp32s3 based device to inside of XTENSA build section Signed-off-by: deadprogram --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 2455482ab..b72a03ba3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -975,6 +975,8 @@ ifneq ($(XTENSA), 0) @$(MD5SUM) test.bin $(TINYGO) build -size short -o test.bin -target=esp32s3-supermini examples/adc @$(MD5SUM) test.bin + $(TINYGO) build -size short -o test.bin -target=esp32s3-box-3 examples/blinky1 + @$(MD5SUM) test.bin endif # esp32c3-supermini $(TINYGO) build -size short -o test.bin -target=esp32c3-supermini examples/blinky1 @@ -1000,8 +1002,6 @@ endif @$(MD5SUM) test.bin $(TINYGO) build -size short -o test.bin -target=esp32c3-12f examples/blinky1 @$(MD5SUM) test.bin - $(TINYGO) build -size short -o test.bin -target=esp32s3-box-3 examples/blinky1 - @$(MD5SUM) test.bin $(TINYGO) build -size short -o test.bin -target=makerfabs-esp32c3spi35 examples/machinetest @$(MD5SUM) test.bin