Merge branch 'bugfix/tempsensor_wifi_conflict_v5.1' into 'release/v5.1'

temperature_sensor: Fix issue that have conflict with phy / Fix phy pwdet and tsens power cannot be set twice issue (v5.1)

See merge request espressif/esp-idf!24064
This commit is contained in:
Jiang Jiang Jian
2023-07-11 01:38:04 +08:00
14 changed files with 239 additions and 26 deletions

View File

@@ -2063,7 +2063,7 @@ phy_rx_rifs_en = 0x400021d8;
phy_current_level_set = 0x400021dc;
phy_bbpll_en_usb = 0x400021e0;
phy_bt_power_track = 0x400021e4;
phy_xpd_tsens = 0x400021e8;
/* phy_xpd_tsens = 0x400021e8); Link this function in phy_lib, no longer link the rom one.*/
bb_wdt_rst_enable = 0x400021ec;
bb_wdt_int_enable = 0x400021f0;
bb_wdt_timeout_clear = 0x400021f4;