From cf4c628ef32bb391733b398f61e0491de2218a63 Mon Sep 17 00:00:00 2001 From: alanmaxwell Date: Mon, 21 Aug 2023 11:55:48 +0800 Subject: [PATCH] fix(phy): fix some phy issue 1. WIFI RX multipath optimization 2. BLE TX sideband optimization for C3/S3 3. Optimize ht40 tx side band issue --- components/esp_phy/lib | 2 +- components/esp_rom/esp32c2/ld/esp32c2.rom.ld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_phy/lib b/components/esp_phy/lib index 3ccfd015eb..086ac00e98 160000 --- a/components/esp_phy/lib +++ b/components/esp_phy/lib @@ -1 +1 @@ -Subproject commit 3ccfd015eb69dccde8fce39827e90acb318f7b09 +Subproject commit 086ac00e9894431f5cdbad6d8a8727c4acbd3f91 diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld index 3b3411340e..1b93fa2b7b 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld @@ -2274,7 +2274,7 @@ set_rx_gain_param = 0x40002524; set_rx_gain_table = 0x40002528; rom_tester_wifi_cali = 0x4000252c; esp_recover_efuse_data = 0x40002530; -bt_track_pll_cap = 0x40002534; +/* bt_track_pll_cap = 0x40002534;*/ rfpll_cap_track = 0x40002538; phy_param_track = 0x4000253c; txpwr_correct = 0x40002540;