sibeibei
|
6da81c80c0
|
fix(wifi):fix modem state rx bcn failed when tbtt update, support modem state for coexist
|
2025-06-30 16:32:37 +08:00 |
|
liuning
|
40fe7efe33
|
fix(wifi): fix cant sleep if connection breaks during sending probe
|
2025-06-30 16:32:36 +08:00 |
|
linruihao
|
c61ca564d7
|
fix(coex): Fix ble disconnect when coexisting wifi on esp32c2
|
2025-06-23 15:30:29 +08:00 |
|
linruihao
|
16436f5cd5
|
feat(coex): implement BT coex timer event
|
2025-06-23 15:30:16 +08:00 |
|
Zhao Wei Liang
|
e98fd57bea
|
fix(ble): fixed assertion issue in connection state on ESP32C2-ECO4
(cherry picked from commit 83fd955f11 )
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-06-20 15:31:29 +08:00 |
|
Zhao Wei Liang
|
8807b30463
|
fix(ble): change ld file on ESP32-C2
(cherry picked from commit 6c5bff1bd8 )
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-06-09 11:04:11 +08:00 |
|
yinqingzhao
|
7bcbc483c6
|
fix(wifi): fix some wifi bugs
|
2025-05-26 16:43:59 +08:00 |
|
Shen Wei Long
|
8f2c00f18a
|
fix(ble): update ld file on ESP32-C2
(cherry picked from commit ee6607b489 )
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-05-08 14:54:01 +08:00 |
|
sibeibei
|
8fe39c57cc
|
fix: tsens read abnormal value in esp32c2eco4
|
2025-05-06 14:26:11 +08:00 |
|
akshat
|
199ec4c82b
|
feat(esp_wifi): Add DS parameter in probe requests from STA
Parse the DS IE to get intended channel when softAP rx request,
send probe response only if request is intended for the channel
|
2025-04-30 11:27:54 +05:30 |
|
Jiang Jiang Jian
|
181aeb8245
|
Merge branch 'bugfix/fix_scan_info_error_in_lr_only_mode_v5.3' into 'release/v5.3'
fix(wifi): Fixed the scan information error in LR only mode (v5.3)
See merge request espressif/esp-idf!37809
|
2025-04-24 10:39:56 +08:00 |
|
Jin Chen
|
e851ff6671
|
feat(ble): support ble sleep using 136 kHz RC on ESP32-C2
(cherry picked from commit 73f1084bf8 )
Co-authored-by: cjin <jinchen@espressif.com>
|
2025-04-22 19:05:35 +08:00 |
|
zhangyanjiao
|
63f167570d
|
fix(wifi): Fixed the scan information error when AP in LR only mode
|
2025-04-22 11:52:01 +08:00 |
|
Shen Weilong
|
af828cc8f5
|
fix(ble): fixed a heap assertion issue when enabling BLE for esp32c2 v2.0
|
2025-04-15 12:21:25 +08:00 |
|
Shen Weilong
|
7856fefea1
|
feat(ble/controller): Added memory boundary check for ESP32-C2
|
2025-04-15 12:20:31 +08:00 |
|
zwl
|
87838acaed
|
feat(ble): add enhanced connect function on ESP32-C2
|
2025-04-15 12:17:03 +08:00 |
|
Shen Wei Long
|
92ddd1cccb
|
feat(ble/controller): Deleted useless functions for ESP32-C6/H2/C2
|
2025-03-24 20:20:35 +08:00 |
|
yinqingzhao
|
79df1a8657
|
fix(sniffer): fix channel in rx_ctrl is zero when using sniffer
|
2025-03-07 15:24:49 +08:00 |
|
Zhou Xiao
|
7a1dab88e5
|
change(ble): update esp32c2 rom ld file
(cherry picked from commit e5feba6ed3 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-01-17 16:53:56 +08:00 |
|
Island
|
403a3e06c4
|
Merge branch 'change/ble_update_lib_20250103_v5.3' into 'release/v5.3'
change(ble): [AUTO_MR] 20250103 - Update ESP BLE Controller Lib (v5.3)
See merge request espressif/esp-idf!36372
|
2025-01-17 14:23:03 +08:00 |
|
Zhou Xiao
|
0a3068236c
|
fix(ble): fixed ld file for c2eco0 and c2eco4
(cherry picked from commit 937fe2a6e3 )
Co-authored-by: zhouxiao <zhouxiao@espressif.com>
|
2025-01-14 17:44:22 +08:00 |
|
liuning
|
5cb0e2e020
|
fix(wifi): fix double max active time, fix coex pwr period cant been updated by ps type set
|
2025-01-14 11:17:39 +08:00 |
|
Jiang Jiang Jian
|
ca961274f5
|
Merge branch 'feat/backport_some_feature_and_bugfix_v53' into 'release/v5.3'
Feat/backport some feature and bugfix v53
See merge request espressif/esp-idf!35925
|
2025-01-02 20:31:03 +08:00 |
|
Zhao Wei Liang
|
132f4b27e8
|
feat(ble): fixed some ble issues on ESP32-C2
(cherry picked from commit 5f9a3cdd1a )
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2024-12-24 15:21:29 +08:00 |
|
wangtao@espressif.com
|
e8f8bf2995
|
fix(wifi): fix esp32c2eco4 sta_rx_csa ld
|
2024-12-24 15:09:23 +08:00 |
|
Island
|
77d0629ae7
|
Merge branch 'feat/support_some_vendor_hci_for_qa_v5.3' into 'release/v5.3'
fix(ble): fixed the connect issue when rx error aa on ESP32-C2 (v5.3)
See merge request espressif/esp-idf!35646
|
2024-12-17 16:49:26 +08:00 |
|
Zhao Wei Liang
|
c119c9f6d7
|
fix(ble): fixed the connect issue when rx error aa on ESP32-C2
(cherry picked from commit 6b01a56e09 )
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2024-12-16 11:03:44 +08:00 |
|
wangtao@espressif.com
|
71c6360648
|
fix(wifi): fix esp32c2 ld issue
|
2024-12-12 14:55:33 +08:00 |
|
wangtao@espressif.com
|
fef3280356
|
fix(wifi): fix esp32c2eco4 wifi deinit crash issue
|
2024-12-10 14:35:16 +08:00 |
|
Jin Chen
|
cb9e8a3b31
|
fix(ble): change ld for ble scan coex issue
(cherry picked from commit dd499d7b2e )
Co-authored-by: cjin <jinchen@espressif.com>
|
2024-11-21 11:03:48 +08:00 |
|
Jin Chen
|
839007f0d9
|
fix(ble): fix ble light sleep error on esp32c2
(cherry picked from commit 23f7e33a97 )
Co-authored-by: cjin <jinchen@espressif.com>
|
2024-11-21 11:03:46 +08:00 |
|
Shen Weilong
|
6e4b35ac4a
|
feat(ble): Support for putting code in flash on ESP32-C2
|
2024-11-11 17:52:15 +08:00 |
|
wangtao@espressif.com
|
ac0bfa6769
|
fix(wifi): fix esp32s2 get ack rssi issue
|
2024-10-25 14:21:12 +08:00 |
|
wangtao@espressif.com
|
2b894fca0f
|
fix(wifi): fix ampdu to normal cause free buffer twice issue
|
2024-10-24 19:49:20 +08:00 |
|
liuning
|
d7d4dc7817
|
fix(coex): fix esp32c2/esp32c5/esp32c61 coexist memory leakage issue
|
2024-10-24 15:14:01 +08:00 |
|
liuning
|
36ff167161
|
feat(coex): optimize connectionless coexist pwr, optimize wifi pwr with bt idle
|
2024-10-24 15:10:20 +08:00 |
|
wangtao@espressif.com
|
de273130d1
|
fix(wifi): fix esp32c2 eco4 set conutry policy auto issue
|
2024-10-23 11:49:18 +08:00 |
|
wangtao@espressif.com
|
33b0dbf599
|
fix(wifi): fix esp32c2 eco4 ld
|
2024-10-22 17:05:13 +08:00 |
|
Jiang Guang Ming
|
fad9341c08
|
fix(esp_rom): Fixed esp32c2 rom eco1 mbedtls issues
|
2024-09-30 09:21:21 +08:00 |
|
Shen Weilong
|
2040eb646c
|
fix(ble): Fixed BLE initialization issue on ESP32-C2 eco4
|
2024-09-25 11:47:41 +08:00 |
|
Shen Wei Long
|
cd1ff31bba
|
change(ble): update c2 eco4 ld file
(cherry picked from commit 25189b190f )
Co-authored-by: Shen Weilong <shenweilong@espressif.com>
|
2024-09-20 12:53:37 +08:00 |
|
Jiang Guang Ming
|
05b9f85acc
|
feat(esp_rom): support esp32c2 rev2.0(ECO4) rom systimer hal
|
2024-09-18 19:21:45 +08:00 |
|
Jiang Guang Ming
|
da31e4beb4
|
feat(esp_rom): Add esp32c2.rom.eco4.ld
|
2024-09-18 19:21:35 +08:00 |
|
Jiang Guang Ming
|
0e80012fce
|
feat(esp_rom): update esp32c2.rom.mbedtls.eco4.ld
|
2024-09-10 09:47:22 +08:00 |
|
zwl
|
5509cda7ca
|
fix: fixed directed adv can't be conneted when adv filter is 0x2 on ESP32C2
|
2024-07-31 14:38:40 +08:00 |
|
Jiang Jiang Jian
|
50288969c2
|
Merge branch 'fix/backport_wifi_fixes_v5.3' into 'release/v5.3'
fix(wifi): backport some wifi fixes to v5.3
See merge request espressif/esp-idf!32291
|
2024-07-26 11:08:23 +08:00 |
|
muhaidong
|
20932eceaf
|
fix(wifi): annotate a rom function
|
2024-07-23 16:42:31 +08:00 |
|
zwl
|
1390711c27
|
feat(bluetooth/controller): adopting new HCI layer code on ESP32-C2
|
2024-07-17 19:32:22 +08:00 |
|
zwl
|
5a6b9fc1b2
|
fix(ble): fixed some ble controller issues on ESP32-C2
|
2024-07-17 19:32:22 +08:00 |
|
zwl
|
bbe96641b1
|
ble: fixed ble some issues on esp32c2
|
2024-05-31 17:13:31 +08:00 |
|