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
35c4905915
Merge branch 'docs/migration_guides_bt_classic_v5.3' into 'release/v5.3'
...
docs: Add SoC conditional flag for Bluetooth Classic in migration guides (v5.3)
See merge request espressif/esp-idf!41524
2025-09-02 14:10:07 +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
Roland Dobai
e73f9361fa
Merge branch 'feat/support_kconfig_in_pacman_v5.3' into 'release/v5.3'
...
feat: support kconfig in component manager (v5.3)
See merge request espressif/esp-idf!40550
2025-09-01 14:13:43 +02:00
Rahul Tank
68e0f02e81
Merge branch 'fix/table_structure_v5.3' into 'release/v5.3'
...
fix(nimble): Restructure the table in README.md file (v5.3)
See merge request espressif/esp-idf!41662
2025-09-01 17:14:42 +05:30
Fu Hanxi
879494b7ac
fix: make sure sdkconfig.json is updated after running the menuconfig
2025-09-01 09:43:10 +02:00
Fu Hanxi
c16fd0da03
fix: kconfig optional dependency in transitive dependency
2025-09-01 09:43:10 +02:00
Fu Hanxi
d595ea9b2b
feat: support kconfig in component manager
2025-09-01 09:43:09 +02:00
Shreeyash
a64e1acb50
fix(nimble): Restructure the table in README.md file
2025-09-01 10:57:48 +05:30
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
luweike
18b2c84e23
docs: Add SoC conditional flag for Bluetooth Classic in migration guides
2025-08-27 09:58:24 +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
Mahavir Jain
89c6b52232
Merge branch 'doc/update_blufi_doc_v5.3' into 'release/v5.3'
...
docs(ble): add advisory for CVE-2025-55297 found in Blufi example (v5.3)
See merge request espressif/esp-idf!41486
2025-08-26 10:32:44 +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
Alexey Gerenkov
104b7994e2
Merge branch 'feature/update-toolchain-to-esp-13.2.0_20250707' into 'release/v5.3'
...
feat(tools): update toolchain version to esp-13.2.0_20250707
See merge request espressif/esp-idf!40418
2025-08-25 22:52:43 +08:00
Zhang Hai Peng
971b8c9c34
docs(ble): add advisory for CVE-2025-55297 found in Blufi example
...
(cherry picked from commit 1952f0333c )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2025-08-25 17:53:29 +08:00
Mahavir Jain
04a34a6745
Merge branch 'feat/make_https_async_request_under_crt_bundle_config_v5.3' into 'release/v5.3'
...
feat(esp_http_client): Make https_async request under CERT BUNDLE config (v5.3)
See merge request espressif/esp-idf!41460
2025-08-25 11:50:28 +05:30
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