Tomas Rezucha
2f89804e5c
fix(esp_phy): Allow WiFi/USB interference workaround option only on supported targets
...
"Enable USB when phy init" Kconfig option would call esp_phy function
`phy_bbpll_en_usb()` that is not implemented for all targets.
Selecting this option for unsupported target results in linking error.
The necessity of this workaround is now defined soc_caps.h rather than
in the Kconfig.
Closes https://github.com/espressif/esp-idf/issues/12185
2024-03-11 20:21:54 +08:00
zwx
006c058df5
fix(phy): fix pll track when enabling and disabling PHY frequently
2024-03-04 14:49:32 +08:00
Darian Leung
2ba1790ef6
refactor(usb): Deprecate CONFIG_USB_OTG_SUPPORTED, use SOC_USB_OTG_SUPPORTED instead
...
Previously, USB build dependencies used the CONFIG_USB_OTG_SUPPORTED. However,
they could depend on `soc_caps.h` instead.
2024-02-28 16:09:53 +08:00
zhiweijian
4529a6ab6e
fix(esp_phy): Fixed BLE TX 2M problem causing by phy_wifi_enable_set()
...
1. Fixed BLE 2M phy TX problem causing by phy_wifi_enable_set() on ESP32-C3 and ESP32-S3
2. Fixed BLE CCA bug on ESP32-C2
3. Fixed wifi boot bug at low temp on ESP32-C6
4. Fixed BLE and WIFI could not receive packets after entering light sleep for a long time on ESP32-C3, ESP32-S3, ESP32-C2 and ESP32-C6
2024-01-25 12:26:25 +08:00
xiaqilin
ee68063b6a
fix(esp_phy): fix esp32h2 sleep wakeup and i2c issue
2024-01-19 10:06:11 +08:00
xiaqilin
a9679450b2
fix(ieee802154): fix the issue of not receiving packets when RSSI is positive in esp32h2
2024-01-04 15:09:42 +08:00
zhanghaipeng
17752f970a
fix(phy): Fix ble tx ifs time for ESP32
2023-12-28 14:32:26 +08:00
luomanruo
49d81c71a8
ble(fix): fix RX issue on ESP32-C2
2023-11-24 19:40:28 +08:00
zwl
9cf6280eea
fix(ble): fixed ble occasional rx exception issue
2023-11-21 15:03:38 +08:00
muhaidong
666ba33829
fix(wifi): fix deinit init wifi scan fail issue
2023-11-10 11:15:38 +08:00
zwl
f58e8b3eb4
fix(ble): fixed ble disconnection issue under temperature change
2023-11-02 08:55:33 +08:00
alanmaxwell
7e1b2a2442
fix(phy): Fix ESP32C6 rx pkts fail in light sleep mode
2023-10-31 15:56:54 +08:00
alanmaxwell
85fbfae5d2
fix(wifi): Fix bug using CONFIG_WIFI_ENABLED macro
2023-10-31 15:56:21 +08:00
xiaqilin
d6314b44cc
fix(esp_phy): update esp32c6 libphy for coex zb rx and sleep bug
2023-10-25 16:18:35 +08:00
Jiang Jiang Jian
ae3c28fcc4
Merge branch 'bugfix/update_ble_lib_1018_5_1' into 'release/v5.1'
...
change(ble): update ble lib on c6 h2 and c2 chip
See merge request espressif/esp-idf!26543
2023-10-20 08:13:01 +08:00
luomanruo
eccf07022e
fix(ble): fixed ble connection timeout issue on ESP32H2
2023-10-19 14:29:52 +08:00
zwx
99d68570a6
fix(esp_phy): fix pll track corner case
2023-10-19 10:57:38 +08:00
zwl
f3447f256f
fix(ble): fixed ble connection timeout issue on ESP32H2
2023-10-18 17:10:28 +08:00
alanmaxwell
0bce4b0b72
fix(phy): fix wifi deinit stuck issue for ESP32C6
2023-10-16 11:56:08 +08:00
zhangwenxu
4c60d48e5b
workaround(phy): workaround c3 BT nimble 2M phy issue
2023-09-27 18:21:09 +08:00
zhangwenxu
ee087e91c2
fix(CI): fix CI build
2023-09-27 14:55:26 +08:00
alanmaxwell
9337525cdc
fix(phy): Fix PHY enabled enter WiFi RX state default
2023-09-27 14:55:25 +08:00
zhangwenxu
d4e0de8a6b
feat(phy): Add modem type to phy init
2023-09-27 14:55:25 +08:00
liuning
f66740362e
fix(sleep_modem): fix lightsleep failure if enable lightsleep at phy disabled
2023-09-20 19:49:42 +08:00
xiaqilin
e7cf51ebec
fix(esp_phy): fix esp32h2 tx-power incorrect issue after wakeup
2023-09-14 18:09:30 +08:00
Shu Chen
649b8bc6d5
Merge branch 'feature/support_ot_bugfixing' into 'release/v5.1'
...
Feature/support ot bugfixing(backport v5.1)
See merge request espressif/esp-idf!25676
2023-09-11 20:07:28 +08:00
alanmaxwell
9331e240fc
fix(phy): backport some phy fix
...
1. WIFI RX multipath optimization for all chips
2. BLE TX sideband optimization for C3/S3
3. Optimize ht40 tx side band issue
2023-09-07 02:23:06 +00:00
zhangwenxu
3f2ff9af34
bugfix(esp_phy): fix using wrong macro
2023-08-31 17:08:16 +08:00
wuzhenghui
aaf04f514f
fix(esp_hw_support): manage i2c_ana_mst clock witch modem clock driver
2023-08-04 12:04:40 +08:00
Li Shuai
827d863865
fix(wifi/phy): fix the issue of vTaskStepTick assert failed caused by wifi baseband retention linked list
2023-08-02 19:18:22 +08:00
Li Shuai
958ae62197
power save: fix bcn_timeout and disconnect with error code 201, m f probe req l=0 issue
2023-07-13 17:02:50 +08:00
Jiang Jiang Jian
a300e79589
Merge branch 'backport/openthread_light_sleep' into 'release/v5.1'
...
Backportv5.1/openthread light sleep
See merge request espressif/esp-idf!24736
2023-07-13 10:20:38 +08:00
Jiang Jiang Jian
5ed5b83f70
Merge branch 'bufix/update_esp_phy_h_comments_5.1' into 'release/v5.1'
...
esp_phy:update comments in esp_phy_init.h_5.1
See merge request espressif/esp-idf!24704
2023-07-12 22:36:21 +08:00
xiaqilin
aee329de2b
ieee802154: change BLE_BB/ieee802154_BB
2023-07-12 14:36:55 +08:00
xueyunfei
ba54ce8657
esp_phy:update comments in esp_phy_init.h
2023-07-11 17:37:13 +08:00
zhangwenxu
2bee46a354
esp_phy: phy track pll logic refactor
2023-07-11 10:50:29 +08:00
Armando
a33541f036
phy: fix phy pwdet and tsens power cannot be set twice issue
...
Closes https://github.com/espressif/esp-idf/issues/11627
2023-07-10 11:16:09 +08:00
Cao Sen Miao
acc6d99572
temperature_sensor: Add new interface and reference counts so that phy and driver can use together
2023-07-10 11:16:09 +08:00
zhangwenxu
8592f19a95
esp_phy: fix rtc_printf and libbtbb version print
2023-07-07 17:39:25 +08:00
lixiaofan
044baf90e5
sync libphy to v5.1
2023-07-07 17:38:01 +08:00
Jiang Jiang Jian
64ba835d05
Merge branch 'feat/improve_wifi_rx_in_high_interference_v5.1' into 'release/v5.1'
...
esp_phy: update esp32c2 phy lib to fix some issues(v5.1)
See merge request espressif/esp-idf!24163
2023-07-07 17:19:27 +08:00
Island
a8c9665ae2
Merge branch 'ble_dev/support_esp32h2_modem_clock_selection_5.1' into 'release/v5.1'
...
ble: support esp32h2 modem clock selection
See merge request espressif/esp-idf!24388
2023-07-07 16:57:22 +08:00
chenjianxing
bb3bd09b93
esp_phy: update esp32c2 phy lib to fix some issues
...
1. improve Wi-Fi rx 11b pkts for AC-DC power supply modules.
2. fix Wi-Fi disconnect in low temperature.
3. fix RTC_SW_CPU_RST occur in Wi-Fi start and stop process.
2023-07-06 17:09:09 +08:00
cjin
30a67ed72c
btbb: support register retention in esp32c6
2023-07-04 12:09:22 +08:00
cjin
1eb43094c5
phy: update phy enable/disable for h2 light sleep
2023-07-03 11:45:16 +08:00
cjin
06c6281add
ble: support esp32h2 modem clock selection
2023-07-03 11:45:16 +08:00
zwl
50d30f7ff1
esp_phy:Update phy lib for ESP32-C2
2023-06-05 16:49:48 +08:00
zhangwenxu
d9e289a5fb
esp_phy: updating lib phy to adapt the voltage changes
2023-05-24 10:35:39 +08:00
Jiang Jiang Jian
8cecbafe18
Merge branch 'bugfix/close_phy_tsens_before_sleep_v5.1' into 'release/v5.1'
...
sleep: fix deepsleep current leakage caused by phy_tsens (backport v5.1)
See merge request espressif/esp-idf!23843
2023-05-19 20:29:22 +08:00
wuzhenghui
fc5fe1132a
bugfix: close phy_tsens before deepsleep
2023-05-19 11:04:17 +08:00