Commit Graph

6340 Commits

Author SHA1 Message Date
Island 563f462986 Merge branch 'feature/extend_h2_conon_num_to_70_v5.3' into 'release/v5.3'
change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2 (v5.3)

See merge request espressif/esp-idf!43833
2025-12-02 16:38:16 +08:00
Luo Xu 65c98b699c fix(ble_mesh): add proper memory cleanup in composition data parsing
(cherry picked from commit a45bb6c5da)

Co-authored-by: luoxu <luoxu@espressif.com>
2025-11-28 17:43:42 +08:00
Shen Wei Long 2c7966ea9c 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:11 +00:00
yiwenxiu d2e1fb16ae feat(openthread): optimize fail cases in CI test 2025-11-26 11:08:40 +08:00
Wang Meng Yang 235c50f345 Merge branch 'bugfix/bt_idf_ci_v5.3' into 'release/v5.3'
fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT (v5.3)

See merge request espressif/esp-idf!43605
2025-11-24 14:06:26 +08:00
yangfeng 18c3237449 fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT 2025-11-21 19:33:08 +08:00
Euripedes Rocha cdd8f31a4c Merge branch 'fix/bridge_example_v5.3' into 'release/v5.3'
fix(examples): fixed bridge example test endnode to host send (v5.3)

See merge request espressif/esp-idf!43056
2025-11-20 11:37:41 +01:00
morris 1e1f440eac Merge branch 'fix/pcnt_example_pytest_v5.3' into 'release/v5.3'
test(pcnt): fix pcnt example pytest (v5.3)

See merge request espressif/esp-idf!43197
2025-11-18 17:09:58 +08:00
Chen Jichang f5e6c22726 test(pcnt): fix pcnt example pytest 2025-11-17 16:34:16 +08:00
Rasmus Buurman 23b351acdf fix(examples): Fix typos in NimBLE example comments 2025-11-11 11:39:54 +05:30
yiwenxiu 2d32ddd0e6 feat(openthread): optimize fail cases in CI test 2025-11-05 16:14:28 +08:00
Xu Si Yu 7a99020765 feat(openthread): output logs of host for debugging CI issues 2025-11-05 15:03:02 +08:00
Ondrej Kosta df997e80e3 fix(examples): fixed bridge example test endnode to host send 2025-11-04 03:22:10 +01:00
Rahul Tank 3591e526f0 fix(nimble): Address compilation issues in nimble examples 2025-10-30 11:37:18 +05:30
Shu Chen 998586a8ec Merge branch 'feat/support_dhcpv6_v5.3' into 'release/v5.3'
feat(openthread): support OT upstream dhcpv6 feature (v5.3)

See merge request espressif/esp-idf!42914
2025-10-29 02:52:31 +00:00
morris ef2a5192ca Merge branch 'bugfix/fix_gptimer_premature_match_partial_data_v5.3' into 'release/v5.3'
fix(gptimer): update regex patterns in example test to include non-digit characters (v5.3)

See merge request espressif/esp-idf!42958
2025-10-29 09:49:03 +08:00
zwx 542dbbbcb8 feat(openthread): enlarge ot_br factory binary size 2025-10-28 15:41:15 +08:00
Tan Yan Quan 7ac2454e39 feat(openthread): add kconfig option for timing optimization 2025-10-28 15:41:13 +08:00
Shu Chen d8b512f577 Merge branch 'feat/allow_set_ot_netif_config_v5.3' into 'release/v5.3'
feat: allow set ot netif config (v5.3)

See merge request espressif/esp-idf!42903
2025-10-28 06:51:02 +00:00
morris 01aa513abc fix(gptimer): update regex patterns in example test to include non-digit characters
This prevents premature matching on partial data when the output is
being streamed, which was causing the test to capture 100000 instead of
the full 1000002.
2025-10-28 12:03:33 +08:00
Island 0c4c585f09 Merge branch 'fix/update_pawr_example_docs_v5.3' into 'release/v5.3'
Fix/update pawr example docs (v5.3)

See merge request espressif/esp-idf!42656
2025-10-28 11:14:11 +08:00
Xu Si Yu 0bf4a8e515 feat(openthread): update examples for API changes 2025-10-27 11:59:28 +08:00
Wang Meng Yang d53a579c37 Merge branch 'bugfix/ci_c3eco7_pwr_save_fail_v5.3' into 'release/v5.3'
fix(ble): fix ci power save test connection failure(v5.3)

See merge request espressif/esp-idf!42774
2025-10-22 17:02:10 +08:00
Xu Si Yu 4b7f1050de feat(openthread): examples adaptation of new APIs 2025-10-21 19:58:26 +08:00
Xu Si Yu a0fbf27514 feat(openthread): add common components for openthread examples 2025-10-21 19:58:26 +08:00
xiongweichao 4d34845ab6 fix(ble): fix ci power save test connection failure 2025-10-21 19:07:14 +08:00
morris 2348f03d58 Merge branch 'doc/tsens_uhci_v5.3' into 'release/v5.3'
doc: Update temperature snesor docs, remove inaccurate part, Fix uhci compiling on non-supported target (backport v5.3)

See merge request espressif/esp-idf!42468
2025-10-21 16:45:09 +08:00
morris 58116f26c5 Merge branch 'feature/usb_device_examples_update_v2.0.0_backport_v5.3' into 'release/v5.3'
feature(usb_device): Examples update to esp_tinyusb v2.0.0 (backport to v5.3)

See merge request espressif/esp-idf!42051
2025-10-20 16:53:02 +08:00
cjin cc0aca65e0 fix(ble): update the example docs for pawr 2025-10-20 10:19:04 +08:00
akshat dcb427560f bugfix(wifi): Improve FTM Query logging for AP-Sta mode 2025-10-17 10:08:42 +05:30
Wang Meng Yang 28a5eb4337 Merge branch 'bugfix/bt_idf_ci_v5.3' into 'release/v5.3'
fix(example/classic_bt): Fix the potential stack overflow tasks (v5.3)

See merge request espressif/esp-idf!42539
2025-10-16 18:59:06 +08:00
Rahul Tank f7d0a08341 fix(nimble): Added CS service support 2025-10-14 16:43:06 +05:30
yangfeng 927c0cbe21 fix(example/classic_bt): Fix potential stack overflow tasks 2025-10-14 16:08:04 +08:00
Rahul Tank 05f678344c feat(nimble): Base support for Channel sounding HCI command and events 2025-10-14 12:26:07 +05:30
C.S.M a11c5c65b1 doc(temperature_sensor): Update temperature snesor docs, remove inaccurate part 2025-10-13 11:02:28 +08:00
yangfeng 5c0c9d4c0e fix(example/classic_bt): Fix the stack overflow of the SPPAppT and mouse_move_task tasks 2025-10-10 16:14:20 +08:00
Rahul Tank 968c96944d fix(nimble): Declutter the nimble menu config options 2025-09-30 15:18:42 +05:30
Jiang Jiang Jian 974638fa2e Merge branch 'feat/support_11ax_rate_for_cert_test_v5.3' into 'release/v5.3'
Feat/support 11ax rate for cert test v5.3(Backport v5.3)

See merge request espressif/esp-idf!41464
2025-09-28 17:47:33 +08:00
Chen Chen 59776c475b feat: Update driver dependency for new version outside components 2025-09-26 16:37:20 +08:00
muhaidong 568a71cb63 feat(phy): update 11ax rate for cert test 2025-09-24 16:59:45 +08:00
muhaidong 6078a04c16 feat(phy): add 11ax rate for cert test 2025-09-24 16:59:45 +08:00
xieqinan@espressif.com a20b37e094 feat(zigbee): move the zcl_utility into the examples_utils of zb_common_components 2025-09-23 17:09:02 +08:00
Roman Leonov c1bb69227d feat(network): Update sta2eth example to esp_tinyusb v2.0.0 2025-09-19 14:43:49 +02:00
Roman Leonov 91cd08dca8 feat(usb_device): Update examples to esp_tinyusb v2.0.0 2025-09-19 14:43:49 +02:00
Zhao Wei Liang 7bc14990c8 feat(ble): add console command to get dtm rx rssi in hci example
(cherry picked from commit c58f07ed1e)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-09-17 11:14:12 +08:00
Zhao Wei Liang 0996c88d6e feat(ble): add console command to get dtm rx rssi on ESP32-C6
(cherry picked from commit b40f7c773b)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-09-17 11:14:10 +08:00
Rahul Tank 8a08720704 Merge branch 'bugfix/set_tx_power_in_example_v5.3' into 'release/v5.3'
fix(nimble): Add Tx power information in adv data (v5.3)

See merge request espressif/esp-idf!41815
2025-09-11 14:25:34 +05:30
Rahul Tank 84cbfbd3a4 fix(nimble): Add Tx power information in adv data 2025-09-10 18:47:18 +05:30
Zhou Xiao 316ec98bb6 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:29 +08:00
Shreeyash a64e1acb50 fix(nimble): Restructure the table in README.md file 2025-09-01 10:57:48 +05:30