Island
b1f7d471c3
Merge branch 'feat/ble_log_v2_v5.3' into 'release/v5.3'
...
feat(ble): refactored ble log module with layered design (v5.3)
See merge request espressif/esp-idf!41657
2025-09-03 14:18:42 +08:00
Jiang Jiang Jian
59b1fe9c58
Merge branch 'fix/wrong_auth_mode_in_sta_connected_evt_v5.3' into 'release/v5.3'
...
fix(wifi): send correct wifi_auth_mode_t in WIFI_EVENT_STA_CONNECTED and logs (Backport v5.3)
See merge request espressif/esp-idf!41651
2025-09-02 14:45:57 +08:00
Jiang Jiang Jian
b9fc43d814
Merge branch 'opt/opt_ble_stability_v5.3' into 'release/v5.3'
...
Improve ESP32 stability and security (v5.3)
See merge request espressif/esp-idf!41546
2025-09-02 14:09:40 +08:00
Jiang Jiang Jian
e658f85fa5
Merge branch 'feat/new_api_to_get_all_wakeup_causes_v5.3' into 'release/v5.3'
...
feat(esp_hw_support): add new API to get all wakeup sources (v5.3)
See merge request espressif/esp-idf!41499
2025-09-02 14:01:46 +08:00
Zhou Xiao
347cf6cfc1
feat(ble): refactored ble log module with layered design
...
(cherry picked from commit 797a0c4e6eafaf6164e0f9c34f3867a46733924c)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-09-01 13:13:37 +08:00
Marius Vikhammer
312ac64062
Merge branch 'bugfix/lp_core_array_bounds_p4_v5.3' into 'release/v5.3'
...
fix(lp_core): fixed array-bound warning when compiling on P4 with -Os (v5.3)
See merge request espressif/esp-idf!41615
2025-09-01 10:52:54 +08:00
Sarvesh Bodakhe
e13e442838
fix(wifi): add GCMP-128 support for SoftAP and some other bugfixes
...
- GCMP-256 SoftAP support was previously added as part of SAE Extended Key handling.
- Fixes the authmode sent in WIFI_EVENT_STA_CONNECTED, which was previously taken
directly from the AKM field. This caused incorrect values in some cases.
- Updates the "security" log to show the correct wifi_auth_mode_t.
- Fixes wrong authmode strength used in the connection path.
2025-08-29 23:41:30 +05:30
morris
9ba4c2cd8e
Merge branch 'feat/uart_dma_support_v5.3' into 'release/v5.3'
...
feat(uhci): Add uhci (uart-dma) support on current chips (backport v5.3)
See merge request espressif/esp-idf!41520
2025-08-29 16:14:24 +08:00
Marius Vikhammer
88a430dbe3
fix(lp_core): fixed array-bound warning when compiling on P4 with -Os
...
Closes https://github.com/espressif/esp-idf/issues/17054
2025-08-29 13:19:49 +08:00
C.S.M
8659c44975
feat(uhci): Add uhci (uart-dma) support on current chips
2025-08-28 18:23:23 +08:00
morris
42eacc6f70
Merge branch 'bugfix/fix_multi_pdm_rx_slot_clock_issue_v5.3' into 'release/v5.3'
...
fix(i2s_pdm): fixed pdm multi slot clock issue (v5.3)
See merge request espressif/esp-idf!41180
2025-08-28 16:22:19 +08:00
Shu Chen
3c69865b18
Merge branch 'feat/concat_otcommand_for_console_v5.3' into 'release/v5.3'
...
feat(openthread): support openthread cli console command register(v5.3)
See merge request espressif/esp-idf!41509
2025-08-28 03:56:58 +00:00
laokaiyao
e44278b70e
feat(i2s): add PLL240M clock source on S3 and C6
...
Closes https://github.com/espressif/esp-idf/issues/17056
2025-08-28 10:24:29 +08:00
laokaiyao
aca9980ad7
fix(i2s_pdm): fixed pdm multi slot clock issue
...
Fixed the sample rate slow down issue when using more than 4 slots in pdm rx mode.
2025-08-28 10:24:29 +08:00
Jiang Jiang Jian
33d541eb8d
Merge branch 'backport/backport_some_bugfix_250822_v5.3' into 'release/v5.3'
...
fix(wifi): fix some wifi bugs(backport v5.3)
See merge request espressif/esp-idf!41467
2025-08-27 13:49:28 +08:00
liqigan
2cf0aac93a
fix(bt/controller): Fixed some controller bugs
2025-08-27 11:12:31 +08:00
JinCheng
502fa672d9
fix(bt/controller): fixed some controller bugs
2025-08-27 11:12:26 +08:00
wuzhenghui
18f7e790f1
feat(esp_hw_support): add new API to get all wakeup sources
2025-08-26 21:53:56 +08:00
Zhang Hai Peng
e3d7042956
fix(bt): Update esp32 libbtdm_app.a (f1dc7d8)
...
- Improve ESP32 stability and security
(cherry picked from commit 8ec5410236 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2025-08-26 21:53:26 +08:00
Island
b7d9132d71
Merge branch 'change/ble_update_lib_20250814_v5.3' into 'release/v5.3'
...
change(ble): [AUTO_MR] 20250814 - Update ESP BLE Controller Lib (v5.3)
See merge request espressif/esp-idf!41370
2025-08-26 20:16:49 +08:00
Rahul Tank
250cc8a937
Merge branch 'bugfix/post_conn_failure_v5.3' into 'release/v5.3'
...
fix(nimble): Add code to post connection failure (v5.3)
See merge request espressif/esp-idf!41444
2025-08-26 16:16:03 +05:30
cjin
3bb9cb7a46
feat(ble): support pawr feature in ble sdk on ESP32-H2
2025-08-26 15:40:46 +08:00
cjin
d84cda839c
feat(ble): support pawr feature in ble sdk on ESP32-C6
2025-08-26 15:40:46 +08:00
cjin
dd62e32137
feat(ble): add clk source freq change of ble slow clock on ESP32-H2
2025-08-26 15:40:46 +08:00
cjin
d97781970f
feat(ble): add clk source freq change of ble slow clock on ESP32-C6
2025-08-26 15:40:46 +08:00
Zhou Xiao
9d24716e28
change(ble): [AUTO_MR] Update lib_esp32c6 to 9492a0cb
2025-08-26 15:40:46 +08:00
Zhou Xiao
54821657c5
change(ble): [AUTO_MR] Update lib_esp32h2 to 9492a0cb
2025-08-26 15:40:46 +08:00
Island
70a6909bef
Merge branch 'change/ble_update_lib_20250806_v5.3' into 'release/v5.3'
...
change(ble): [AUTO_MR] 20250806 - Update ESP BLE Controller Lib (v5.3)
See merge request espressif/esp-idf!41139
2025-08-26 15:40:01 +08:00
zwx
bbf506d0e1
feat(openthread): support openthread cli console command register
2025-08-26 14:30:29 +08:00
Rahul Tank
59ae1a7619
fix(nimble): Add code to post connection failure
...
In event of a corner case, where connection is not completed,
connection reattempt is disabled, so need to post connection
failure event to application to make it aware of the failure
2025-08-26 11:24:56 +05:30
Rahul Tank
b019b2e63d
Merge branch 'bugfix/fixed_ble_init_crash_issue_v5.3' into 'release/v5.3'
...
fix(ble): Invoke ble_transport_ll_init after ble_transport_hs_init for nimble (v5.3)
See merge request espressif/esp-idf!41428
2025-08-26 10:34:09 +05:30
Jiang Jiang Jian
b33f6cd072
Merge branch 'feature/support_chip912_pvt_auto_dbias_360m_backport_v5.3' into 'release/v5.3'
...
feat(esp_hw_support): use pvt to auto control digital ldo and rtc ldo for esp32p4_backport_v5.3
See merge request espressif/esp-idf!40124
2025-08-26 10:49:49 +08:00
yinqingzhao
b008fbe3ae
fix(wifi): fix some wifi bugs
2025-08-26 10:36:01 +08:00
Jiang Jiang Jian
7cbd5a05b0
Merge branch 'bugfix/offchan_fixes_v5.3' into 'release/v5.3'
...
fix(wifi): Fix issues discovered by customer for offchannel
See merge request espressif/esp-idf!41343
2025-08-25 10:58:26 +08:00
Zhou Xiao
3f6a1417f7
change(ble): enabled specify scan channel vs hci cmd for ESP32-C2
2025-08-25 10:43:19 +08:00
zwl
f5dc835552
change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
2025-08-25 10:43:14 +08:00
zwl
67c1f8b03b
change(ble): [AUTO_MR] Update lib_esp32c2 to dbd33ef2
2025-08-25 10:43:09 +08:00
zwl
577ff64986
change(ble): [AUTO_MR] Update lib_esp32c6 to 898f73cb
2025-08-25 10:43:03 +08:00
zwl
25a84dddf1
change(ble): [AUTO_MR] Update lib_esp32h2 to 898f73cb
2025-08-25 10:42:43 +08:00
Shen Weilong
5c4cca0a5c
fix(ble): Invoke ble_transport_ll_init after ble_transport_hs_init for nimble
2025-08-24 11:01:00 +05:30
Rahul Tank
b0459e0991
Merge branch 'fix/adding_missing_apis_nimble_v5.3' into 'release/v5.3'
...
fix(nimble): Added helper APIs in NimBLE (v5.3)
See merge request espressif/esp-idf!40930
2025-08-24 10:59:17 +05:30
Shreyas Sheth
a8ef2a9630
fix(wifi): Fix issues discovered by customer for offchannel
2025-08-22 15:20:07 +05:30
Rahul Tank
417c2368ab
Merge branch 'bugfix/retry_packet_alloc_v5.3' into 'release/v5.3'
...
fix(nimble): Add packet allocation retry for limited iteration (v5.3)
See merge request espressif/esp-idf!40685
2025-08-22 14:24:37 +05:30
Astha Verma
2ad0cbb19a
fix(nimble): Added missing api in nimble which present in bluedroid
2025-08-22 12:21:50 +05:30
Island
f68a474a38
Merge branch 'change/ble_update_lib_20250728_v5.3' into 'release/v5.3'
...
change(ble): [AUTO_MR] 20250728 - Update ESP BLE Controller Lib (v5.3)
See merge request espressif/esp-idf!40910
2025-08-22 11:04:52 +08:00
Alexey Gerenkov
954ecf1b0b
Merge branch 'fix/coredump_max_tasks_num_v5.3' into 'release/v5.3'
...
fix(coredump): implement CONFIG_ESP_COREDUMP_MAX_TASKS_NUM limitation (v5.3)
See merge request espressif/esp-idf!41129
2025-08-21 16:52:18 +08:00
Alexey Gerenkov
09e206f0fc
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20250707_v5.3' into 'release/v5.3'
...
feat(tools): update openocd version to v0.12.0-esp32-20250707 (v5.3)
See merge request espressif/esp-idf!40461
2025-08-21 16:24:09 +08:00
Wang Meng Yang
9340e2a1e5
Merge branch 'bugfix/fix_bt_security_v5.3' into 'release/v5.3'
...
fix(bt/bluedroid): Prevent out-of-bounds access and add type check when resolving EIR data (v5.3)
See merge request espressif/esp-idf!41399
2025-08-21 16:17:39 +08:00
Shu Chen
384574e283
Merge branch 'feat/add_154_mac_logs_when_ot_assert_v5.3' into 'release/v5.3'
...
feat(openthread): add option to dump 802.15.4 MAC debug info on assert (v5.3)
See merge request espressif/esp-idf!40972
2025-08-21 06:13:38 +00:00
Shu Chen
4398d8f806
Merge branch 'fix_ot_src_addr_select_v5.3' into 'release/v5.3'
...
Fix ot src addr select (v5.3)
See merge request espressif/esp-idf!40875
2025-08-21 06:13:25 +00:00