33787 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
Tan Yan Quan
ff73977609 feat(openthread): update OT upstream to a12ff0d0f 2025-12-23 12:23:36 +08:00
Island
57cba39fb8 Merge branch 'feat/ble_log_v2_hci_log_support' into 'master'
Feat/ble log v2 hci log support

Closes BLERP-2478

See merge request espressif/esp-idf!44435
2025-12-23 11:53:52 +08:00
Zhou Xiao
2b9c7471d0 fix(ble): added null pointer check in ble log ts submodule 2025-12-23 11:12:20 +08:00
Zhou Xiao
d1d07eb60a fix(ble): added missed ts sync reset 2025-12-23 11:12:20 +08:00
Zhou Xiao
c604afa272 feat(ble): added xor checksum for integrity check performance optimization 2025-12-23 11:12:14 +08:00
Chen Ji Chang
4386356993 Merge branch 'fix/set_dma_incr_fail_on_p4eco5' into 'master'
fix(gdma): fix set dma burst size failure on p4 v3.0

See merge request espressif/esp-idf!44450
2025-12-23 10:35:34 +08:00
Rahul Tank
da026039ba feat(nimble): Add support for static passkey 2025-12-22 21:13:02 +05:30
morris
3c47e1509b fix(drivers): enlarge the default DMA burst size in peripheral drivers 2025-12-22 22:09:15 +08:00
morris
29560e6102 refactor(gdma): skip the null buffer in mount pre-check 2025-12-22 22:02:28 +08:00
Chen Jichang
e1348d074c fix(gdma): fix set dma burst size failure on p4 v3.0 2025-12-22 20:16:06 +08:00
Zhou Xiao
bb2b2d34ca feat(ble): supported ble log v2 hci log for Bluedroid host 2025-12-22 18:30:04 +08:00
Zhou Xiao
92eb5a34ae feat(ble): supported ble log v2 hci log for NimBLE host 2025-12-22 18:29:27 +08:00
Ondrej Kosta
c16c4abfda Merge branch 'fix/enable_p4v3_tests' into 'master'
fix(ci): re-enabled ESP32P4 tests on different HW vers

Closes ITOPS-204

See merge request espressif/esp-idf!44167
2025-12-22 16:10:41 +08:00