From d2b3f09a2b06920740c57f1102567425b1011e61 Mon Sep 17 00:00:00 2001 From: Oskar Sommer Date: Fri, 11 Oct 2024 19:47:58 +0200 Subject: [PATCH] fix: typo in GNUmakefile test --- GNUmakefile | 2 +- lib/renesas-svd | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 lib/renesas-svd diff --git a/GNUmakefile b/GNUmakefile index 39141834af..81c4b02c8b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -822,7 +822,7 @@ endif ifneq ($(XTENSA), 0) $(TINYGO) build -size short -o test.bin -target=esp32-mini32 examples/blinky1 @$(MD5SUM) test.bin - $(TINYGO) build -size short -o test.bin -target=esp32-supermini examples/blinky1 + $(TINYGO) build -size short -o test.bin -target=esp32c3-supermini examples/blinky1 @$(MD5SUM) test.bin $(TINYGO) build -size short -o test.bin -target=nodemcu examples/blinky1 @$(MD5SUM) test.bin diff --git a/lib/renesas-svd b/lib/renesas-svd new file mode 160000 index 0000000000..03d7688085 --- /dev/null +++ b/lib/renesas-svd @@ -0,0 +1 @@ +Subproject commit 03d76880854b9042f5d043f4355cdf8eef522fa5