From a449c4813ac83cfbb358ac917b18508077dc9d25 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Tue, 28 Nov 2023 23:54:58 +0100 Subject: [PATCH] build: can only build boards with board files for pin mapping Signed-off-by: deadprogram --- GNUmakefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 56b0aaa7..f3801988 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -756,9 +756,7 @@ ifneq ($(XTENSA), 0) $(TINYGO) build -size short -o test.bin -target mch2022 examples/serial @$(MD5SUM) test.bin endif - $(TINYGO) build -size short -o test.bin -target=esp32c3 examples/serial - @$(MD5SUM) test.bin - $(TINYGO) build -size short -o test.bin -target=esp32c3-12f examples/serial + $(TINYGO) build -size short -o test.bin -target=qtpy-esp32c3 examples/serial @$(MD5SUM) test.bin $(TINYGO) build -size short -o test.bin -target=m5stamp-c3 examples/serial @$(MD5SUM) test.bin