Zhou Xiao
1d487f36bb
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:19 +08:00
morris
3f69b664c4
Merge branch 'bugfix/fix_csi_data_broken_v5.3' into 'release/v5.3'
...
fix(esp_driver_cam): fix MIPI-CSI RX data broken (v5.3)
See merge request espressif/esp-idf!44607
2025-12-29 10:20:05 +08:00
Shu Chen
c049d6961f
Merge branch 'feat/remove_154_tx_pending_v5.3' into 'release/v5.3'
...
feat(802.15.4): remove tx pending feature (v5.3)
See merge request espressif/esp-idf!44594
2025-12-29 01:50:46 +00:00
Dong Heng
8585955031
fix(esp_driver_cam): fix MIPI-CSI RX data broken
2025-12-26 17:02:28 +08:00
Zhang Wen Xu
cbb03b63a1
Merge branch 'feat/update_154_get_recent_rssi_v5.3' into 'release/v5.3'
...
feat(802.15.4): support get real time rssi (v5.3)
See merge request espressif/esp-idf!44373
2025-12-26 06:40:35 +00:00
Zhang Wen Xu
2011b19c64
Merge branch 'feat/update_ot_a12ff0d0f_v5.3' into 'release/v5.3'
...
feat(openthread): update OT upstream to a12ff0d0f (v5.3)
See merge request espressif/esp-idf!44535
2025-12-26 06:33:19 +00:00
Xu Si Yu
86ed4452f0
feat(802.15.4): remove tx pending feature
2025-12-26 14:27:03 +08:00
morris
08d0dadc14
Merge branch 'fix/fix_cache_sync_ops_multi_call_issue_v5.3' into 'release/v5.3'
...
cache: fixed cache sync ops concurrent call issue (v5.3)
See merge request espressif/esp-idf!44558
2025-12-26 10:52:25 +08:00
morris
e5ab6458ec
Merge branch 'bugfix/ppa_srm_stuck_on_dma_v5.3' into 'release/v5.3'
...
fix(ppa): fix potential SRM operation stuck on DMA issue (v5.3)
See merge request espressif/esp-idf!44337
2025-12-26 10:49:35 +08:00
Island
76ed11c2d3
Merge branch 'feat/ble_log_xor_checksum_v5.3' into 'release/v5.3'
...
feat(ble): added xor checksum for integrity check performance optimization (v5.3)
See merge request espressif/esp-idf!44538
2025-12-26 10:38:36 +08:00
armando
80a7d826b5
fix(cache): fixed cache sync ops concurrent call issue
...
Closes https://github.com/espressif/esp-idf/issues/18023
2025-12-25 10:01:08 +08:00
Marius Vikhammer
3faeb94681
Merge branch 'fix/freertos_delete_block_tasks_test_v5.3' into 'release/v5.3'
...
test(freertos): Added stability fixes to the delete blocked tasks test (v5.3)
See merge request espressif/esp-idf!44487
2025-12-25 09:34:20 +08:00
Marius Vikhammer
48d235514a
Merge branch 'fix/freertos_suspen_resume_test_memory_leak_v5.3' into 'release/v5.3'
...
test(freertos): Fix race condition in suspend-resume tests (v5.3)
See merge request espressif/esp-idf!44482
2025-12-25 09:33:36 +08:00
Zhou Xiao
692567b29e
feat(ble): supported ble log v2 hci log for Bluedroid host
2025-12-24 17:48:17 +08:00
Zhou Xiao
6609cff1d6
feat(ble): supported ble log v2 hci log for NimBLE host
2025-12-24 17:48:10 +08:00
Zhou Xiao
a1e8acd399
fix(ble): added null pointer check in ble log ts submodule
...
(cherry picked from commit 2b9c7471d0 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-12-24 17:04:59 +08:00
Zhou Xiao
514250a5ac
fix(ble): added missed ts sync reset
...
(cherry picked from commit d1d07eb60a )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-12-24 17:04:59 +08:00
Zhou Xiao
d4f59864e6
feat(ble): added xor checksum for integrity check performance optimization
...
(cherry picked from commit c604afa272 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-12-24 17:04:59 +08:00
Tan Yan Quan
51ec9b4f10
feat(openthread/lib): update thread-lib for upstream a12ff0d0f
...
* esp-openthread: thread_zigbee/esp-openthread@77b4edfd8
* openthread: espressif/openthread@a12ff0d0f
* esp-idf: espressif/esp-idf@c9940e744
2025-12-24 08:40:51 +00:00
Xu Si Yu
c9940e7440
feat(openthread): add message pool deinitialization
2025-12-24 16:33:09 +08:00
Tan Yan Quan
388d8d4141
feat(openthread): update OT upstream to a12ff0d0f
2025-12-24 16:33:08 +08:00
Rahul Tank
2c49a4fceb
Merge branch 'fix/gatt_caching_clean_api_malloc_error_v5.3' into 'release/v5.3'
...
fix(nimble): Modify GATT data storage structure in NVS during caching (v5.3)
See merge request espressif/esp-idf!42578
2025-12-24 12:28:05 +05:30
Song Ruo Jing
889fd88341
fix(ppa): fix potential SRM operation stuck on DMA issue
...
Apply a workaound to bypass macro block order function in PPA SRM
when specific conditions are met to avoid SRM operation getting stuck
2025-12-24 11:55:58 +08:00
Song Ruo Jing
0ce63c0a2b
fix(ppa): YUV444 cannot be a PPA SRM output color mode
2025-12-24 11:55:58 +08:00
Zhang Wen Xu
a7fb1f3c66
Merge branch 'feat/rcp_spinel_logs_v5.3' into 'release/v5.3'
...
feat(openthread): support RCP console debug via spinel (v5.3)
See merge request espressif/esp-idf!44158
2025-12-24 02:29:58 +00:00
Rahul Tank
932fdb5016
Merge branch 'bugfix/bug_bounty_ble_issue_v5.3' into 'release/v5.3'
...
fix(protocomm): Add security checks for buffer overflow and incorrect length handling (v5.3)
See merge request espressif/esp-idf!44298
2025-12-23 21:45:24 +05:30
Astha Verma
b7effbba55
fix(nimble): Modify GATT data storage structure in NVS during gatt caching
2025-12-23 21:25:21 +05:30
Rahul Tank
d2351793be
Merge branch 'feat/add_static_passkey_v5.3' into 'release/v5.3'
...
feat(nimble): Add support for static passkey (v5.3)
See merge request espressif/esp-idf!44444
2025-12-23 21:08:02 +05:30
morris
5d03ee3937
Merge branch 'contrib/github_pr_17945_v5.3' into 'release/v5.3'
...
fix(usb_serial_jtag_driver): tx_ring_buf not checked for successful allocation (backport v5.3)
See merge request espressif/esp-idf!44287
2025-12-23 22:42:19 +08:00
Sudeep Mohanty
bae891c944
test(freertos): Added stability fixes to the delete blocked tasks test
2025-12-23 09:45:28 +01:00
Sudeep Mohanty
84750ee205
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.
2025-12-23 09:39:50 +01:00
Rahul Tank
8eea019697
feat(nimble): Add support for static passkey
2025-12-22 21:17:50 +05:30
Island
825c0520f4
Merge branch 'fix/ble_mesh_trans_enh_seg_rpl_v5.3' into 'release/v5.3'
...
fix(ble_mesh): fixed incorrect rpl behavior in transport enh (v5.3)
See merge request espressif/esp-idf!44386
2025-12-22 14:29:19 +08:00
Rahul Tank
dba9a7dc01
fix(protocomm): Add security checks for buffer overflow and incorrect length handling
2025-12-21 11:52:04 +05:30
Island
70aae5f8a7
Merge branch 'fix/ble_log_v2_dual_core_iwt_v5.3' into 'release/v5.3'
...
fix(ble): added missed spin lock initialization (v5.3)
See merge request espressif/esp-idf!44379
2025-12-19 15:10:46 +08:00
Island
5dda1d0683
Merge branch 'feat/ble_mesh_dfu_supported_v5.3' into 'release/v5.3'
...
Feat/ble mesh dfu supported v5.3
See merge request espressif/esp-idf!44131
2025-12-19 14:39:47 +08:00
Alexey Gerenkov
ee26b93a30
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20251215_v5.3' into 'release/v5.3'
...
feat(tools): update openocd version to v0.12.0-esp32-20251215 (v5.3)
See merge request espressif/esp-idf!44313
2025-12-19 01:44:02 +08:00
Alexey Gerenkov
70cc54c8e6
Merge branch 'fix/clang_build_error_v5.3' into 'release/v5.3'
...
fix(xtensa): Fix clang assembler errors in STRUCT_AFIELD_A macro (v5.3)
See merge request espressif/esp-idf!44349
2025-12-18 18:03:51 +08:00
Luo Xu
e0373aa7d3
fix(ble_mesh): fixed incorrect rpl behavior in transport enh
...
(cherry picked from commit 29a722296f )
Co-authored-by: luoxu <luoxu@espressif.com >
2025-12-18 17:43:13 +08:00
Zhou Xiao
abfb109ba6
fix(ble): added missed spin lock initialization
...
(cherry picked from commit 069262e513 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-12-18 17:13:36 +08:00
zhuanghang
a70a4dcea5
feat(802.15.4): Update the 'ieee802154_get_recent_rssi' API to obtain real-time RSSI
2025-12-18 16:34:53 +08:00
luoxu
72cb630be9
feat(ble_mesh): dfd client/server supported
2025-12-18 16:27:53 +08:00
luoxu
1022421115
fix(bt): Fixed the issue of duplicate MAX macro definitions
2025-12-18 16:19:35 +08:00
luoxu
eb9f1a4677
feat(ble_mesh): Adapt DFU/MBT to esp-idf
2025-12-18 16:19:35 +08:00
luoxu
51bb57aff9
feat(ble_mesh): Device Firmware Update (Zephyr v4.0.0)
2025-12-18 16:19:35 +08:00
Island
2910e7de68
Merge branch 'bugfix/fix_bt_4205_v5.3' into 'release/v5.3'
...
Fixed BLE assert lld_con.c 1479 on ESP32-C3 and ESP32-S3(5106725) (v5.3)
See merge request espressif/esp-idf!44326
2025-12-18 11:29:52 +08:00
Island
87157acc06
Merge branch 'bugfix/fix_ble_security_issue_2025_v5.3' into 'release/v5.3'
...
Fix potential CVE-2024-0039 out-of-bounds write in attp_build_value_cmd (v5.3)
See merge request espressif/esp-idf!43805
2025-12-18 10:56:22 +08:00
Island
e007f5d694
Merge branch 'bugfix/fix_reconnect_failed_with_extend_adv_v5.3' into 'release/v5.3'
...
fix(ble/bluedroid): Fixed the issue that extend advertising might not restart if the connection fails (v5.3)
See merge request espressif/esp-idf!44249
2025-12-18 10:51:27 +08:00
Wang Meng Yang
23091038f2
Merge branch 'bugfix/l2c_fcr_clone_buf_v5.3' into 'release/v5.3'
...
fix(bt/bluedroid): fixed possible access to NULL in l2c_fcr_clone_buf
See merge request espressif/esp-idf!44265
2025-12-18 09:50:40 +08:00
Erhan Kurubas
b435c262a5
fix(xtensa): Fix clang assembler errors in STRUCT_AFIELD_A macro
2025-12-17 22:15:20 +01:00