Commit Graph

195 Commits

Author SHA1 Message Date
Zhou Xiao
ca8a84a24e change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
(cherry picked from commit 09a3b29d01)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-09-23 15:08:04 +08:00
Zhao Wei Liang
17f23d9423 change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
(cherry picked from commit 32c3556c7a)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-09-22 11:35:24 +08:00
Zhao Wei Liang
32634c5ec5 change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
(cherry picked from commit 7f7c8e2c85)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-08-08 21:13:36 +08:00
muhaidong
c678cf9432 fix(wifi): fix open mode rx fragment fail issue 2025-08-06 16:33:43 +08:00
Jiang Jiang Jian
a96fb81744 Merge branch 'fix/wpa_eap_v1_192_bit_cert_v5.1' into 'release/v5.1'
Sending disconnect event in connect fail and add enterprise check 192 bit and some fixes for wpa_supplicant(v5.1)

See merge request espressif/esp-idf!41009
2025-08-04 15:00:01 +08:00
Jiang Jiang Jian
26307750da Merge branch 'bugfix/esp_flash_escape_checking_v5.1' into 'release/v5.1'
fix(esp_flash): fixed issue of escaping boundary check (v5.1)

See merge request espressif/esp-idf!40121
2025-08-04 14:30:27 +08:00
tarun.kumar
53e113f87a fix(softAP): Adjusted authentication mode for wpa-eap version 1 2025-08-02 10:35:17 +05:30
Jiang Jiang Jian
477099dd80 Merge branch 'fix/fix_esp32c2_eco4_ld_issue_v51' into 'release/v5.1'
fix(wifi): fix esp32c2 eco4 ld issue v51

See merge request espressif/esp-idf!40925
2025-08-01 10:31:34 +08:00
Island
ee97e0aa6b Merge branch 'change/ble_update_lib_20250728_v5.1' into 'release/v5.1'
change(ble): [AUTO_MR] 20250728 - Update ESP BLE Controller Lib (v5.1)

See merge request espressif/esp-idf!40908
2025-07-31 11:51:57 +08:00
wangtao@espressif.com
5f8cf8b598 fix(wifi): fix esp32c2 eco4 ld issue 2025-07-31 11:08:37 +08:00
Zhou Xiao
3b805b1af6 change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
(cherry picked from commit ac6acf3629)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-07-30 13:13:27 +08:00
tarun.kumar
b76b02264c fix(wifi): Made changes in api for sending bcast deauth frames 2025-07-28 11:54:29 +05:30
Xiao Xufeng
2b66f127fd fix(esp_flash): fixed issue of escaping boundary check
Also patched corresponding ROM functions
2025-07-28 14:10:06 +08:00
liuning
5e011dc827 fix(wifi): fix cant sleep if connection breaks during sending probe 2025-07-17 10:40:25 +08:00
sibeibei
34c922cf59 fix(wifi): rx bcn failed when sta off channel under modem state 2025-07-16 21:47:39 +08:00
sibeibei
ef8b1ab5c5 fix(wifi):fix modem state rx bcn failed when tbtt update, support modem state for coexist 2025-07-16 21:35:37 +08:00
Zhou Xiao
40a333b58f fix(ble): updated rom linker script for ESP32-C2
(cherry picked from commit f1838aeec1)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-07-09 13:13:40 +08:00
linruihao
c7a4f6b18f fix(coex): Fix ble disconnect when coexisting wifi on esp32c2 2025-07-08 11:14:01 +08:00
linruihao
ba3c32d53b feat(coex): implement BT coex timer event 2025-07-08 11:14:01 +08:00
Zhao Wei Liang
bfd8d024fd fix(ble): fixed occasional assert triggered during controller disable on ESP32-C2
(cherry picked from commit 7b1a7cc4c3)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-07-02 15:13:31 +08:00
Zhao Wei Liang
3c3a46a4c5 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:18 +08:00
Zhao Wei Liang
401c1cece9 fix(ble): change ld file on ESP32-C2
(cherry picked from commit 6c5bff1bd8)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-06-09 11:03:30 +08:00
yinqingzhao
2df8ae8488 fix(wifi): fix some wifi bugs 2025-05-26 17:51:32 +08:00
Shen Wei Long
9acfa0eea6 fix(ble): update ld file on ESP32-C2
(cherry picked from commit ee6607b489)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-05-08 14:53:34 +08:00
sibeibei
0f3c166d12 fix: tsens read abnormal value in esp32c2eco4 2025-05-06 14:32:53 +08:00
Jin Chen
603f9063a4 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:20 +08:00
Shen Weilong
6fb96ac2bd fix(ble): fixed a heap assertion issue when enabling BLE for esp32c2 v2.0 2025-04-03 08:58:17 +08:00
Jiang Jiang Jian
34449e9b03 Merge branch 'backport/backport_some_changes_to_v5.1' into 'release/v5.1'
fix(wifi): fix some wifi bugs(backport v5.1)

See merge request espressif/esp-idf!38015
2025-03-28 16:46:54 +08:00
yinqingzhao
2ed6bf6515 fix(wifi): fix some wifi bugs 2025-03-27 17:43:11 +08:00
Island
1f4106fcfe Merge branch 'feature/add_vendor_ble_cmd_definitions_5.1' into 'release/v5.1'
Feature/add vendor ble cmd definitions (v5.1)

See merge request espressif/esp-idf!37961
2025-03-27 17:15:00 +08:00
Jiang Jiang Jian
c6675c3f8f Merge branch 'bugfix/fix_scan_info_error_in_lr_only_mode_v5.1' into 'release/v5.1'
fix(wifi): Fixed the scan information error in LR only mode (v5.1)

See merge request espressif/esp-idf!37905
2025-03-26 21:33:26 +08:00
Shen Weilong
7819da8490 feat(ble/controller): Added memory boundary check for ESP32-C2 2025-03-25 15:39:04 +08:00
zhangyanjiao
ffcce755ab fix(wifi): Fixed the scan information error when AP in LR only mode 2025-03-19 19:17:01 +08:00
Zhou Xiao
ca33fdac08 feat(ble): add enhanced connect function on ESP32-C2
(cherry picked from commit 71cea01694)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-03-18 12:54:02 +08:00
Zhou Xiao
6d551bfc34 change(ble): update esp32c2 rom ld file
(cherry picked from commit e5feba6ed3)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-20 14:35:57 +08:00
Zhou Xiao
1a0f98b1ec 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:42:21 +08:00
liuning
3f6b44d3ef fix(wifi): fix double max active time, fix coex pwr period cant been updated by ps type set 2025-01-08 15:54:30 +08:00
wangtao@espressif.com
5d2338f201 fix(wifi): fix esp32c2eco4 sta_rx_csa ld 2025-01-03 14:22:40 +08:00
Zhao Wei Liang
95e2d76aba 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:01 +08:00
wangtao@espressif.com
776eee39d7 fix(wifi): fix esp32c2eco4 ld err 2024-12-19 10:59:33 +08:00
Zhao Wei Liang
4036633ee3 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:25 +08:00
wangtao@espressif.com
e9c2c6da81 feat(wifi): add protect for softap send no bss deauth releated code 2024-12-12 11:51:06 +08:00
Sarvesh Bodakhe
9584729322 fix(esp_wifi): Add some bugfixes and cleanup in softAP
1. Fix wrong reason code in 'WIFI_EVENT_AP_STADISCONNECTED' event
2. cleanup in softAP for disconnecting connected station
3. Update examples to display reason while processing WIFI_EVENT_AP_STADISCONNECTED event
2024-12-11 15:40:04 +05:30
wangtao@espressif.com
379a646390 fix(wifi): fix esp32c2eco4 wifi deinit crash issue 2024-12-03 15:56:21 +08:00
Jin Chen
27ece294bb fix(ble): change ld for ble scan coex issue
(cherry picked from commit dd499d7b2e)

Co-authored-by: cjin <jinchen@espressif.com>
2024-11-22 10:41:40 +08:00
Jin Chen
b7b9367b21 fix(ble): fix ble light sleep error on esp32c2
(cherry picked from commit 23f7e33a97)

Co-authored-by: cjin <jinchen@espressif.com>
2024-11-22 10:41:40 +08:00
liuning
aba5049808 fix(coex): fix esp32c2/esp32c5/esp32c61 coexist memory leakage issue 2024-11-18 14:17:18 +08:00
liuning
c4752d8e09 feat(coex): optimize connectionless coexist pwr, optimize wifi pwr with bt idle 2024-11-18 14:13:30 +08:00
Shen Weilong
4fff9f7cf7 feat(ble): Support for putting code in flash on ESP32-C2 2024-11-11 17:45:55 +08:00
wangtao@espressif.com
0afc589f3a fix(wifi): fix esp32c2 eco4 set conutry policy auto issue 2024-10-23 19:21:51 +08:00