Xu Si Yu
f798e08bc4
feat(802.15.4): add multipan pending table support
2026-01-28 14:18:04 +08:00
Xu Si Yu
220aa00979
feat(802.15.4): add SW data request detection
2026-01-28 12:16:05 +08:00
Jiang Jiang Jian
bbc82ab138
Merge branch 'bugfix/fix_vendor_ie_and_espnow_issues_v5.2' into 'release/v5.2'
...
fix vendor ie and espnow issues (v5.2)
See merge request espressif/esp-idf!45437
2026-01-28 10:34:03 +08:00
Jiang Jiang Jian
d0f5fc5c3a
Merge branch 'bugfix/wps_reg_crash_v5.2' into 'release/v5.2'
...
fix(wifi): Add check before allocating eapol sm (v5.2)
See merge request espressif/esp-idf!45251
2026-01-27 17:22:30 +08:00
Jiang Jiang Jian
7474618dfc
Merge branch 'feature/support_7.6.1_pvt_auto_dbias_v5.2' into 'release/v5.2'
...
feat(esp32c6): auto adjust LDO voltage using pvt function (v5.2)
See merge request espressif/esp-idf!44095
2026-01-27 17:16:25 +08:00
zhangyanjiao
b41dae1e43
fix(wifi): fixed the vendor ie length issue
2026-01-27 16:33:32 +08:00
zhangyanjiao
22ca387edb
fix(wifi): fixed the vendor ie issue and espnow issue
2026-01-27 16:33:12 +08:00
Jiang Jiang Jian
c411d5ebe3
Merge branch 'fix/bridge_test_v5.2' into 'release/v5.2'
...
Made ETH bridge test to be more robust (v5.2)
See merge request espressif/esp-idf!45395
2026-01-27 11:55:37 +08:00
Jiang Jiang Jian
574e303475
Merge branch 'feat/set_max_sync_conn_v5.2' into 'release/v5.2'
...
feat(bt): set BR/EDR max sync conn eff for Bluedroid HFP on ESP32 (v5.2)
See merge request espressif/esp-idf!45245
2026-01-27 11:37:12 +08:00
Jiang Jiang Jian
256200fb65
Merge branch 'bugfix/sae_h2e_nvs_default_v5.2' into 'release/v5.2'
...
fix(esp_wifi): Set default NVS sae pwe value to SAE_PWE_BOTH for ap and station
See merge request espressif/esp-idf!45049
2026-01-27 11:27:33 +08:00
Shreyas Sheth
8f41cb0cfa
fix(esp_wifi): Backport some wifi fixes
...
- Fix incorrect allocation of eb due to rsn ie len mismatch
- Set default NVS sae pwe value to SAE_PWE_BOTH for ap and station
2026-01-26 16:43:41 +05:30
zlq
d11300b3e3
feat(esp32c6): auto adjust LDO voltage using pvt function
2026-01-26 18:02:40 +08:00
Jiang Jiang Jian
665b2e4290
Merge branch 'fix/ieee802154_sec_frame_config_v5.2' into 'release/v5.2'
...
fix(802.15.4): fixed security frame configuration (v5.2)
See merge request espressif/esp-idf!45356
2026-01-26 10:39:39 +08:00
Jiang Jiang Jian
528c1d5ee2
Merge branch 'bugfix/idfci-7928_v5.2' into 'release/v5.2'
...
backport v5.2: fix ci failed test case of Automatic light occurs when tasks are suspended
See merge request espressif/esp-idf!45214
2026-01-26 10:34:48 +08:00
yangfeng
0085dc5793
feat(bt): set BR/EDR max sync conn eff for Bluedroid HFP on ESP32
...
Closes https://github.com/espressif/esp-idf/issues/18060
2026-01-23 17:38:22 +08:00
Ondrej Kosta
5058246306
ci(esp_eth): update ETH bridge test to be more robust
2026-01-23 08:51:52 +01:00
Martin Vychodil
ccd8e9720e
Merge branch 'contribute/github_pr_17789_v5.2' into 'release/v5.2'
...
fix(storage/spiffs): fix readdir setting errno on directory end (v5.2)
See merge request espressif/esp-idf!45384
2026-01-23 04:38:53 +08:00
Augusto Zanellato
5ed7ec99a2
fix(storage/spiffs): fix readdir setting errno on directory end
...
spiffs_res_to_errno maps `SPIFFS_ERR_END_OF_OBJECT` to EIO which breaks the common contract where
errno should be 0 if readdir iterated through all the entries in a directory.
The fix is explicitly checking for `SPIFFS_ERR_END_OF_OBJECT` and in that case set errno to 0.
2026-01-22 15:02:36 +01:00
zwx
497548c8d5
fix(802.15.4): locate the ieee802154_sec_clear on the noflash
2026-01-22 19:47:45 +08:00
Rahul Tank
c6e865eabc
Merge branch 'bugfix/fix_memory_leak_in_deinit_v5.2' into 'release/v5.2'
...
fix(nimble): Fixed invalid access to already freed memory in deinit sequence (v5.2)
See merge request espressif/esp-idf!45237
2026-01-22 15:22:00 +05:30
zwx
c61a9d1ab6
fix(802.15.4): fixed security frame configuration
2026-01-22 15:15:50 +08:00
Michael (XIAO Xufeng)
8853cf7b4a
Merge branch 'fix/cpu_reset_dma_v5.2' into 'release/v5.2'
...
dma: fixed issue that DMA are not reset when CPU reset (v5.2)
See merge request espressif/esp-idf!42852
2026-01-22 14:08:18 +08:00
Rahul Tank
adfb928148
fix(nimble): Fix memory leak in controller/stack deinit sequence
2026-01-22 09:39:03 +05:30
Island
80a01edc53
Merge branch 'fix/ble_mesh_eliminate_deprecated_warn_for_mbt_v5.2' into 'release/v5.2'
...
fix(ble_mesh): eliminate deprecated warning for mbt (v5.2)
See merge request espressif/esp-idf!44626
2026-01-22 11:43:58 +08:00
Marius Vikhammer
cad809efb1
Merge branch 'ci/enable_esp_event_tests_v5.2' into 'release/v5.2'
...
ci(core): fixed esp_event not running properly in CI (v5.2)
See merge request espressif/esp-idf!44761
2026-01-22 10:46:03 +08:00
Marius Vikhammer
87e3887c29
ci(core): fixed esp_event not running properly in CI
2026-01-22 09:13:03 +08:00
Xiao Xufeng
07bd3a910f
dma: fixed issue that DMA are not reset when CPU reset
...
When DMA keep writing the memory, some data may be corrupted after reset. For example, the stack of bootloader may be overwritten and failed to boot until a higher scope of reset (Core).
2026-01-22 02:58:20 +08:00
Alexey Gerenkov
ff997e3a21
Merge branch 'update_jtag_docs_v5.2' into 'release/v5.2'
...
Update jtag docs (v5.2)
See merge request espressif/esp-idf!44890
2026-01-21 23:10:10 +08:00
Roland Dobai
73ef07095d
Merge branch 'coredump_read_flash_retry_v5.2' into 'release/v5.2'
...
Add retry logic to espcoredump subprocess call (v5.2)
See merge request espressif/esp-idf!45321
2026-01-21 10:10:49 +01:00
Erhan Kurubas
8e0bf353bf
ci(panic): add retry logic to espcoredump subprocess call
2026-01-21 08:35:12 +03:00
Island
1875d5773d
Merge branch 'change/ble_update_lib_20260113_v5.2' into 'release/v5.2'
...
change(ble): [AUTO_MR] 20260113 - Update ESP BLE Controller Lib (v5.2)
See merge request espressif/esp-idf!45190
2026-01-21 11:39:54 +08:00
Roland Dobai
5fb25136c1
Merge branch 'contrib/github_pr_18103_v5.2' into 'release/v5.2'
...
Fix "IMPORTED_LOCATION not set for imported target" CMake errors during codemodel-v2 api queries with CMake 4.2 (GitHub PR) (v5.2)
See merge request espressif/esp-idf!45203
2026-01-20 10:48:35 +01:00
Sajia
814a353016
fix(wifi): Free eapol sm before alloc for new connection
2026-01-19 13:29:52 +05:30
cjin
aa0c817423
feat(ble): support sid filter feature on ESP32C6
2026-01-19 14:24:01 +08:00
Zhou Xiao
b593bd5dff
feat(ble): support sid filter feature on ESP32H2
...
(cherry picked from commit e4e42f0166 )
Co-authored-by: cjin <jinchen@espressif.com >
2026-01-19 14:24:01 +08:00
cjin
a901345fa8
feat(ble): add config to enable sid filter feat
2026-01-19 14:24:01 +08:00
Li Shuai
813fdef519
change(esp_pm): fix ci failed test case of Automatic light occurs when tasks are suspended
2026-01-17 15:04:54 +08:00
Ferdinand Bachmann
057016d596
fix(cmake): Fix "IMPORTED_LOCATION not set for imported target" errors
...
esp-idf uses imported targets as dummy targets that are never linked.
Previous CMake versions would ignore these and not error on unset
IMPORTED_LOCATION if they are never actually linked. CMake 4.2 and newer
errors during codemodel-v2 api queries when imported targets are missing
IMPORTED_LOCATION, so set a dummy location that would error when
actually linked, which fixes the error during api queries.
Closes https://github.com/espressif/esp-idf/pull/18103
2026-01-16 12:12:02 +01:00
Island
6fc312a5f0
Merge branch 'fix/uaf_in_bluedroid_attp_v5.2' into 'release/v5.2'
...
fix(ble): fixed use-after-free in bluedroid attp (v5.2)
See merge request espressif/esp-idf!45156
2026-01-16 19:04:34 +08:00
Island
87328bf183
Merge branch 'feat/ble_log_hci_log_len_limit_support_v5.2' into 'release/v5.2'
...
Feat/ble log hci log len limit support (v5.2)
See merge request espressif/esp-idf!45145
2026-01-16 19:03:35 +08:00
Zhou Xiao
42110cc205
change(ble): [AUTO_MR] Update lib_esp32c6 to 17fdc66e
...
(cherry picked from commit 54e5f358bf )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2026-01-16 17:13:15 +08:00
Zhou Xiao
16b8f6e8f8
change(ble): [AUTO_MR] Update lib_esp32h2 to 17fdc66e
...
(cherry picked from commit 57b4819474 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2026-01-16 17:13:15 +08:00
Roland Dobai
9f276ff3ee
Merge branch 'fix/ldgen_ipa_constprop_v5.2' into 'release/v5.2'
...
fix(ldgen): correctly place symbols generated by compiler during IPA (v5.2)
See merge request espressif/esp-idf!45114
2026-01-16 09:19:16 +01:00
Island
1361236948
Merge branch 'change/ble_update_lib_20260108_v5.2' into 'release/v5.2'
...
change(ble): [AUTO_MR] 20260108 - Update ESP BLE Controller Lib (v5.2)
See merge request espressif/esp-idf!44930
2026-01-16 16:04:00 +08:00
Rahul Tank
81c75a6846
Merge branch 'bugfix/periodic_adv_sync_lost_psync_handle_v5.2' into 'release/v5.2'
...
fix(nimble): Handling of psync during sync lost (v5.2)
See merge request espressif/esp-idf!45046
2026-01-16 12:47:33 +05:30
Island
0887f7c4a4
Merge branch 'feat/support_blecrt_515_v5.2' into 'release/v5.2'
...
feat(bt/bluedroid): Support get allocated heap size (v5.2)
See merge request espressif/esp-idf!44860
2026-01-16 14:18:58 +08:00
Euripedes Rocha
961e4aa549
Merge branch 'ci/eth_10m_loopback_v5.2' into 'release/v5.2'
...
fix(esp_eth): made 10M loopback test less strict (v5.2)
See merge request espressif/esp-idf!45027
2026-01-15 12:59:22 +01:00
Zhou Xiao
8b8b5ab2cb
fix(ble): fixed use-after-free in bluedroid attp
...
(cherry picked from commit 78594e0f6e )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2026-01-15 19:13:19 +08:00
morris
9e11651e94
Merge branch 'bugfix/fixed_parlio_rx_sample_edge_swap_issue_v5.2' into 'release/v5.2'
...
fix(parlio_rx): fixed opposite sample edge issue (v5.2)
See merge request espressif/esp-idf!45138
2026-01-15 18:55:38 +08:00
Zhou Xiao
8987ab504a
feat(ble): added sdkconfig to control ble host side hci log
...
(cherry picked from commit 52c2bd2dd6 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2026-01-15 17:13:18 +08:00