Commit Graph

33630 Commits

Author SHA1 Message Date
harshal.patil
9773691ca2 fix(mbedlts/aes): Ensure cache coherency when DMA writes to cacheable PSRAM buffers 2026-01-08 16:24:31 +05:30
Jiang Jiang Jian
c3b129cfb6 Merge branch 'feat/update_openthread_updtream_v6.0' into 'release/v6.0'
feat(openthread): update openthread upstream v6.0

See merge request espressif/esp-idf!44463
2026-01-08 16:53:29 +08:00
Jiang Jiang Jian
2a4cf2561a Merge branch 'feat/remove_154_tx_pending_v6.0' into 'release/v6.0'
feat(802.15.4): remove tx pending feature (v6.0)

See merge request espressif/esp-idf!44591
2026-01-08 16:52:55 +08:00
Island
83c48f3577 Merge branch 'feat/reduce_bluedroid_host_bin_v6.0' into 'release/v6.0'
feat/reduce bluedroid host bin size (v6.0)

See merge request espressif/esp-idf!44869
2026-01-08 14:21:59 +08:00
Jiang Jiang Jian
8d0fc97530 Merge branch 'bugfix/idfgh-16634_v6.0' into 'release/v6.0'
backport v6.0: remove the configurable constraint for sleep memory usage optimization option

See merge request espressif/esp-idf!44754
2026-01-08 13:49:39 +08:00
Jiang Jiang Jian
3f5779942c Merge branch 'bugfix/parse_ftm_responder_v6.0' into 'release/v6.0'
bugfix(wifi): Ensure STA parses the FTM responder capability from the beacon correctly (Backport v6.0)

See merge request espressif/esp-idf!44713
2026-01-08 13:47:30 +08:00
morris
1bbf17f87b Merge branch 'refactor/gdma_channel_allocator_both_direction_v6.0' into 'release/v6.0'
refactor(gdma): channel allocation can return both direction within the same call && Support ESP32-P4 ECO6 (v6.0)

See merge request espressif/esp-idf!44870
2026-01-08 13:31:40 +08:00
Akshat Agrawal
5c5a19d165 bugfix(wifi): Ensure STA parses the FTM responder capability from the beacon correctly
Closes https://github.com/espressif/esp-idf/issues/17962
2026-01-08 11:28:20 +08:00
sibeibei
07199a929e fix(pm): fix rx packet failed when modem state is interrupted by other wakeup sources 2026-01-08 11:28:20 +08:00
Shreyas Sheth
e4a6aef8da fix(esp_wifi): Set default NVS sae pwe value to SAE_PWE_BOTH for ap and station 2026-01-08 11:28:20 +08:00
Junchi Chen
1aad0fb1f7 fix(wifi): btwt setup respect user configured timeout value; esp32c2 disallow 40bw 2026-01-08 11:28:20 +08:00
yinqingzhao
28800ed85b refactor(wifi): remove enum values WIFI_BW_HT20 and WIFI_BW_HT40 2026-01-08 11:28:17 +08:00
zhangyanjiao
2ca037ffa1 fix(wifi): fixed the crash issue when send espnow data in HE phymode 2026-01-08 10:24:40 +08:00
zhangyanjiao
49de215235 fix(wifi): fixed the vendor ie length issue 2026-01-08 10:24:40 +08:00
Sarvesh Bodakhe
16e149d494 fix(wifi): fix memory corruption by avoiding unncessary encryption of Mgmt frames
When wpa_supplicant sends an authentication response for an already
connection station (with keys installed after a successful 4-way
handshake), the Mgmt packet was encrypted unconditionaly based on
'bss->pmf_enable'. This lead to memory corruption since extra space for
the encryption header was assumed even when it was not there.

Fix this by verifying that the packet is actually a robust management
frame before enabling the encryption.
2026-01-08 10:24:40 +08:00
morris
e80a74971f Merge branch 'bugfix/fix_csi_data_broken_v6.0' into 'release/v6.0'
fix(esp_driver_cam): fix MIPI-CSI RX data broken (v6.0)

See merge request espressif/esp-idf!44610
2026-01-08 09:55:53 +08:00
morris
7909976e0f refactor(gdma): channel allocation can return both direction within the same call 2026-01-07 22:44:54 +08:00
Island
0444cf0f5d Merge branch 'feat/ble_mesh_blob_adapt_to_long_packet_v6.0' into 'release/v6.0'
feat(ble_mesh): adapt blob cli&srv to long packet (v6.0)

See merge request espressif/esp-idf!44697
2026-01-07 19:47:52 +08:00
Island
35ff0c786d Merge branch 'feat/ble_mesh_unify_crypto_v6.0' into 'release/v6.0'
Feat/ble mesh unify crypto v6.0

See merge request espressif/esp-idf!44818
2026-01-07 19:47:38 +08:00
Island
8eec3ef885 Merge branch 'feat/support_fixed_id_for_ctrl_log_v6.0' into 'release/v6.0'
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(1bb2f50) (v6.0)

See merge request espressif/esp-idf!44781
2026-01-07 19:44:52 +08:00
Dong Heng
f9a0fbfe48 fix(esp_driver_cam): fix MIPI-CSI RX data broken 2026-01-07 19:28:56 +08:00
Zhi Wei Jian
32da3b110b fix(ble/bluedroid): Fixed bluedroid host get white list size error
(cherry picked from commit f4dfd42725)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:53 +08:00
Zhi Wei Jian
8f040d13fb fix(ble/bluedroid): Fixed bt buuld error
fix(ble/bluedroid): disable power management if bt is disabled


(cherry picked from commit 6f27074c1e)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:52 +08:00
Zhi Wei Jian
dda286a528 fix(ble/bluedroid): disable some member in tBTA_SYS_CB
(cherry picked from commit 280385acf4)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:52 +08:00
Zhi Wei Jian
3d26daa413 fix(ble/bluedroid): optimize bluedroid host code
(cherry picked from commit 3b18da2bde)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:51 +08:00
Zhi Wei Jian
ff4e5d2a56 fix(ble/bluedroid): Add BLE_TOPOLOGY_CHECK
(cherry picked from commit 728c4c8a10)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:51 +08:00
Zhi Wei Jian
07a4c3e2b6 fix(ble/bluedroid): Fixed build error if scan is disabled
(cherry picked from commit dd10e3220b)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:51 +08:00
Zhi Wei Jian
b5d9cb94ef fix(ble/bluedroid): disable bluedroid background connection
(cherry picked from commit 1f5fa1e72b)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:50 +08:00
Zhi Wei Jian
174e4144fd fix(ble/bluedroid): change tGATT_BG_CONN_DEV to GATT_BG_CONN_DEV
(cherry picked from commit ac7812ef8d)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:49 +08:00
Zhi Wei Jian
ffe93c09ea fix(ble/bluedroid): disable exception list if scan is not enabled
(cherry picked from commit ec6809611a)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:49 +08:00
Zhi Wei Jian
8832727573 fix(ble/bluedroid): disable vendor hci function
(cherry picked from commit 715184fa36)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:49 +08:00
Zhi Wei Jian
5b9d2255ee fix(ble/bluedroid): Delete btm_ble_send_extended_scan_params
(cherry picked from commit 1174ad41a5)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:48 +08:00
Zhi Wei Jian
e6ab0ec2b0 fix(ble/bluedroid): change bluedroid scan callback name
(cherry picked from commit b9440efbe9)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:48 +08:00
Zhi Wei Jian
07649c4e6e fix(bluedroid): delete bluedroid gatt_listen
(cherry picked from commit db17c7cea3)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:48 +08:00
Zhi Wei Jian
21a52b6fa6 fix(ble/bluedroid): Delete observe and inquiry
(cherry picked from commit 34448a7455)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:47 +08:00
Zhi Wei Jian
3dc5961e5f fix(ble/bluedroid): delete bluedroid unused code
(cherry picked from commit 5145b366f7)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:47 +08:00
Zhi Wei Jian
f7c122ec7f fix(ble/bluedroid): Delete batch_scan related code
(cherry picked from commit a784adef00)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:46 +08:00
Zhi Wei Jian
e0dfdaa20f fix(ble/bluedroid): Delete BLE_HOST_SETUP_STORAGE_EN
(cherry picked from commit 08740df988)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:46 +08:00
Zhi Wei Jian
f725fc12cd fix(ble/bluedroid): Delete BLE_HOST_READ_TX_POWER_EN
(cherry picked from commit 1c0c48b814)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:46 +08:00
Zhi Wei Jian
30816c1bfd fix(ble/bluedroid): Delete BLE_HOST_REMOVE_AN_ACL_EN
(cherry picked from commit 5a1a3b9eba)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:45 +08:00
Zhi Wei Jian
474df793c1 fix(ble/bluedroid): Delete BLE_HOST_REMOVE_ALL_ACL_EN
(cherry picked from commit ad04f39cf9)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:45 +08:00
Zhi Wei Jian
b4b8c0d79d fix(ble/bluedroid): Delete BLE_HOST_EXECUTE_CBACK_EN
(cherry picked from commit 436fe484fe)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:44 +08:00
Zhi Wei Jian
378b708e15 fix(ble/bluedroid): Delete BLE_HOST_ENABLE_TEST_MODE_EN
(cherry picked from commit f08ff1448b)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:44 +08:00
Zhi Wei Jian
7ab3f23192 fix(ble/bluedroid): delete BLE_HOST_ENERGY_INFO_EN
(cherry picked from commit b4c4b3e410)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:44 +08:00
Zhi Wei Jian
53b34d5089 fix(ble/bluedroid): Delete BLE_VND_INCLUDED
(cherry picked from commit 57c52bd4ec)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:43 +08:00
Zhi Wei Jian
a96356103f fix(ble/bluedroid): Delete BLE_ANDROID_CONTROLLER_SCAN_FILTER
(cherry picked from commit 702292d451)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:43 +08:00
Zhi Wei Jian
b6f0777c63 fix(ble/bluedroid): delete BLE_HOST_BLE_OBSERVE_EN
(cherry picked from commit 08f9511e25)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:42 +08:00
Zhi Wei Jian
d195ab67f8 fix(ble/bluedroid): Delete BLE_HOST_STOP_ADV_UNUSED
(cherry picked from commit 0e9b36cb55)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:42 +08:00
Zhi Wei Jian
f8a41f0911 fix(ble/bluedroid): Delete BLE_HOST_BLE_SCAN_PARAM_UNUSED
(cherry picked from commit 5fdcc3bdea)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:41 +08:00
Zhi Wei Jian
42df0c2daa fix(ble/bluedroid): Delete BLE_HOST_CONN_SCAN_PARAM_EN
(cherry picked from commit b175f3cc97)

Co-authored-by: zhiweijian <zhiweijian@espressif.com>
2026-01-07 17:24:41 +08:00