Mahavir Jain
fc039573ac
Merge branch 'fix(esp_http_client)/fix_potential_double_free_v5.3' into 'release/v5.3'
...
fix(esp_http_client): fix possible double memory free (v5.3)
See merge request espressif/esp-idf!40979
2025-08-19 20:10:22 +05:30
Mahavir Jain
6efa12ce3e
Merge branch 'change/ecdsa_does_not_use_mpi_esp32h2_eco5_v5.3' into 'release/v5.3'
...
The ECDSA module of ESP32-H2 ECO5 does not use the MPI module (v5.3)
See merge request espressif/esp-idf!41220
2025-08-19 20:10:15 +05:30
Rahul Tank
b5801f95af
Merge branch 'fix/nimble_issues_12082025_v5.3' into 'release/v5.3'
...
fix(nimble): Fix few nimble issues 12082025 (v5.3)
See merge request espressif/esp-idf!41190
2025-08-19 20:05:50 +05:30
Island
371d3485f3
Merge branch 'feat/support_cble50y24_108_v5.3' into 'release/v5.3'
...
Support multi-connection optimization and examples on Bluedroid (v5.3)
See merge request espressif/esp-idf!41198
2025-08-19 21:10:55 +08:00
Wang Meng Yang
de0c550144
Merge branch 'feat/add_handl_in_sdp_evt_v5.3' into 'release/v5.3'
...
feat(bt): Add record_handle in ESP_SDP_REMOVE_RECORD_COMP_EVT(v5.3)
See merge request espressif/esp-idf!40720
2025-08-19 19:39:56 +08:00
Chen Jian Hua
259fa71721
feat(ble/bluedroid): Support multi-connection optimization vendor hci command
...
(cherry picked from commit f0cfb6e33c )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2025-08-18 14:10:27 +08:00
Chen Jian Hua
f3fcb3ea60
fix(ble/bluedroid): Fixed the connection count limit in multi-connection
...
(cherry picked from commit 437aba1653 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2025-08-18 14:10:27 +08:00
Chen Jian Hua
28e2e78e5e
fix(bt/bluedroid): adjust L2CAP round robin msg send strategy
...
(cherry picked from commit 2ccae5330e )
Co-authored-by: xuzhekai <xuzhekai@espressif.com >
2025-08-18 14:10:27 +08:00
Aditya Patwardhan
1b459d9c49
change(version): Update version to 5.3.4
2025-08-14 18:33:18 +05:30
Aditya Patwardhan
5276f0b443
Merge branch 'feature/support_ds_peripheral_rsa_decryption_v5.3' into 'release/v5.3'
...
feat(mbedtls): Add support for RSA decryption with DS peripheral (v5.3)
See merge request espressif/esp-idf!40451
2025-08-14 18:31:37 +05:30
harshal.patil
2bfecc9638
change(mbedtls/ecdsa): The ECDSA module of ESP32-H2 ECO5 does not use MPI module
2025-08-13 20:50:53 +05:30
Rahul Tank
ae0207aa40
fix(nimble): Add VSC for Set Scan Channel Bitmap
2025-08-12 15:26:06 +05:30
Astha Verma
55c4d6cf12
fix(nimble): Handle count correctly by considering offset.
2025-08-12 15:24:35 +05:30
Astha Verma
0706453717
fix(nimble): Updating the count parameter when fetching gatt db
2025-08-12 15:24:32 +05:30
Rahul Tank
d4bc0a8f74
fix(nimble): Added code under correct flags to fix compilation warnings
2025-08-12 15:23:36 +05:30
Sumeet Singh
fe36ae1830
fix(nimble): Clear GATT service entries counter upon GATT deinit (v5.3)
2025-08-12 15:22:43 +05:30
Rahul Tank
45b5eb2c26
fix(nimble): Fix compilation issues when gatt caching is enabled in server only mode
2025-08-12 15:22:02 +05:30
Li Shuai
08c146b2ab
change(hal): add hal interface to configure pau regdma wait timeout parameter
2025-08-06 19:42:35 +08:00
Jiang Jiang Jian
24bc87dbba
Merge branch 'bugfix/fix_bt_hci_not_effective_08_v5.3' into 'release/v5.3'
...
Fixed bt hci event was not report to host when hci command was sent(v5.3)
See merge request espressif/esp-idf!40998
2025-08-01 22:55:31 +08:00
Jiang Jiang Jian
911fda0743
Merge branch 'bugfix/fixed_ble_dtm_err_v5.3' into 'release/v5.3'
...
Bugfix/fixed ble dtm err (v5.3)
See merge request espressif/esp-idf!40953
2025-08-01 22:49:15 +08:00
zhanghaipeng
51fbec0a29
fix(bt/ble): Update esp32 libbtdm_app.a (65c26ad)
...
- Fixed bt hci event was not report to host when hci command was sent
2025-08-01 18:52:55 +08:00
Ashish Sharma
b7e4e1f514
fix(esp_http_client): fix possible double memory free
2025-08-01 15:10:03 +08:00
wangtao@espressif.com
644275f8ca
fix(phy): fix esp32c2 build issue
2025-08-01 11:24:57 +08:00
Zhao Wei Liang
ecf9e8ed7e
fix(ble): fixed dtm function error on ESP32-H2
...
(cherry picked from commit 43c82b3b20 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-08-01 10:20:26 +08:00
Zhao Wei Liang
50cc13d97b
fix(ble): fixed dtm function error on ESP32-C6
...
(cherry picked from commit ca0fdad4f2 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-08-01 10:20:23 +08:00
zwx
4f43ff7e79
fix(esp_phy): fix c6 modem state
2025-07-31 07:14:50 +00:00
Jiang Jiang Jian
8926bc489e
Merge branch 'bugfix/fix_ble_aa_check_v2_v5.3' into 'release/v5.3'
...
Optimize check Access Address when receive connection request PDU (v5.3)
See merge request espressif/esp-idf!40748
2025-07-30 10:59:12 +08:00
zhanghaipeng
e61aefeeba
fix(bt/ble): Update esp32 libbtdm_app.a (3a27e2e)
...
- Optimize check Access Address when receive connection request PDU
2025-07-29 15:38:33 +08:00
Jiang Jiang Jian
6045e49afd
Merge branch 'bugfix/fix_phy_test_crash_v5.3' into 'release/v5.3'
...
fix(PHY): Fixed phy test example crash (v5.3)
See merge request espressif/esp-idf!40756
2025-07-29 11:58:06 +08:00
Jiang Jiang Jian
8bbe5001d3
Merge branch 'bugfix/wpa_eap_v1_connect_issue_v5.3' into 'release/v5.3'
...
Adjusted authentication mode for wpa-eap version 1 and add some fixes for wpa_supplicant(release/v5.3)
See merge request espressif/esp-idf!40700
2025-07-29 11:46:52 +08:00
Zhi Wei Jian
16e2d33bed
fix(rf/example): Fixed phy test example crash
...
(cherry picked from commit e2e5d4915b )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2025-07-23 11:23:22 +08:00
Guillaume Souchere
f49f023b79
fix(usb_cdc): Remove undefined macro USB_CDC_LOCAL_FD
2025-07-21 12:34:53 +02:00
Kapil Gupta
1699544639
fix (esp_wifi): Set default akm as eap for non AKM APs
2025-07-21 11:28:02 +05:30
Kapil Gupta
d0bf6f54bd
fix(wpa_supplicant): Delay sending of EAP_START for EAP auth
2025-07-21 11:27:26 +05:30
tarun.kumar
3b8740860e
fix(softAP): Adjusted authentication mode for wpa-eap version 1
2025-07-21 11:26:32 +05:30
xiongweichao
f96817051f
feat(bt): Add record_handle in ESP_SDP_REMOVE_RECORD_COMP_EVT
2025-07-21 10:30:02 +08:00
Jiang Jiang Jian
a2ad5697df
Merge branch 'bugfix/fix_memory_leak_on_http_header_fetch_failure_v5.3' into 'release/v5.3'
...
fix(esp_http_client): free header in case of ESP_ERR_HTTP_FETCH_HEADER (v5.3)
See merge request espressif/esp-idf!40664
2025-07-19 09:10:57 +08:00
Jiang Jiang Jian
7be9480d3c
Merge branch 'fix/disconnect_sta_in_wps_start_v5.3' into 'release/v5.3'
...
fix(wifi): Disconnect station from previous AP in wps_start instead of wps_enable (Backport v5.3)
See merge request espressif/esp-idf!40645
2025-07-19 09:06:44 +08:00
Jiang Jiang Jian
2061f0c361
Merge branch 'feat/eap_method_limit_v5.3' into 'release/v5.3'
...
feat(esp_wifi): Add support to limit EAP methods (v5.3)
See merge request espressif/esp-idf!40504
2025-07-19 09:06:19 +08:00
Kapil Gupta
fc106b3dbd
fix(esp_wifi): Address review comments
2025-07-18 23:50:46 +08:00
Kapil Gupta
e47e4691b3
feat(esp_wifi): Add support to limit EAP methods
...
Added support to limit EAP method supported by device based on
user configuration.
2025-07-18 23:50:46 +08:00
Sarvesh Bodakhe
d7c76463f9
fix(wifi): Disconnect station in wps_start instead of wps_enable
...
Modifies changes from 784d4d63ef
2025-07-18 23:49:49 +08:00
wangtao@espressif.com
dfe0c15f90
fix(wifi): fix esp32c2 eco4 ld issue
2025-07-18 23:49:33 +08:00
muhaidong
e4d1588416
fix(wifi): fix pmksa cache expiration caused by sntp time synchronization issue
2025-07-18 23:49:33 +08:00
Jiang Jiang Jian
cb1f35027f
Merge branch 'bugfix/enable_ipv6_if_nan_v5.3' into 'release/v5.3'
...
bugfix(wifi): Enable IPv6 support via LWIP_IPV6 when WiFi Aware(NAN) is enabled (Backport v5.3)
See merge request espressif/esp-idf!40489
2025-07-18 20:14:42 +08:00
Jiang Jiang Jian
2138198e1a
Merge branch 'feat/add_timestamp_v5.3' into 'release/v5.3'
...
fix(nimble): Enhanced HCI logging by adding timestamp information (v5.3)
See merge request espressif/esp-idf!40635
2025-07-18 14:36:57 +08:00
Jiang Jiang Jian
103d5d14ef
Merge branch 'contrib/github_pr_15767_v5.3' into 'release/v5.3'
...
fix(esp_http_server): WebSocket frame parsing errors (GitHub PR) (v5.3)
See merge request espressif/esp-idf!40619
2025-07-18 14:35:47 +08:00
Jiang Jiang Jian
9d031f25fb
Merge branch 'bugfix/make_blufi_adv_custom_v5.3' into 'release/v5.3'
...
feat(nimble): Add a way to make blufi advertising customizable (v5.3)
See merge request espressif/esp-idf!40531
2025-07-18 14:33:01 +08:00
Ashish Sharma
6e28f15d67
fix(esp_http_client): fix memory leak in current_header_value buffer
...
Fixed memory leak in esp_http_client_cleanup() where current_header_value
buffer was not being freed when ESP_ERR_HTTP_FETCH_HEADER is returned
during header parsing failures.
2025-07-18 11:57:23 +08:00
Vincent Hamp
6421482fa1
fix(esp_http_server): WebSocket frame parsing errors
...
Fixes the Websocket frame pasring error, by making sure
that two bytes are read compulsary for length bytes 126.
Closes https://github.com/espressif/esp-idf/pull/15767
Closes https://github.com/espressif/esp-idf/issues/15235
2025-07-17 14:30:59 +05:30