Zhi Wei Jian
dd08f8ad73
feat(ble/bluedroid): reduce bluedroid host heap used for BLE
...
(cherry picked from commit 438590a1f5 )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2026-01-07 17:23:16 +08:00
Shu Chen
6f6af3f3f5
Merge branch 'fix/fix_an_ot_example_v5.2' into 'release/v5.2'
...
fix(openthread): remove the default netif configuration from the ot_br example (v5.2)
See merge request espressif/esp-idf!44730
2026-01-07 08:12:54 +00:00
Island
690cb1d098
Merge branch 'feat/support_fixed_id_for_ctrl_log_v5.2' into 'release/v5.2'
...
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(1bb2f50) (v5.2)
See merge request espressif/esp-idf!44777
2026-01-07 14:17:57 +08:00
Island
0b6b00b2f3
Merge branch 'feat/support_bluedroid_host_smp_with_psa_tinycrypt_v5.2' into 'release/v5.2'
...
Feat/support bluedroid host smp with psa tinycrypt v5.2
See merge request espressif/esp-idf!44837
2026-01-07 14:16:38 +08:00
morris
bfca0301b6
Merge branch 'bugfix/misconfiguration_sdkconfig_file_not_exist_v5.2' into 'release/v5.2'
...
add missing sdkconfig files in the driver test (v5.2)
See merge request espressif/esp-idf!44824
2026-01-07 14:04:02 +08:00
zhiweijian
b9a200f6b0
fix(ble/bluedroid): Replaced the psa_ api with the mbedtls_ api
2026-01-06 20:52:26 +08:00
zhiweijian
7548eab182
feat(ble/bluedroid): Support bluedroid encrypted advertising data
2026-01-06 20:52:16 +08:00
zhiweijian
8b8f04640b
feat(ble/bluedroid): Move the TinyCrypt and mbedTLS configuration items to the bt common path
2026-01-06 20:52:05 +08:00
zhiweijian
0ff50ee38a
feat(ble/bluedroid): Supported Bludroid host encryption using TinyCrypt
2026-01-06 20:51:54 +08:00
zhiweijian
9fc9abc6cb
feat(ble/bluedroid): Supported Bludroid host encryption using mbedtls
2026-01-06 20:51:43 +08:00
Roland Dobai
e53bc7a588
Merge branch 'change/readme_chip_support_v5.2' into 'release/v5.2'
...
Tools: Add auto-generated chip support table into the README (v5.2)
See merge request espressif/esp-idf!44808
2026-01-06 10:58:12 +01:00
morris
55b6f2df37
refactor(tests): add missing sdkconfig files in the driver test
2026-01-06 16:06:29 +08:00
Marius Vikhammer
90d1283165
Merge branch 'fix/freertos_suspen_resume_test_memory_leak_v5.2' into 'release/v5.2'
...
test(freertos): Fix race condition in suspend-resume tests (v5.2)
See merge request espressif/esp-idf!44800
2026-01-06 15:42:21 +08:00
Island
c3b7b52cd8
Merge branch 'fix/fix_some_bludedroid_host_bug_v5.2' into 'release/v5.2'
...
fix(ble/bluedroid): optimize bluedroid some code (v5.2)
See merge request espressif/esp-idf!44782
2026-01-06 14:19:36 +08:00
Island
ada5573086
Merge branch 'fix/add_esp_timer_trigger_back_v5.2' into 'release/v5.2'
...
fix(ble): add esp timer trigger back for timestamp synchronization (v5.2)
See merge request espressif/esp-idf!44690
2026-01-06 12:44:54 +08:00
Roland Dobai
a7331ae025
change(readme): Add auto-generated chip support table into the README
2026-01-05 16:42:30 +01:00
Sudeep Mohanty
05a9bc005a
test(freertos): Fix race condition in suspend-resume tests
...
This commit fixes a race condition in suspend-resume tests where in
a test task could escape deletion and result in a memory leak after test
completion.
2026-01-05 14:30:51 +01:00
Zhou Xiao
e6a2176987
fix(ble): fixed cache error risk in ble log module
2026-01-05 14:20:34 +08:00
Zhou Xiao
4ef76fcb76
feat(ble): provide isr dispatch method option for ble log ts
2026-01-05 14:20:28 +08:00
Island
61a63b6c00
Merge branch 'change/ble_update_lib_20251231_v5.2' into 'release/v5.2'
...
change(ble): [AUTO_MR] 20251231 - Update ESP BLE Controller Lib (v5.2)
See merge request espressif/esp-idf!44740
2026-01-05 10:25:25 +08:00
zhanghaipeng
dff8d209fe
fix(ble/bluedroid): Fix array index in set_periodic_adv_subevt_data
2026-01-05 10:23:38 +08:00
zhanghaipeng
eeb5a9be97
fix(ble/bluedroid): Remove duplicate filter_policy in ext_conn_v2 HCI cmd
2026-01-05 10:23:27 +08:00
zhanghaipeng
3731fbb697
fix(ble/bluedroid): Fix heap buffer overflow in BTC_GAP_BLE_SET_PA_SUBEVT_DATA deep copy
2026-01-05 10:23:17 +08:00
Zhi Wei Jian
c241d876b9
fix(ble/bluedroid): optimize bluedroid some code
...
(cherry picked from commit 6b09de6dbf )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2026-01-05 10:07:23 +08:00
Chen Jian Hua
ce1132e9fd
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(1bb2f50)
...
- Support fixed log id for log compression
- Support parsing log with synced timestamp
(cherry picked from commit 2ccf312373 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2026-01-05 09:33:16 +08:00
Rahul Tank
1400a83045
Merge branch 'feat/add_local_irk_command_v5.2' into 'release/v5.2'
...
feat(nimble): Support for getting the local IRK and Identity Address (v5.2)
See merge request espressif/esp-idf!44546
2026-01-04 17:24:26 +05:30
Island
8e19b0cc83
Merge branch 'change/ble_update_lib_20251229_v5.2' into 'release/v5.2'
...
change(ble): [AUTO_MR] 20251229 - Update ESP BLE Controller Lib (v5.2)
See merge request espressif/esp-idf!44670
2026-01-04 11:02:37 +08:00
Sumeet Singh
324dd2c1dc
feat(nimble): Support for getting the local IRK and Identity Address (v5.2)
2026-01-03 19:16:36 +05:30
Zhao Wei Liang
e15f5a0fb6
fix(ble): fixed build error on ESP32-C6
...
(cherry picked from commit a16a56fdbe )
Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com >
2025-12-31 21:13:25 +08:00
Zhao Wei Liang
bff5f0cd27
change(ble): [AUTO_MR] Update lib_esp32c6 to 2406161c
...
(cherry picked from commit fcec820e55 )
Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com >
2025-12-31 21:13:24 +08:00
Zhao Wei Liang
ae37dc885a
change(ble): [AUTO_MR] Update lib_esp32h2 to 2406161c
...
(cherry picked from commit a4fa41564c )
Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com >
2025-12-31 21:13:24 +08:00
Rahul Tank
fc9071bb9e
Merge branch 'bugfix/rebased_mem_optimization_v5.2' into 'release/v5.2'
...
fix(nimble): Memory optimization + dynamic memory support (v5.2)
See merge request espressif/esp-idf!44237
2025-12-31 16:25:37 +05:30
Xu Si Yu
a81a6cb2d9
fix(openthread): remove the default netif configuration from the ot_br example
2025-12-31 17:44:47 +08:00
Island
782b98e520
Merge branch 'feat/support_bluedroid_host_pawr_v5.2' into 'release/v5.2'
...
feat(ble/bluedroid): Add bluedroid host PAwR and Advertising Coding Selection features (backport v5.2)
See merge request espressif/esp-idf!44662
2025-12-31 11:40:06 +08:00
Zhang Wen Xu
ddd71082c5
Merge branch 'fix/remove_unused_ulp_for_otdp_v5.2' into 'release/v5.2'
...
fix(openthread): removed unused ulp configuration(v5.2)
See merge request espressif/esp-idf!44656
2025-12-31 01:53:12 +00:00
Zhang Wen Xu
8dee36a91c
Merge branch 'fix/ot_used_wrong_nvs_open_api_v5.2' into 'release/v5.2'
...
fix(openthread): open nvs from the configured partition (v5.2)
See merge request espressif/esp-idf!44030
2025-12-31 01:50:30 +00:00
Zhou Xiao
195cee4eff
fix(ble): add esp timer trigger back for timestamp synchronization
...
(cherry picked from commit d1a5804de9 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-12-30 17:13:37 +08:00
Zhou Xiao
0056659975
change(ble): [AUTO_MR] Update lib_esp32c2 to 9f051857
...
(cherry picked from commit 7ebf1c8d15 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-12-30 13:13:17 +08:00
zhiweijian
935cb8e577
fix(ble/bluedroid): Fixed CTE IQ sample data copy error
2025-12-30 11:39:42 +08:00
zhiweijian
1087e57c41
fix(ble/bluedroid): Optimize some bluedroid code
2025-12-30 11:39:32 +08:00
zhiweijian
a4cb849642
fix(ble/bluedroid): Fixed big event status error
2025-12-30 11:39:21 +08:00
zhiweijian
d559b73c81
feat(ble/bluedroid): support bluedroid host channel sounding feature
2025-12-30 11:39:12 +08:00
zhiweijian
a85f342917
feat(ble/bluedroid): Supported BLE bluedroid host pawr connection
2025-12-30 11:39:01 +08:00
zhiweijian
3d896737af
feat(ble/bluedroid): Support LE Security Levels Characteristic
2025-12-30 11:38:51 +08:00
zhiweijian
9b415c3ec2
feat(ble/bluedroid): Add bluedroid host Advertising Coding Selection feature
2025-12-30 11:38:41 +08:00
zhiweijian
31862fc529
feat(ble/bluedroid): Add bluedroid host PAwR feature
2025-12-30 11:38:31 +08:00
zwx
ab35f4f99e
fix(openthread): removed unused ulp configuration
2025-12-30 10:57:03 +08:00
Island
ef0c4d3b8d
Merge branch 'feat/ble_mesh_dfu_supported_v5.2' into 'release/v5.2'
...
Feat/ble mesh dfu supported v5.2
See merge request espressif/esp-idf!44130
2025-12-29 21:26:51 +08:00
Kapil Gupta
b83d092755
Merge branch 'bugfix/invalid_memory_access_supplicant_v5.2' into 'release/v5.2'
...
fix(esp_wifi): Fix some invalid memory access (v5.2)
See merge request espressif/esp-idf!44358
2025-12-29 11:35:40 +05:30
Shu Chen
9394023f56
Merge branch 'feat/remove_154_tx_pending_v5.2' into 'release/v5.2'
...
feat(802.15.4): remove tx pending feature (v5.2)
See merge request espressif/esp-idf!44595
2025-12-29 01:50:24 +00:00