From 97950a55bd91e92d072532d39e360ae3cb971754 Mon Sep 17 00:00:00 2001 From: eightycc Date: Thu, 8 May 2025 06:45:48 -0700 Subject: [PATCH] Add missing linker fragment `esp32c3.rom.eco3_bt_funcs.ld` for ESP32-C3 Espressif boards. --- ports/espressif/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/espressif/Makefile b/ports/espressif/Makefile index bdf0fd53f6876..1bffe47ff1943 100644 --- a/ports/espressif/Makefile +++ b/ports/espressif/Makefile @@ -265,6 +265,7 @@ else ifeq ($(IDF_TARGET),esp32c3) LDFLAGS += \ -Tesp32c3.rom.newlib.ld \ -Tesp32c3.rom.version.ld \ + -Tesp32c3.rom.eco3_bt_funcs.ld \ -Tesp32c3.rom.eco3.ld \ -Tesp32c3.rom.bt_funcs.ld