Wang Ning
872f0cd202
Merge branch 'docs/update_code_owner_for_doc_tools' into 'master'
...
docs: update codeowners for doc tools
See merge request espressif/esp-idf!44563
2025-12-25 15:38:24 +08:00
C.S.M
f0912e8832
Merge branch 'refactor/split_bod_hal' into 'master'
...
refactor(bod): Move bod hal to pmu hal component
Closes IDF-14104
See merge request espressif/esp-idf!44503
2025-12-25 15:37:54 +08:00
Wang Ning
3206f3ebda
docs: update codeowners for doc tools
2025-12-25 15:32:48 +08:00
Wang Ning
7a5e76bff6
Merge branch 'docs/add_back_stable_version_link' into 'master'
...
docs: add back stable version link to index
Closes DOC-13356
See merge request espressif/esp-idf!44521
2025-12-25 15:27:52 +08:00
Wang Ning
88a87f55d4
docs: add back stable version link to index
2025-12-25 14:31:29 +08:00
Wu Zheng Hui
59fa9f7430
Merge branch 'feat/support_configurable_behavior_for_sleep_console' into 'master'
...
feat(esp_hw_support): Support configurable console uart behavior before sleep
Closes PM-396
See merge request espressif/esp-idf!38409
2025-12-25 12:31:35 +08:00
Jiang Jiang Jian
663779133e
Merge branch 'refactor/remove_redundant_var_related_to_bandwidth' into 'master'
...
refactor(wifi): remove enum values WIFI_BW_HT20 and WIFI_BW_HT40
See merge request espressif/esp-idf!43152
2025-12-25 12:01:37 +08:00
morris
cd164a9450
Merge branch 'refactor/remove_efuse_hal_get_chip_revision' into 'master'
...
refactor(hal): remove efuse_hal_get_chip_revision function declaration
See merge request espressif/esp-idf!44504
2025-12-25 11:54:57 +08:00
Chen Chen
d51d2d9335
Merge branch 'bugfix/fix_isp_awb_for_p4_eco4' into 'master'
...
fix(esp_driver_isp): Fix AWB subwindown compatibility for ESP32-P4 ECO4
Closes IDF-15043
See merge request espressif/esp-idf!44547
2025-12-25 11:27:10 +08:00
Alexey Lapshin
16fc242c23
Merge branch 'fix/picolibc_psram_issue' into 'master'
...
fix(picolibc): add psram fix for libc functions
Closes IDF-15015
See merge request espressif/esp-idf!44520
2025-12-25 07:12:59 +04:00
Dong Heng
fc54fdf8e1
fix(esp_driver_isp): Fix AWB subwindown compatibility for ESP32-P4 ECO4
2025-12-25 09:50:22 +08:00
Armando (Dou Yiwen)
5b896f1d70
Merge branch 'fix/fix_cache_sync_ops_multi_call_issue' into 'master'
...
cache: fixed cache sync ops concurrent call issue
Closes IDFGH-16970
See merge request espressif/esp-idf!44425
2025-12-25 01:38:56 +00:00
Sudeep Mohanty
96c9e203c6
Merge branch 'fix/buildv2_produces_larger_binaries' into 'master'
...
Fix the order of project initialization in cmakev2
See merge request espressif/esp-idf!44496
2025-12-25 02:36:07 +01:00
C.S.M
f447fcdf98
refactor(bod): Move bod hal to pmu hal component
2025-12-24 19:23:15 +08:00
He Binglin
48662a0456
Merge branch 'feat/esp_idf_esp32h4_clockout' into 'master'
...
feat(esp_hw_support): support clock output in esp32h4 mp
Closes IDF-12361
See merge request espressif/esp-idf!44294
2025-12-24 17:44:58 +08:00
Shu Chen
bf50886ee4
Merge branch 'feat/update_ot_a12ff0d0f' into 'master'
...
feat(openthread): update OT upstream to a12ff0d0f
See merge request espressif/esp-idf!44464
2025-12-24 08:26:27 +00:00
Zhang Wen Xu
5a03798fcf
Merge branch 'feat/remove_154_tx_pending' into 'master'
...
feat(802.15.4): remove tx pending feature
Closes TZ-2080
See merge request espressif/esp-idf!44397
2025-12-24 08:24:30 +00:00
Rahul Tank
fbc5acb78b
Merge branch 'fix/gatt_caching_clean_api_malloc_error' into 'master'
...
fix(nimble): Modify GATT data storage structure in NVS during caching
Closes BLERP-2296
See merge request espressif/esp-idf!42232
2025-12-24 12:25:00 +05:30
Wu Zheng Hui
429c29be1c
Merge branch 'fix/fix_pm_lock_statistics_case' into 'master'
...
fix(esp_pm): prevent RTOS lock interference in PM lock statistics test on multicore
Closes IDFCI-7257
See merge request espressif/esp-idf!44393
2025-12-24 14:29:45 +08:00
Alexey Lapshin
1684eeb60f
fix(picolibc): add psram fix for libc functions
2025-12-24 13:28:44 +07:00
Armando (Dou Yiwen)
7d9ff057b8
Merge branch 'fix/fix_sdmmc_doc' into 'master'
...
sdmmc: fixed header structure not shown in doc issue
See merge request espressif/esp-idf!44448
2025-12-24 06:19:16 +00:00
yinqingzhao
a6b2eb6ad0
refactor(wifi): remove enum values WIFI_BW_HT20 and WIFI_BW_HT40
2025-12-24 14:11:52 +08:00
Wu Zheng Hui
f8a21b0fc5
Merge branch 'fix/fix_cnnt_top_dependency' into 'master'
...
fix(esp_hw_support): fix TOP domain to CNNT domian dependency
Closes PM-631
See merge request espressif/esp-idf!44309
2025-12-24 14:06:25 +08:00
Aditya Patwardhan
651fc31763
Merge branch 'test/sb_app_api_verify' into 'master'
...
test(ota): Add tests for verifying app build's SBv2 ECDSA signature verify APIs
See merge request espressif/esp-idf!44281
2025-12-24 09:40:39 +05:30
morris
1b055b82d7
refactor(hal): remove efuse_hal_get_chip_revision function declaration
2025-12-24 11:51:31 +08:00
Island
d09bda1f93
Merge branch 'feat/ble_log_xor_checksum' into 'master'
...
feat(ble): added xor checksum for integrity check performance optimization
Closes BLERP-2473
See merge request espressif/esp-idf!44423
2025-12-24 11:11:26 +08:00
Jiang Jiang Jian
7df4a82062
Merge branch 'bugfix/fix_crash_issue_when_send_espnow_data_in_he_phymode' into 'master'
...
fix(wifi): fixed the crash issue when send espnow data in HE phymode
Closes WIFIBUG-1644
See merge request espressif/esp-idf!44474
2025-12-24 10:55:17 +08:00
hebinglin
7cba4c8c4c
feat(esp_hw_support): support clock output in esp32h4 mp
2025-12-24 10:50:34 +08:00
armando
f8135a43cb
fix(cache): fixed cache sync ops concurrent call issue
...
Closes https://github.com/espressif/esp-idf/issues/18023
2025-12-24 01:12:47 +00:00
harshal.patil
60637470c2
test(ota): Add tests for verifying app build's SBv2 ECDSA signature verify APIs
2025-12-23 23:24:46 +05:30
Sudeep Mohanty
a65c83264f
Merge branch 'fix/freertos_tick_hook_test' into 'master'
...
fix(freertos): Added stability fixes to tick hook test
Closes IDFCI-7671, IDFCI-7672, IDFCI-7679, and IDFCI-7680
See merge request espressif/esp-idf!44402
2025-12-23 17:52:28 +01:00
Astha Verma
bb6cb452b2
fix(nimble): Modify GATT data storage structure in NVS during gatt caching
2025-12-23 21:21:53 +05:30
Rahul Tank
6a35469877
Merge branch 'feat/add_static_passkey' into 'master'
...
feat(nimble): Add support for static passkey
See merge request espressif/esp-idf!41726
2025-12-23 21:06:28 +05:30
Wang Ning
5aa4ba68d0
Merge branch 'docs/update_get_started_for_eim' into 'master'
...
Docs: Update Get Started for EIM
Closes DOC-12744
See merge request espressif/esp-idf!43092
2025-12-23 22:29:08 +08:00
Wang Ning
9f10058395
Docs: Update Get Started for EIM
2025-12-23 22:29:08 +08:00
morris
95cdf17c13
Merge branch 'ci/pyparsing_update' into 'master'
...
ci: update api usage to avoid deprecation warnings
See merge request espressif/esp-idf!44476
2025-12-23 22:18:13 +08:00
Wu Zheng Hui
de6068006f
Merge branch 'refactor/independent_esp_hal_pmu' into 'master'
...
feat(hal): graduate pmu/rtc_cntl hal driver into a new component: esp_hal_pmu
Closes IDF-14110
See merge request espressif/esp-idf!44196
2025-12-23 22:05:48 +08:00
Sudeep Mohanty
ff2fac5581
fix(cmakev2): Remove redundant picolibc flags from project.cmake
...
This commit removes picolibc flags from project.cmake file since they
are added by the esp_libc component when project_include.cmake files are
evaluated.
2025-12-23 13:22:15 +01:00
Sudeep Mohanty
9855054929
fix(cmakev2): Fix the order of project initialization in cmakev2
...
This commit moves the project initialization by moving the
__init_project_configuration() after the sdkconfig is generated and
included. This is because __init_project_configuration() depends on
config options.
2025-12-23 13:20:24 +01:00
Tan Yan Quan
089d2410ab
feat(openthread): update OT upstream to a12ff0d0f
...
* esp-openthread: thread_zigbee/esp-openthread@77b4edfd8
* openthread: espressif/openthread@a12ff0d0f
* esp-idf: espressif/esp-idf@71bbb45fa
2025-12-23 11:19:05 +00:00
armando
3a50531dab
fix(sdmmc): fixed header structure not shown in doc issue
2025-12-23 18:47:42 +08:00
Xu Si Yu
a311c44ba0
feat(802.15.4): remove tx pending feature
2025-12-23 18:28:04 +08:00
Mahavir Jain
13fcd60e13
Merge branch 'bugfix/bug_bounty_ble_issue' into 'master'
...
fix(protocomm): Add security checks for buffer overflow and incorrect length handling
See merge request espressif/esp-idf!43920
2025-12-23 15:21:01 +05:30
morris
8714b80d14
Merge branch 'fix/dpi_video_timing_adjust' into 'master'
...
Enhance MIPI DSI video timing configuration
Closes IDF-11860
See merge request espressif/esp-idf!44243
2025-12-23 17:48:23 +08:00
Chen Chen
0a73a23784
ci: update api usage to avoid deprecation warnings
2025-12-23 16:55:11 +08:00
Sudeep Mohanty
5a847394f9
Merge branch 'fix/freertos_delete_block_tasks_test' into 'master'
...
test(freertos): Added stability fixes to the delete blocked tasks test
Closes IDFCI-3701, IDFCI-3718, IDFCI-4709, IDFCI-6443, and IDFCI-7544
See merge request espressif/esp-idf!44403
2025-12-23 09:41:54 +01:00
Sudeep Mohanty
4670eb31c6
Merge branch 'fix/freertos_suspen_resume_test_memory_leak' into 'master'
...
test(freertos): Fix race condition in suspend-resume tests
Closes IDFCI-4849, IDFCI-6992, IDFCI-7148, IDFCI-7167, IDFCI-7192, IDFCI-7267, IDFCI-7269, IDFCI-7281, and IDFCI-7533
See merge request espressif/esp-idf!44395
2025-12-23 09:36:05 +01:00
Xu Si Yu
71bbb45fa2
feat(openthread): add message pool deinitialization
2025-12-23 16:21:02 +08:00
Wang Meng Yang
a71649eab7
Merge branch 'change/remove_unused_marco_defines_for_rssi_limit' into 'master'
...
change(bt): Remove RSSI threshold-related macros
See merge request espressif/esp-idf!44434
2025-12-23 16:20:25 +08:00
zhangyanjiao
991cd3b4e8
fix(wifi): fixed the crash issue when send espnow data in HE phymode
2025-12-23 16:09:12 +08:00