Commit Graph

5771 Commits

Author SHA1 Message Date
Jiang Jiang Jian
9599b68578 Merge branch 'feat/uart_dma_support_v5.2' into 'release/v5.2'
feat(uart): uart dma support for internal usage on v5.2

See merge request espressif/esp-idf!41671
2025-10-09 10:53:45 +08:00
Jiang Jiang Jian
b4d9eb847f Merge branch 'fix/uninited_local_var_in_nimble_example_v5.2' into 'release/v5.2'
fix(ble): init return code in nimble example (v5.2)

See merge request espressif/esp-idf!41809
2025-10-09 10:51:36 +08:00
Jiang Jiang Jian
d0a54aaf15 Merge branch 'backport/optimize-zb-utility-path-v5.2' into 'release/v5.2'
feat(zigbee): move the zcl_utility into the examples_utils of zb_common_components (Backport v5.2)

See merge request espressif/esp-idf!42114
2025-10-09 10:49:27 +08:00
Jiang Jiang Jian
63a043c1a9 Merge branch 'bugfix/iperf_sta_retry_cnt' into 'release/v5.2'
fix(wifi): Add max retry count for iperf station command

See merge request espressif/esp-idf!41641
2025-10-09 10:43:55 +08:00
Rahul Tank
26c3eec102 Merge branch 'bugfix/re_organize_nimble_kconfig_v5.2' into 'release/v5.2'
fix(nimble): Declutter the nimble menu config options (v5.2)

See merge request espressif/esp-idf!42305
2025-10-06 16:28:34 +05:30
Rahul Tank
df1474a8f0 fix(nimble): Declutter the nimble menu config options 2025-09-30 15:01:29 +05:30
Rahul Tank
41c03bd563 fix(nimble): Add Tx power information in adv data 2025-09-25 12:25:25 +05:30
Shreeyash
9226316bfc fix(nimble): Restructure the table in README.md file 2025-09-25 12:24:42 +05:30
C.S.M
7d3447ad48 feat(uhci): Add uhci (uart-dma) support on current chips 2025-09-25 10:48:31 +08:00
xieqinan@espressif.com
555468ae35 feat(zigbee): move the zcl_utility into the examples_utils of zb_common_components 2025-09-23 17:08:14 +08:00
Sajia
8263775d26 fix(wifi): Add max retry count for iperf station command 2025-09-16 11:24:43 +05:30
Zhou Xiao
85a67c6ea1 fix(ble): init return code in nimble example
* Closes https://github.com/espressif/esp-idf/issues/17547


(cherry picked from commit 916f87b333)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-09-10 21:13:24 +08:00
Jiang Jiang Jian
47b198438f Merge branch 'feat/support_11ax_rate_for_cert_test_V5.2' into 'release/v5.2'
Feat/support 11ax rate for cert test v5.2(Backport v5.2)

See merge request espressif/esp-idf!41456
2025-08-26 10:46:52 +08:00
hrushikesh.bhosale
483d9c400f feat(esp_http_client): Make https_async request under CERT BUNDLE config
Make https_async rqeuest under MBEDTLS_CERTIFICATE_BUNDLE config
2025-08-22 16:31:55 +05:30
muhaidong
f0d424de76 feat(phy): update 11ax rate for cert test 2025-08-22 17:23:42 +08:00
muhaidong
ac6150f4a6 feat(phy): add 11ax rate for cert test 2025-08-22 17:23:32 +08:00
Jiang Jiang Jian
c91db96ce5 Merge branch 'fix/adding_missing_apis_nimble_v5.2' into 'release/v5.2'
fix(nimble): Added helper APIs in NimBLE (v5.2)

See merge request espressif/esp-idf!40931
2025-08-22 15:46:49 +08:00
Island
53dfc861d9 Merge branch 'bugfix/ble_enhanced_security_v2_v5.2' into 'release/v5.2'
fix(ble/bluedroid): Fixed potential out-of-bounds memory access when resolve adv data (v5.2)

See merge request espressif/esp-idf!41304
2025-08-20 11:18:12 +08:00
Astha Verma
0de8f8d891 fix(nimble): Added missing api in nimble which present in bluedroid 2025-08-19 12:32:03 +05:30
Chen Jian Hua
c693664382 feat(bt/blufi): Support Blufi start advertising with specified name
(cherry picked from commit ea8bcdc360)

Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2025-08-18 14:54:42 +08:00
Zhang Hai Peng
f76024c7e7 fix(ble/bluedroid): Update Gatt_Server_Service_Table_Example_Walkthrough.md
(cherry picked from commit 6b360dacf6)

Co-authored-by: Cody <codyhubman4@gmail.com>
2025-08-15 14:53:39 +08:00
Zhang Hai Peng
6f4c3126a1 fix(ble/bluedroid): Fixed the problem of macro definition error
(cherry picked from commit 6b212c7d47)

Co-authored-by: BLKDASH <128231495+BLKDASH@users.noreply.github.com>
2025-08-15 14:53:36 +08:00
Chen Jian Hua
add648978a feat(ble/bluedroid): Added BLE multiple connections examples
(cherry picked from commit b8996f3953)

Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2025-08-12 21:33:34 +08:00
hrushikesh.bhosale
f8beb36a4e fix(esp_http_client): Moved httpd_async request from cert_pem to crt_bundle
Moved the httpd_async request from cert_pem to esp_crt_bundle. As cert_pem
is alredy tested for howmyssl URL
2025-08-05 16:28:03 +05:30
JinCheng
9841fe52a0 fix(bt/bluedroid): safe string returns and cleanups for bt_discovery example 2025-07-31 21:10:10 +08:00
Nikheel Savant
6477c1550d fix(bt/bluedroid): safe string returns and cleanups 2025-07-31 21:10:10 +08:00
Jiang Jiang Jian
8141d28ece Merge branch 'fix/improve_tcp_performance_v52' into 'release/v5.2'
fix(wifi): improve esp32c2 and esp32s2 tcp performance v52

See merge request espressif/esp-idf!40939
2025-07-31 21:07:44 +08:00
Jiang Jiang Jian
b96058c973 Merge branch 'fix/xtensa_nmi_v5.2' into 'release/v5.2'
fix(esp_hw_support): make the NMI interrupts available for the main application (backport v5.2)

See merge request espressif/esp-idf!34387
2025-07-31 21:06:27 +08:00
wangtao@espressif.com
3984214db6 fix(wifi): improve esp32c2 and esp32s2 tcp performance 2025-07-31 17:53:59 +08:00
Zhang Hai Peng
8713112733 fix(ble/bluedroid): set sec_conn only on successful pairing in ble_hid_device_demo
(cherry picked from commit 50fe55ca59)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-07-29 21:53:25 +08:00
Samuel Obuch
8d45ed5214 ci: OpenOCD class as fixture 2025-07-24 13:44:48 +02:00
Samuel Obuch
f54405b302 ci: enable sysview examples for all chips 2025-07-24 13:44:48 +02:00
Jiang Jiang Jian
cbc19ed1f4 Merge branch 'bugfix/enable_ipv6_if_nan_v5.2' into 'release/v5.2'
bugfix(wifi): Enable IPv6 support via LWIP_IPV6 when WiFi Aware(NAN) is enabled (Backport v5.2)

See merge request espressif/esp-idf!40490
2025-07-18 15:46:13 +08:00
Ondrej Kosta
1b5d154ed0 fix(esp_eth): bridge test to use SSH key when connect to endnode 2025-07-16 15:11:59 +02:00
wuzhenghui
12d9f6af97 fix(esp_hw_support): fix esp32 APP_CPU accessing RTCFAST memory in sleep code 2025-07-14 14:09:16 +08:00
Jiang Jiang Jian
03fcdd6f00 Merge branch 'feat/support_disable_pll_track_v5.2' into 'release/v5.2'
Support disable pll track (v5.2)

See merge request espressif/esp-idf!40367
2025-07-11 13:58:51 +08:00
yinqingzhao
9d90f3090a feat(wifi): set phy pll track disable default 2025-07-10 08:28:51 +00:00
akshat
1c4cdfbffa bugfix(wifi): Define ETH_ALEN for IPV6 Communication Type 2025-07-10 10:05:05 +05:30
zhangyanjiao
200ef6d9ed fix(wifi): disable WI-FI Modem sleep in antenna example 2025-07-08 11:13:37 +08:00
Omar Chebib
b6c2d6821e fix(esp_hw_support): make the NMI interrupts available for the main application
Closes https://github.com/espressif/esp-idf/issues/13629

NMI interrupt level has been freed for all the Xtensa targets, making it possible
for the main application to use it. An example has been added to show how to
proceed.
2025-07-03 09:42:04 +08:00
Xu Si Yu
2b9d6c8820 feat(openthread): optimize trel reception 2025-06-30 17:08:59 +08:00
Geng Yu Chao
18e38824d8 feat(ble): Add Bluetooth LE CTE connectionless AoA/AoD examples
(cherry picked from commit d8631ed3db)

Co-authored-by: Geng Yuchao <gengyuchao@espressif.com>
2025-06-25 12:04:36 +08:00
morris
b861ac4481 Merge branch 'bugfix/onewire_internal_pullup_v5.2' into 'release/v5.2'
fix(rmt): enable internal pull-up resistor for onewire bus (v5.2)

See merge request espressif/esp-idf!39932
2025-06-18 21:49:55 +08:00
Rahul Tank
6377b2c605 Merge branch 'fix/gatt_cache_peer_init_incl_svc_v5.2' into 'release/v5.2'
fix(nimble): Added parameter in peer_init for included service allocation (v5.2)

See merge request espressif/esp-idf!39915
2025-06-18 16:27:44 +05:30
Shu Chen
d6c8a2b09c Merge branch 'fix/rx_abort_next_op_v5.2' into 'release/v5.2'
fix(openthread): disable rx_abort events in next operation (v5.2)

See merge request espressif/esp-idf!39961
2025-06-18 10:16:54 +00:00
Aditya Patwardhan
58fd7daea0 Merge branch 'bugfix/http_client_test_failure_v5.2' into 'release/v5.2'
fix: update root certificate for postman-echo endpoint (v5.2)

See merge request espressif/esp-idf!39849
2025-06-18 14:16:15 +05:30
Tan Yan Quan
8c1458345e feat(openthread): use apb_freq_max mode for esp_openthread_sleep pm lock 2025-06-18 15:35:24 +08:00
morris
6cc744aa58 fix(rmt): enable internal pull-up resistor for onewire bus 2025-06-17 15:33:04 +08:00
Astha Verma
304a10e1e9 fix(nimble): Added parameter in peer_init for included service allocation 2025-06-17 11:59:38 +05:30
Island
e0f61f8c92 Merge branch 'feat/add_ble_dtm_on_cert_test_v5.2' into 'release/v5.2'
feat(ble): add dtm test code to cert test example on ESP32-C6 (v5.2)

See merge request espressif/esp-idf!39832
2025-06-16 17:40:43 +08:00