Commit Graph

186 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
Xu Si Yu c34a5858e8 fix(openthread): remove the default netif configuration from the ot_br example 2025-12-31 17:44:54 +08:00
yiwenxiu 47b3040f3c feat(openthread): optimize fail cases in CI test 2025-11-26 17:52:20 +08:00
yiwenxiu 04a400992c feat(openthread): optimize fail cases in CI test 2025-11-06 11:02:45 +08:00
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
Xu Si Yu 4e1f3ddde0 feat(openthread): update examples for API changes 2025-10-27 12:00:00 +08: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
Xu Si Yu 366310e3e4 feat(openthread): optimize trel reception 2025-06-24 17:06:53 +08:00
Tan Yan Quan cc97421794 feat(openthread): use apb_freq_max mode for esp_openthread_sleep pm lock 2025-06-18 15:35:34 +08:00
Tan Yan Quan 4428512315 feat(openthread): enable parent search function for MTD 2025-04-29 14:37:33 +08:00
Tan Yan Quan 49e92f072f feat(openthread): relax conditions for trel case approval 2025-04-14 16:53:07 +08:00
Tan Yan Quan 9ae2107aae feat(openthread): add openthread ci ssed case 2025-04-14 16:53:07 +08:00
Tan Yan Quan c3805b5a00 feat(openthread): use freertos timer for debug logs 2025-04-14 16:53:02 +08:00
Tan Yan Quan e9f274e0d8 feat(openthread): increase CI timeout for dns CLI commands 2025-04-02 11:40:56 +08:00
Shu Chen c393ecc491 Merge branch 'bugfix/fix_ot_ci_cases_avahi_service_issue_v5.1' into 'release/v5.1'
feat(openthread): fix ci avahi service cases issue (v5.1)

See merge request espressif/esp-idf!37873
2025-03-20 14:27:14 +08:00
yiwenxiu 0cad271482 feat(openthread): fix ci avahi service cases issue 2025-03-19 09:07:52 +08:00
yiwenxiu 6b9af0179e feat(openthread): add br library check case 2025-02-12 09:58:54 +08:00
Shu Chen 33472d3c6d Merge branch 'fix/ci_restart_avahi_daemon_v51' into 'release/v5.1'
fix(ci): restart avahi-daemon in otbr service discovery test case (v5.1)

See merge request espressif/esp-idf!36514
2025-01-23 19:02:57 +08:00
Jiang Jiang Jian 9a2af9981f Merge branch 'fix/fix_coex_macro_control_v5.1' into 'release/v5.1'
fix(openthread): use the correct macros to control code compilation (v5.1)

See merge request espressif/esp-idf!36458
2025-01-23 15:29:06 +08:00
zwx 9521fbdfbb feat(openthread): support hardware reset RCP while processing RCP failure 2025-01-22 17:13:49 +08:00
zwx 5056ec323e fix(ci): restart avahi-daemon in otbr service discovery test case 2025-01-21 11:22:42 +08:00
Xu Si Yu 6b3f6ef71f fix(openthread): use the correct macros to control code compilation 2025-01-17 09:49:42 +08:00
Xu Si Yu 35ed2beb21 fix(openthread): fix openthread radio spinel deinit 2025-01-06 10:25:53 +08:00
Xu Si Yu d7491e8fa8 fix(openthread): fix a naming error of kconfig 2025-01-06 10:25:30 +08:00
Xu Si Yu 632a7e0a36 feat(15.4): support setting 15.4 txrx pti when coex is enabled 2025-01-06 10:25:30 +08:00
WanqQixiang 27bf56be02 fix(openthread): Fix CI failure of ot_trel example build 2024-12-31 15:24:47 +08:00
yiwenxiu 80b11876da feat(openthread): use fixed port in ot ci cases 2024-12-30 10:29:55 +08:00
Tan Yan Quan c9f1da176d fix(openthread): add macros for ot_br 2024-12-23 21:31:25 +08:00
yiwenxiu 0c025a9f97 feat(openthread): change wlan to ethernet 2024-12-18 10:02:22 +08:00
yiwenxiu 2534aa2f20 feat(openthread): add delay before execute wifi command in openthread ci cases 2024-12-04 17:14:11 +08:00
yiwenxiu 317d4859f8 feat(openthread): enhance wifi connection check in openthread ci cases 2024-11-27 15:31:44 +08:00
Xu Si Yu 78a4ea29f3 feat(openthread): update openthread submodule and border router lib 2024-11-21 15:52:45 +08:00
yiwenxiu dc99a90d4c feat(openthread): flush ipv6 addr in openthread ci cases 2024-11-19 15:44:29 +08:00
Shu Chen 5ed3e67c7c Merge branch 'fix/find_and_close_service_in_ot_ci_case_v5.1' into 'release/v5.1'
fix(ci): optimize an openthread ci case (Backport v5.1)

See merge request espressif/esp-idf!34724
2024-11-14 11:58:58 +08:00
Xu Si Yu 9c4d817726 feat(openthread): support vendor hook for rcp spi 2024-11-07 11:55:56 +08:00
Xu Si Yu b59b0e0926 feat(openthread): allow enabling trel before getting interface 2024-11-07 11:55:56 +08:00
Xu Si Yu 88077e0b16 feat(openthread): support trel feature 2024-11-07 11:55:56 +08:00
Xu Si Yu 14e8d52963 fix(ci): optimize an openthread ci case 2024-11-07 10:38:50 +08:00
Xu Si Yu 9ead83c4ee feat(openthread): update extension commands component for examples 2024-09-19 16:07:03 +08:00
zwx 760bdd1cfc fix(openthread): make ot task queue sending non-permanent blocking 2024-08-06 14:10:55 +08:00
Xu Si Yu e6f76a17a1 feat(openthread): update openthread submodule 2024-07-25 15:57:56 +08:00
Shu Chen c626cac47d Merge branch 'fix/fix_ot_br_partition_table_5_1' into 'release/v5.1'
fix(openthread): increase factory app size in ot_br partition table (backport to 5.1)

See merge request espressif/esp-idf!30249
2024-05-11 10:24:48 +08:00
zwx 8f602988d9 feat(openthread): move iperf dependency into cli extension 2024-04-28 16:45:48 +08:00
Xu Si Yu ad0de2103b feat(openthread): support openthread ephemeral key 2024-04-28 16:32:28 +08:00
Xu Si Yu 4476ff475e fix(openthread): increase factory app size in ot_br partition table 2024-04-15 20:54:26 +08:00