Commit Graph

245 Commits

Author SHA1 Message Date
Xu Si Yu
d497516a87 feat(openthread): support multipan feature for RCP 2026-08-14 15:26:00 +08:00
yiwenxiu
aff69acef4 ci: seperate openthread test cases 2026-06-26 15:03:25 +08:00
yiwenxiu
a40509ed31 ci: add tear down for openthread ci case 2026-05-22 10:45:44 +08:00
Xu Si Yu
94c48bcfab fix(openthread): wait for all onlink GUAs to finish DAD before tests 2026-05-19 18:11:30 +08:00
Xu Si Yu
9fd3636963 fix(openthread): increase the app size in the partition table for the example 2026-05-14 15:20:57 +08:00
Xu Si Yu
300e61a53e fix(openthread): fix openthread ci ping case 2026-05-14 15:03:06 +08:00
Xu Si Yu
ca34d4ddda feat(openthread): optimized the autostart macro 2026-05-08 14:27:52 +08:00
Zhang Wen Xu
dc8927d96d Merge branch 'fix/enable_ext_coex_cmd_v5.3' into 'release/v5.3'
feat(coex): enable external coexistence command (v5.3)

See merge request espressif/esp-idf!48103
2026-04-30 06:23:11 +00:00
Xu Si Yu
6654fe739d feat(coex): enable external coexistence command 2026-04-30 10:31:53 +08:00
zwx
4903a35812 fix(openthread): fix SPI host-RCP communication loss
- 1. H2 SPI slave DMA transaction length insufficient for CMD_RESET
  frame
- 2. H2 SPI slave BUSY race at boot causing permanent deadlock
- 3. H2 INT pin spurious NEGEDGE on chip reset
- 4. H2 SPI slave trans_len exceeding buffer size
- 5. S3 host RST flag handling preventing Spinel-layer reset detection
- 6. S3 stale eventfd events after HardwareReset causing WaitResponse
  timeout
- 7. ot_br missing coprocessor reset failure callback
2026-04-29 19:37:26 +08:00
Zhang Wen Xu
ced11b5a1f Merge branch 'fix/optimize_the_process_of_ot_ci_v5.3' into 'release/v5.3'
fix(openthread): optimize the process of openthread pytest cases (v5.3)

See merge request espressif/esp-idf!47899
2026-04-24 10:01:23 +00:00
Xu Si Yu
533f06de01 fix(openthread): optimize the process of openthread pytest cases 2026-04-23 17:09:43 +08:00
Zhibin (Ryan) Wen
a10269a4a9 feat(openthread): add test support for esp_netif glue disabled scenario
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
2026-04-22 19:38:34 +08:00
Evgeny Torbin
59f62ad15f test: format all test scripts 2026-04-17 16:01:00 +02:00
Tan Yan Quan
cdb2bd6595 ci(openthread): include mbedtls in openthread dependencies 2026-04-10 11:23:39 +08:00
yiwenxiu
5c1ac4df48 feat(openthread): improve BR host related test cases 2026-04-03 14:51:53 +08:00
Shu Chen
02f70bc2a7 Merge branch 'feat/use_ot_cmakelists_v5.3' into 'release/v5.3'
feat(openthread): use upstream CMakeLists.txt for radio build (v5.3)

See merge request espressif/esp-idf!46593
2026-03-25 04:08:51 +00:00
Xu Si Yu
0c03fc73a9 feat(openthread): add a task block monitor 2026-03-18 14:27:42 +08:00
Tan Yan Quan
e710d764df feat(openthread): turn off rx earlier for csl if no packet received 2026-03-02 17:00:23 +08:00
Tan Yan Quan
b1ec599bc1 feat(openthread): support 154 debug features on RCP 2026-02-06 20:18:34 +08:00
Tan Yan Quan
5cc0976cd5 fix(openthread): restore LED state indicator for example code 2026-01-14 14:14:06 +08:00
Tan Yan Quan
e012ad6d69 docs(openthread): add iperf usage guide to ot_cli example readme 2026-01-14 14:14:06 +08:00
Tan Yan Quan
0d98a08e47 feat(openthread/cli-ext): update cli-ext to v2.0.0 2026-01-14 14:14:05 +08:00
Tan Yan Quan
33d97e087a feat(openthread): migrate iperf to use iperf-cmd component 2026-01-14 14:14:05 +08:00
Xu Si Yu
52eccc4c9f fix(openthread): remove the default netif configuration from the ot_br example 2025-12-31 17:44:40 +08:00
zwx
bfc991a7fe fix(openthread): removed unused ulp configuration 2025-12-30 10:59:03 +08:00
Tan Yan Quan
a79b5d94c4 feat(openthread): support RCP console debug via spinel 2025-12-12 14:29:48 +08:00
yiwenxiu
d2e1fb16ae feat(openthread): optimize fail cases in CI test 2025-11-26 11:08:40 +08:00
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
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
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
Xu Si Yu
0bf4a8e515 feat(openthread): update examples for API changes 2025-10-27 11:59:28 +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
Simonas Kazlauskas
c400fb4ff6 feat(openthread): support rcp based on USB Serial JTAG 2025-06-30 20:17:03 +08:00
Xu Si Yu
8142a4d318 feat(openthread): optimize trel reception 2025-06-24 18:47:43 +08:00
Tan Yan Quan
83e7d5fbd8 feat(openthread): use apb_freq_max mode for esp_openthread_sleep pm lock 2025-06-18 15:35:15 +08:00
Tan Yan Quan
d7ff344c4f fix(openthread): standardize disable_test to exclude certain targets 2025-05-12 10:37:50 +08:00
Tan Yan Quan
c975aa6aef feat(openthread): support esp32p4 as ot_br 2025-05-09 19:41:34 +08:00
Tan Yan Quan
223ed69c9b feat(openthread): enable parent search function for MTD 2025-04-29 14:37:16 +08:00
Roland Dobai
28b2914c95 Merge branch 'fix/fix_kconfig_files_v5.3' into 'release/v5.3'
fix(kconfig): Fix issues with Kconfig files (v5.3)

See merge request espressif/esp-idf!37576
2025-04-21 15:48:18 +08:00
Shu Chen
7f7eaf8046 Merge branch 'feature/add_ot_cli_ci_case_v5.3' into 'release/v5.3'
feat(openthread): add openthread ci ssed case v5.3

See merge request espressif/esp-idf!38255
2025-04-15 19:20:13 +08:00
Shu Chen
d84c417459 Merge branch 'feat/update_ot_upstream_v53' into 'release/v5.3'
feat(openthread): update openthread upstream submodule to support BR DNS resolution (v5.3)

See merge request espressif/esp-idf!38187
2025-04-15 12:09:54 +08:00
Tan Yan Quan
0573caeb54 feat(openthread): add esp_system dependency for SSED CI 2025-04-14 16:34:36 +08:00
Tan Yan Quan
1c019f6dff feat(openthread): relax conditions for trel case approval 2025-04-14 16:34:32 +08:00
Tan Yan Quan
fd0df9d04a feat(openthread): add openthread ci ssed case 2025-04-14 16:34:27 +08:00
Tan Yan Quan
2685cc10e0 feat(openthread): use freertos timer for debug logs 2025-04-14 16:34:21 +08:00
Tan Yan Quan
ba45546620 feat(openthread): increase CI timeout for dns CLI commands 2025-04-02 14:42:19 +08:00