This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit a15b82defab6f6a1e657faf17d5c254aa42caca2
Author: Filipe Cavalcanti <filipe.cavalca...@espressif.com>
AuthorDate: Tue Oct 29 09:03:02 2024 -0300

    risc-v/esp32c3: add brownout to flash section
---
 boards/risc-v/esp32c3/common/scripts/esp32c3_sections.ld | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/risc-v/esp32c3/common/scripts/esp32c3_sections.ld 
b/boards/risc-v/esp32c3/common/scripts/esp32c3_sections.ld
index ddc0612f37..c0af9b147b 100644
--- a/boards/risc-v/esp32c3/common/scripts/esp32c3_sections.ld
+++ b/boards/risc-v/esp32c3/common/scripts/esp32c3_sections.ld
@@ -302,6 +302,7 @@ SECTIONS
     *(EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifislprxiram 
EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifislprxiram.*)
 
     *libesp_wifi.a:esp_adapter.*(.text .text.clear_intr_wrapper 
.text.coex_deinit_wrapper .text.coex_disable_wrapper .text.coex_enable_wrapper 
.text.coex_init_wrapper .text.coex_register_start_cb_wrapper 
.text.coex_schm_curr_period_get_wrapper .text.coex_schm_curr_phase_get_wrapper 
.text.coex_schm_flexible_period_get_wrapper 
.text.coex_schm_flexible_period_set_wrapper 
.text.coex_schm_interval_get_wrapper .text.coex_schm_process_restart_wrapper 
.text.coex_schm_register_cb_wrapper .text.co [...]
+    *libarch.a:*brownout.*(.text .text.*)
 
     *(.literal .text .literal.* .text.* .stub .gnu.warning 
.gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
     *(.irom0.text) /* catch stray ICACHE_RODATA_ATTR */

Reply via email to