From 62a940f823538a6b252e9be49141bc0c13ee9458 Mon Sep 17 00:00:00 2001 From: liuning Date: Thu, 8 Jan 2026 21:10:11 +0800 Subject: [PATCH] feat(coex): support c5 eco3 and c61 eco4 coexist rom --- components/esp_coex/lib | 2 +- components/esp_rom/esp32c5/ld/esp32c5.rom.eco3.ld | 2 +- components/esp_rom/esp32c61/ld/esp32c61.rom.eco4.ld | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/esp_coex/lib b/components/esp_coex/lib index 63e292b57b..ee5cd79583 160000 --- a/components/esp_coex/lib +++ b/components/esp_coex/lib @@ -1 +1 @@ -Subproject commit 63e292b57b2cda9f9496a71a04bec43e1f0caeba +Subproject commit ee5cd79583c02f23e43e62931ffb55f5a4992d0f diff --git a/components/esp_rom/esp32c5/ld/esp32c5.rom.eco3.ld b/components/esp_rom/esp32c5/ld/esp32c5.rom.eco3.ld index f2af6037dd..3f4dee36f1 100644 --- a/components/esp_rom/esp32c5/ld/esp32c5.rom.eco3.ld +++ b/components/esp_rom/esp32c5/ld/esp32c5.rom.eco3.ld @@ -8,7 +8,7 @@ ***************************************/ coex_core_timer_idx_get = 0x40000aec; -//coex_status_get = 0x40000b0c; +coex_status_get = 0x40000b0c; ets_delay_us = 0x4000003c; Cache_Set_IDROM_MMU_Size = 0x400006c4; diff --git a/components/esp_rom/esp32c61/ld/esp32c61.rom.eco4.ld b/components/esp_rom/esp32c61/ld/esp32c61.rom.eco4.ld index 59a2bed37b..18937e41a7 100644 --- a/components/esp_rom/esp32c61/ld/esp32c61.rom.eco4.ld +++ b/components/esp_rom/esp32c61/ld/esp32c61.rom.eco4.ld @@ -9,7 +9,7 @@ ***************************************/ coex_core_timer_idx_get = 0x40000a54; -//coex_status_get = 0x40000a74; +coex_status_get = 0x40000a74; ets_delay_us = 0x4000003c; ieee80211_encap_esfbuf = 0x40000ac8;