From 2906df4b40239b39644c3716c917e02cb0b20d07 Mon Sep 17 00:00:00 2001 From: linruihao Date: Mon, 12 May 2025 20:19:15 +0800 Subject: [PATCH 1/2] feat(coex): implement BT coex timer event --- components/esp_coex/lib | 2 +- components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_coex/lib b/components/esp_coex/lib index 88d8c33a81..437d845402 160000 --- a/components/esp_coex/lib +++ b/components/esp_coex/lib @@ -1 +1 @@ -Subproject commit 88d8c33a8171777d6a72c2ec1d22505179d506e7 +Subproject commit 437d845402eebc4a1ce289af4a021770516226f4 diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld index e39fc11687..cab3654698 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld @@ -131,7 +131,7 @@ s_trans_id = 0x3fcdfac4; /* Functions */ coex_core_event_duration_get = 0x40002178; -coex_core_timer_idx_get = 0x4000218c; +/* coex_core_timer_idx_get = 0x4000218c; */ coex_hw_timer_tick_get = 0x400021b8; From 387dd192340da2986ecbf80751ec07576a8bd551 Mon Sep 17 00:00:00 2001 From: linruihao Date: Thu, 29 May 2025 19:12:33 +0800 Subject: [PATCH 2/2] fix(coex): Fix ble disconnect when coexisting wifi on esp32c2 --- components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld index cab3654698..a2b5fb3cdb 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld @@ -130,7 +130,7 @@ s_trans_id = 0x3fcdfac4; ***************************************/ /* Functions */ -coex_core_event_duration_get = 0x40002178; +/* coex_core_event_duration_get = 0x40002178; */ /* coex_core_timer_idx_get = 0x4000218c; */ coex_hw_timer_tick_get = 0x400021b8;