Jin Chen
3f09e6d186
feat(ble): allow a larger sca limit on ESP32-H2
...
(cherry picked from commit abfc2d766e )
Co-authored-by: cjin <jinchen@espressif.com >
2025-10-20 10:19:15 +08:00
Jin Chen
854708d59f
feat(ble): allow a larger sca limit on ESP32-C6
...
(cherry picked from commit b3c608f2cf )
Co-authored-by: cjin <jinchen@espressif.com >
2025-10-20 10:19:15 +08:00
Jin Chen
e266f8a9e2
feat(ble): allow a larger sca limit on ESP32-C2
...
(cherry picked from commit 9ecf67b230 )
Co-authored-by: cjin <jinchen@espressif.com >
2025-10-20 10:19:15 +08:00
Island
355a225ac6
Merge branch 'feat/esp32c2_add_get_used_heap_size_v5.3' into 'release/v5.3'
...
Feat/esp32c2 add get used heap size (v5.3)
See merge request espressif/esp-idf!42618
2025-10-16 19:48:18 +08:00
Island
1301145ea1
Merge branch 'bugfix/fix_ble_deinit_crash_v5.3' into 'release/v5.3'
...
fix(ble/bluedroid): prevent crash when deinit/disable host during scan (v5.3)
See merge request espressif/esp-idf!42598
2025-10-16 19:45:39 +08:00
Shu Chen
e35ed102f3
Merge branch 'fix/fix_openthread_cli_v5.3' into 'release/v5.3'
...
fix(openthread): check if the command is valid before calling the input function (v5.3)
See merge request espressif/esp-idf!42413
2025-10-16 09:30:03 +00:00
Shu Chen
2b1432f0a3
Merge branch 'fix/fix_usb_ot_rcp_send_v5.3' into 'release/v5.3'
...
fix(openthread): resolve the RCP data transmission issue over USB Serial JTAG (v5.3)
See merge request espressif/esp-idf!42409
2025-10-16 09:26:45 +00:00
Island
38456c8e87
Merge branch 'feat/ble_log_v2_with_log_compression_v5.3' into 'release/v5.3'
...
Feat/ble log v2 with log compression (v5.3)
See merge request espressif/esp-idf!41897
2025-10-16 11:34:58 +08:00
Zhao Wei Liang
508b120796
feat(ble): change free api on ESP32-C6
...
(cherry picked from commit 034172154a )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-10-16 10:10:49 +08:00
Zhao Wei Liang
3d2d6cf4cb
feat(ble): change free api on ESP32-C2
...
(cherry picked from commit e18972e94e )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-10-16 10:10:46 +08:00
Zhao Wei Liang
c1cf60d03f
feat(ble): add get used mem api
...
(cherry picked from commit 149f6c56b3 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-10-16 10:10:44 +08:00
luoxu
1d13b38d42
feat(ble): Support ble log compression(draft)
2025-10-15 16:55:11 +08:00
Xu Si Yu
8fd9e38652
fix(openthread): resolve the RCP data transmission issue over USB Serial JTAG
2025-10-15 15:30:26 +08:00
Rahul Tank
a5f33770af
Merge branch 'feat/channel_sounding_nimble_v5.3' into 'release/v5.3'
...
feat(nimble): Add initial support for CS HCI (v5.3)
See merge request espressif/esp-idf!42280
2025-10-15 12:47:08 +05:30
Jiang Jiang Jian
5613712f77
Merge branch 'fix/fix_32k_config_revoke_breaks_io_holding_v5.3' into 'release/v5.3'
...
fix(esp_system): fix ext 32k io revoking breaks sleep io holding (v5.3)
See merge request espressif/esp-idf!42497
2025-10-15 10:33:02 +08:00
Zhang Hai Peng
bd464da6c6
fix(ble/bluedroid): prevent crash when deinit/disable host during scan
...
Crash occurs if the BLE host is deinitialized or disabled while scanning is still active.
This usage is not recommended.
(cherry picked from commit ca2c78f53e )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2025-10-14 21:53:36 +08:00
Zhang Hai Peng
8fe332539a
fix(ble/bluedroid): Fixed resolve adv data crash if host deinitialized or disabled
...
(cherry picked from commit 7ce921ed95 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2025-10-14 21:53:33 +08:00
Rahul Tank
f7d0a08341
fix(nimble): Added CS service support
2025-10-14 16:43:06 +05:30
Jiang Jiang Jian
93a2cf5b65
Merge branch 'bugfix/cleanup_ctr_drbg_v5.3' into 'release/v5.3'
...
wpa_supplicant: Replace use of mbedtls_ctr_drbg with esp_mbedtls_random() (v5.3)
See merge request espressif/esp-idf!42378
2025-10-14 16:19:36 +08:00
Jiang Jiang Jian
0b672e86b3
Merge branch 'fix/incorrect_assert_in_acl_data_process_v5.3' into 'release/v5.3'
...
fix(bt): avoid asserting when previous data hasn't finished transmitting(backport v5.3)
See merge request espressif/esp-idf!42569
2025-10-14 15:44:41 +08:00
Rahul Tank
05f678344c
feat(nimble): Base support for Channel sounding HCI command and events
2025-10-14 12:26:07 +05:30
Rahul Tank
36f805a200
Merge branch 'bugfix/use_nimble_mem_apis_v5.3' into 'release/v5.3'
...
fix(nimble): Use nimble platform mem malloc / free APIs (v5.3)
See merge request espressif/esp-idf!42289
2025-10-14 11:50:16 +05:30
Xu Si Yu
2c7c7d7645
fix(openthread): check if the command is valid before calling the input function
2025-10-14 14:17:48 +08:00
Jiang Jiang Jian
831419ad78
Merge branch 'bugfix/roam_app_neighbor_crash_v5.3' into 'release/v5.3'
...
fix(wifi_apps): Fix crash due to neighbor_list lock (v5.3)
See merge request espressif/esp-idf!42504
2025-10-14 14:04:39 +08:00
Jiang Jiang Jian
64d5553851
Merge branch 'bugfix/protect_sha_hal_api_call_v5.3' into 'release/v5.3'
...
fix(esp_wifi): skip call to esp_fast_psk() when hardware SHA is not supported (v5.3)
See merge request espressif/esp-idf!42545
2025-10-14 12:43:17 +08:00
Jiang Jiang Jian
c573076fd9
Merge branch 'bugfix/fix_bt_security_v5.3' into 'release/v5.3'
...
fix(bt/bluedroid): Fix the boundary conditions when checking EIR data (v5.3)
See merge request espressif/esp-idf!42450
2025-10-14 10:44:51 +08:00
Marius Vikhammer
cae1f22b13
Merge branch 'bugfix/pthread_sem_timeout_test_failure_v5.3' into 'release/v5.3'
...
test(pthread): fixed test-case overflow calc issue (v5.3)
See merge request espressif/esp-idf!42549
2025-10-14 09:53:55 +08:00
gongyantao
44fe7b6cee
fix(bt): avoid asserting when previous data hasn't finished transmitting
2025-10-14 09:23:48 +08:00
Jiang Jiang Jian
caaa4e561c
Merge branch 'feature/optimize_coex_schm_to_rodata_v5.3' into 'release/v5.3'
...
feat(coex): optimize coex schm to rodata
See merge request espressif/esp-idf!42453
2025-10-13 20:52:25 +08:00
Jiang Jiang Jian
b16a225024
Merge branch 'bugfix/sae_identifier_nvs_v5.3' into 'release/v5.3'
...
fix(esp_wifi): Set default nvs value for sae identifier to NULL v5.3
See merge request espressif/esp-idf!42326
2025-10-13 20:25:20 +08:00
morris
4287a3b4db
Merge branch 'fix/mcpwm_prescale_regression_v5.3' into 'release/v5.3'
...
fix(mcpwm): fix division by zero error in prescale (v5.3)
See merge request espressif/esp-idf!42422
2025-10-13 15:39:12 +08:00
morris
67e70d62e7
Merge branch 'fix/emac_test_tmo_v5.3' into 'release/v5.3'
...
fix(ci): increased timeout for ethernet_int_emac_test (v5.3)
See merge request espressif/esp-idf!42384
2025-10-13 15:03:24 +08:00
Marius Vikhammer
48cea027ef
test(pthread): fixed test-case overflow calc issue
2025-10-13 15:01:34 +08:00
Rahul Tank
94e8410eee
fix(nimble): Use nimble platform mem malloc / free APIs
2025-10-13 12:23:28 +05:30
Island
6f0cb955dd
Merge branch 'fix/ble_log_acl_data_copy_v5.3' into 'release/v5.3'
...
fix(ble): copy acl data by omdata buffer copy (v5.3)
See merge request espressif/esp-idf!42524
2025-10-13 14:26:40 +08:00
Kapil Gupta
916f742243
fix(esp_wifi): skip call to esp_fast_psk() when hardware SHA is not supported
2025-10-13 11:28:35 +05:30
yangfeng
d94d3e67ca
fix(bt/bluedroid): Fix the boundary conditions when checking EIR data
2025-10-13 11:58:51 +08:00
morris
ea40e65630
Merge branch 'fix/usj_ci_v5.3' into 'release/v5.3'
...
test(usj): Fix no find the symbol on no usj esp target (backport v5.3)
See merge request espressif/esp-idf!42520
2025-10-13 10:54:37 +08:00
Jiang Jiang Jian
7b3f1e0251
Merge branch 'bugfix/several_esp32_bugs_v5.3' into 'release/v5.3'
...
Bugfix/several esp32 bugs (v5.3)
See merge request espressif/esp-idf!42244
2025-10-13 10:46:33 +08:00
Jiang Jiang Jian
c81c08c1a0
Merge branch 'bugfix/fix_some_bt_bugs_v5.3' into 'release/v5.3'
...
fix(bt): fix some bluetooth bugs (v5.3)
See merge request espressif/esp-idf!42470
2025-10-13 10:43:03 +08:00
Zhou Xiao
385661ad11
fix(ble): copy acl data by omdata buffer copy
...
(cherry picked from commit 322eb33f0d )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-10-13 09:13:42 +08:00
C.S.M
adb198fcd0
test(usj): Fix no find the symbol on no usj esp target
2025-10-11 18:34:27 +08:00
Shreyas Sheth
17be5f1a46
fix(wifi_apps): Fix crash due to neighbor_list lock
2025-10-10 19:59:29 +05:30
wuzhenghui
7eb6e53250
fix(esp_system): fix ext 32k io revoking breaks sleep io holding
2025-10-10 20:24:30 +08:00
C.S.M
331921744b
fix(i2c): Make i2c nack log as debug level
2025-10-10 18:38:56 +08:00
linruihao
b4cb904099
fix(bt): fix btbb may not reinit when coex with wifi
...
Closes https://github.com/espressif/esp-idf/issues/15841
2025-10-10 14:36:09 +08:00
liuning
660498a619
feat(coex): optimize coex schm to rodata
2025-10-10 09:56:31 +08:00
Rahul Tank
4297653aab
Merge branch 'bugfix/fix_os_mbuf_dup_v5.3' into 'release/v5.3'
...
fix(nimble): Address mbuf from different chains traversal during copying (v5.3)
See merge request espressif/esp-idf!42368
2025-10-09 21:10:16 +05:30
Chen Jichang
a282c20b6a
fix(mcpwm): fix division by zero error in prescale
...
Closes https://github.com/espressif/esp-idf/issues/17665
2025-10-09 16:06:07 +08:00
Shreyas Sheth
ed3ea93452
fix(esp_wifi): Set default nvs value for sae identifier to NULL
2025-10-09 13:57:25 +08:00