Commit Graph

5473 Commits

Author SHA1 Message Date
Tan Yan Quan 330a7ab4bf docs(openthread): add iperf usage guide to ot_cli example readme 2026-01-17 13:44:00 +08:00
Tan Yan Quan 9dcacfef0a feat(openthread/cli-ext): update cli-ext to v2.0.0 2026-01-17 13:43:51 +08:00
Tan Yan Quan ea65e5022c feat(openthread): migrate iperf to use iperf-cmd component 2026-01-17 13:43:42 +08:00
Jiang Jiang Jian fa4b39c9b8 Merge branch 'fix/http2_request_example_pytest_failure' into 'release/v5.1'
fix(http2_request): Fixed the CI failures of http2_request example pytest

See merge request espressif/esp-idf!44686
2026-01-09 11:33:31 +08:00
Xu Si Yu c34a5858e8 fix(openthread): remove the default netif configuration from the ot_br example 2025-12-31 17:44:54 +08:00
hrushikesh.bhosale 10dc80529a fix(http2_request): Fixed the CI failures of http2_request example pytest
There are some failures in the CI for the example pytest due to timeout issue
2025-12-30 14:00:31 +05:30
Jiang Jiang Jian 1b81a5ee84 Merge branch 'bugfix/iperf_sta_retry_cnt_v5.1' into 'release/v5.1'
fix(wifi): Add max retry count for iperf station command (Backport v5.1)

See merge request espressif/esp-idf!43910
2025-12-29 19:55:56 +08:00
yangfeng a56fac5bba refactor(examples/classic_bt): Add example tests for A2DP and AVRCP examples 2025-12-25 11:15:27 +08:00
yangfeng e92eeadb2e docs: Add explanations for the A2DP sink stream and AVRCP examples
- Modify the path of A2DP sink example
2025-12-25 11:15:27 +08:00
yangfeng e78eea1874 refactor: Refactor the example of the coexistence of A2DP sink and GATT service 2025-12-25 11:12:49 +08:00
yangfeng 6a1be1ac90 refactor(examples/classic_bt): Refactor A2DP sink and AVRCP examples
- Add avrcp_ct_metadata example
- Add avrcp_absolute_volume example
- Add the example components about common code for a2dp sink and avrcp
2025-12-25 11:12:19 +08:00
Jiang Jiang Jian c0c18750e5 Merge branch 'ci/fix_wifi_cases_5.1' into 'release/v5.1'
Ci: fix wifi cases 5.1

See merge request espressif/esp-idf!44022
2025-12-19 19:12:35 +08:00
zhanghaipeng fd4599fb53 fix(ble/bluedroid): Fix VLA in a2dp_gatts_coex example 2025-12-17 00:04:45 +08:00
Zhang Hai Peng 73f8cc0826 fix(ble/bt): Add NULL check in esp_hid_device example
(cherry picked from commit 8e0f74a2cc)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-17 00:04:45 +08:00
Zhang Hai Peng 2a5d00e314 fix(ble/bt): Add NULL check in esp_hid_host example
(cherry picked from commit 8b5dd75368)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-17 00:04:45 +08:00
Zhang Hai Peng 867c76f83d fix(ble/blufi): Add DH param length validation
(cherry picked from commit 773814c087)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-17 00:04:45 +08:00
Zhang Hai Peng 8c58dbaa3c fix(ble/bluedroid): Use snprintf in ble_eddystone example
(cherry picked from commit 24e023e307)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-17 00:04:45 +08:00
Jiang Jiang Jian 43b1fa99d7 Merge branch 'feature/extend_h2_conon_num_to_70_v5.1' into 'release/v5.1'
change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2 (v5.1)

See merge request espressif/esp-idf!43831
2025-12-12 10:17:06 +08:00
laokaiyao b3f0779096 remove(i2s_es8311): remove the bsp support since the broken dependency 2025-12-09 10:31:59 +08:00
Chen Yudong 27e68d1611 ci: fix sdkconfig.ci.xxx for wifi examples 2025-12-05 11:47:51 +08:00
Chen Yudong 4021602678 ci: rename wifi_two_dut to two_duts 2025-12-05 11:47:47 +08:00
Sajia 06d16e91b7 fix(wifi): Add max retry count for iperf station command 2025-12-02 11:46:16 +05:30
Shen Wei Long 73c37b5c8c change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2
(cherry picked from commit cd33f13521)

Co-authored-by: ShenWeilong <shenweilong@espressif.com>
2025-11-28 09:06:08 +00:00
Jiang Jiang Jian bef993f784 Merge branch 'feature/usb_device_examples_update_v2.0.0_backport_v5.1' into 'release/v5.1'
feature(usb_device): Examples update to esp_tinyusb v2.0.0 (backport to v5.1)

See merge request espressif/esp-idf!42053
2025-11-28 10:57:19 +08:00
morris e7117c7a57 Merge branch 'bugfix/uart_related_backports_v5.1' into 'release/v5.1'
fix(uart): some related uart backports (v5.1)

See merge request espressif/esp-idf!43656
2025-11-27 12:50:06 +08:00
Shu Chen 76e15b8e2d Merge branch 'bugfix/update_thread_ci_testcases_v5.1' into 'release/v5.1'
feat(openthread): optimize fail cases in CI test (v5.1)

See merge request espressif/esp-idf!43749
2025-11-27 04:12:59 +00:00
Island 53f1ef016e Merge branch 'feat/support_bhost2025_44_v5.1' into 'release/v5.1'
feat(ble/bluedroid): Add more debug log for bluedroid (v5.1)

See merge request espressif/esp-idf!43362
2025-11-26 18:02:52 +08:00
yiwenxiu 47b3040f3c feat(openthread): optimize fail cases in CI test 2025-11-26 17:52:20 +08:00
Song Ruo Jing 81bbed4642 fix(light_sleep/example): fix potential compilation error in light_sleep example
If ESP_CONSOLE_NONE is selected in menuconfig, compilation fails with
undefined CONFIG_ESP_CONSOLE_UART_BAUDRATE macro.
2025-11-26 11:52:35 +08:00
Wang Meng Yang f386c1b947 Merge branch 'bugfix/bt_idf_ci_v5.1' into 'release/v5.1'
fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT (v5.1)

See merge request espressif/esp-idf!43607
2025-11-26 09:18:56 +08:00
yangfeng 88ebfd7024 fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT 2025-11-21 19:51:43 +08:00
yangfeng 7079484ebb fix(bt/example): Fixed hf_ag build error 2025-11-21 13:27:27 +08:00
morris aab169480b Merge branch 'fix/pcnt_example_pytest_v5.1' into 'release/v5.1'
test(pcnt): fix pcnt example pytest (v5.1)

See merge request espressif/esp-idf!43199
2025-11-18 17:09:45 +08:00
Chen Jichang efdf244269 test(pcnt): fix pcnt example pytest 2025-11-17 16:35:41 +08:00
Rasmus Buurman dbdefc1306 fix(examples): Fix typos in NimBLE example comments 2025-11-11 11:40:45 +05:30
yiwenxiu 04a400992c feat(openthread): optimize fail cases in CI test 2025-11-06 11:02:45 +08:00
Rahul Tank f18519da4e fix(nimble): Address compilation issues in nimble examples 2025-10-30 11:42:52 +05:30
Shu Chen 7a9eee11fd Merge branch 'feat/support_dhcpv6_v5.1' into 'release/v5.1'
feat(openthread): support OT upstream dhcpv6 feature (v5.1)

See merge request espressif/esp-idf!42916
2025-10-29 03:00:19 +00:00
zwx df7785eb92 feat(openthread): enlarge ot_br factory binary size 2025-10-28 15:43:46 +08:00
Tan Yan Quan c49c2c5911 feat(openthread): add kconfig option for timing optimization 2025-10-28 15:43:44 +08:00
Shu Chen 32e99fa02b Merge branch 'feat/allow_set_ot_netif_config_v5.1' into 'release/v5.1'
feat: allow set ot netif config (v5.1)

See merge request espressif/esp-idf!42905
2025-10-28 06:49:20 +00:00
Xu Si Yu 4e1f3ddde0 feat(openthread): update examples for API changes 2025-10-27 12:00:00 +08:00
xiongweichao c64a0d2607 fix(ble): fix ci power save test connection failure 2025-10-22 09:13:41 +00:00
Xu Si Yu eda0f61560 feat(openthread): examples adaptation of new APIs 2025-10-21 20:22:19 +08:00
Xu Si Yu ce9a105b11 feat(openthread): add common components for openthread examples 2025-10-21 20:22:19 +08:00
akshat d1b0f33b22 bugfix(wifi): Improve FTM Query logging for AP-Sta mode 2025-10-17 10:09:07 +05:30
Jiang Jiang Jian 03398498b3 Merge branch 'bugfix/bt_idf_ci_v5.1' into 'release/v5.1'
fix(example/classic_bt): Fix the potential stack overflow tasks (v5.1)

See merge request espressif/esp-idf!42546
2025-10-16 14:00:07 +08:00
Rahul Tank c51c432f08 fix(nimble): Added CS service support 2025-10-14 21:35:15 +05:30
yangfeng c408fa3250 fix(example/classic_bt): Fix potential stack overflow tasks 2025-10-14 16:21:13 +08:00
Rahul Tank 80ceee8541 feat(nimble): Base support for Channel sounding HCI command and events 2025-10-14 12:44:50 +05:30