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 |
|
liuning
|
bd0f9b8512
|
fix(phy): fix lp_bod reset if bt/i154 init phy before wifi
|
2023-05-18 20:57:57 +08:00 |
|
zhiweijian
|
9b73003628
|
Fix the bug that the iPhone disconnects immediately after connecting when BLE and wifi coexist
|
2023-05-16 17:54:06 +08:00 |
|
zhangwenxu
|
ea65b1fefb
|
esp_phy: remove esp32h4 phylib
|
2023-04-27 11:28:12 +08:00 |
|
laokaiyao
|
954a6a2cff
|
esp32h4: removed esp32h4 related codes
|
2023-04-26 18:53:12 +08:00 |
|
xuxiao
|
8438887cb4
|
esp_wifi: update phy_init_data.h for c6 mcs 8 9 power issue
|
2023-04-24 12:30:30 +08:00 |
|
Li Shuai
|
94ebda298a
|
fix the issue of failure of receiving beacons in modem state caused by enabling light sleep in wifi min/max modem sleep mode
|
2023-04-07 05:57:15 +00:00 |
|
zhangwenxu
|
32acc034e7
|
esp_phy: fix esp32h2 rx long term
|
2023-04-04 08:40:10 +00:00 |
|