Island
284f3929e3
Merge branch 'feat/support_blufi_adv_with_name_v5.3' into 'release/v5.3'
...
feat(bt/blufi): Support Blufi start advertising with specified name (v5.3)
See merge request espressif/esp-idf!41336
2025-08-20 10:38:01 +08:00
Island
c56e1c2882
Merge branch 'bugfix/fix_some_ble_bugs_250628_cjh_esp32_v5.3' into 'release/v5.3'
...
Fixed some BLE bugs 250628 on esp32(d9a3de0) (v5.3)
See merge request espressif/esp-idf!40796
2025-08-20 10:37:44 +08:00
Mahavir Jain
9c39ac3781
Merge branch 'feat/add_new_client_state_and_update_state_flow_v5.3' into 'release/v5.3'
...
feat(esp_http_client): added new HTTP state HTTP_STATE_CONNECTING and change state flow (v5.3)
See merge request espressif/esp-idf!41278
2025-08-19 20:11:04 +05:30
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
Mahavir Jain
f6d764dafb
Merge branch 'fix/update_postman_root_certificate_v5.3' into 'release/v5.3'
...
Updated postman root certificate (v5.3)
See merge request espressif/esp-idf!41053
2025-08-19 20:09:44 +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
Roland Dobai
c938c584f2
Merge branch 'feat/ide_requirements_v5.3' into 'release/v5.3'
...
feat(tools/requirements): Add IDE requirements files (v5.3)
See merge request espressif/esp-idf!40942
2025-08-19 16:01:05 +02:00
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
Aditya Patwardhan
d4e81db5f9
Merge branch 'update/version_5_3_4' into 'release/v5.3'
...
Update version to 5.3.4
See merge request espressif/esp-idf!41210
2025-08-18 18:57:57 +05:30
Chen Jian Hua
982c84d0fa
feat(bt/blufi): Support Blufi start advertising with specified name
...
(cherry picked from commit ea8bcdc360
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2025-08-18 14:54:47 +08:00
Chen Jian Hua
b1ee1df6ae
feat(ble/bluedroid): Added BLE multiple connections examples
...
(cherry picked from commit b8996f3953
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2025-08-18 14:13:10 +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
v5.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
nilesh.kale
092c48d144
feat(esp_http_client): avoid dispatching of spurious event while closing closes connection
...
This commit updated the client closing condition to avoid spurious
dispatching of event HTTP_EVENT_DISCONNECTED while closing closeed connection.
Closes https://github.com/espressif/esp-idf/issues/16070
2025-08-14 17:07:16 +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
Aditya Patwardhan
0e2511d3b4
Merge branch 'bugfix/fix_es7210_example_dependency_breaking_change_v5.3' into 'release/v5.3'
...
fix(i2s_es7210): fixed breaking change of dependency migration (v5.3)
See merge request espressif/esp-idf!41044
2025-08-13 19:14:51 +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
Jiang Jiang Jian
bea47a18d7
Merge branch 'bugfix/wifibug-1373' into 'release/v5.3'
...
backport v5.3: add hal interface to configure pau regdma wait timeout parameter
See merge request espressif/esp-idf!41079
2025-08-08 19:48:20 +08:00
Li Shuai
08c146b2ab
change(hal): add hal interface to configure pau regdma wait timeout parameter
2025-08-06 19:42:35 +08:00
hrushikesh.bhosale
b5a0b07291
fix(esp_http_client): Moved httpd_async request from cert_pem to crt_bundle
...
Moved the httpd_async request from cert_pem to esp_crt_bundle. As cert_pem
is alredy tested for howmyssl URL
2025-08-06 11:40:32 +05:30
zhanghaipeng
1ee0dbb521
fix(bt/ble): Update esp32 libbtdm_app.a (722c907a)
...
- Fixed bt hci event was not report to host when hci command was sent
2025-08-05 16:43:49 +08:00
chenjianhua
9ff9410674
fix(bt): Update bt lib for ESP32(d9a3de0)
...
- Support BLE vendor HCI related params reset
- Support multi conn optimization vendor hci command
- Fixed the issue where rssi of conn is incorrect when latency is no zero
- Fixed prio setting for BLE events
- Fixed disconnection issue when coexisting with other BLE events
- Fixed crash due to bandwidth full when updating conn params
2025-08-05 16:43:24 +08:00
laokaiyao
70583758a8
fix(i2s_es7210): fixed breaking change of dependency migration
2025-08-05 11:24:31 +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
Jiang Jiang Jian
5a0dabc4da
Merge branch 'fix/c6_phylib_for_modem_state_v5.3' into 'release/v5.3'
...
fix(esp_phy): fix c6 modem state (v5.3)
See merge request espressif/esp-idf!40870
2025-08-01 21:07:06 +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
Peter Dragun
cbec2534e4
feat(tools/requirements): Add IDE requirements files
2025-07-31 12:06:18 +02: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
Marius Vikhammer
5633354455
Merge branch 'fix/undefined-macro-usb-cdc' into 'release/v5.3'
...
fix(usb_cdc): Remove undefined macro USB_CDC_LOCAL_FD
See merge request espressif/esp-idf!40473
2025-07-25 10:18:27 +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