From 8e05750de89af918c57d22105d1a8f2d1211b211 Mon Sep 17 00:00:00 2001 From: bjoernQ Date: Thu, 11 Jan 2024 11:53:50 +0100 Subject: [PATCH] Linker script adjustments needed for wifi drivers --- esp-hal-common/ld/sections/rwtext.x | 1 + 1 file changed, 1 insertion(+) diff --git a/esp-hal-common/ld/sections/rwtext.x b/esp-hal-common/ld/sections/rwtext.x index dc3bb22f655..64535416ee0 100644 --- a/esp-hal-common/ld/sections/rwtext.x +++ b/esp-hal-common/ld/sections/rwtext.x @@ -18,6 +18,7 @@ SECTIONS { *( .phyiram .phyiram.*) *( .iram1 .iram1.*) *( .wifiextrairam.* ) + *( .coexiram.* ) . = ALIGN(4); } > RWTEXT AT > RODATA } \ No newline at end of file