Commit Graph

265 Commits

Author SHA1 Message Date
Xu Si Yu
a9a6975781 fix(openthread): wait for all onlink GUAs to finish DAD before tests 2026-05-19 18:55:57 +08:00
Xu Si Yu
ccdef86f59 fix(openthread): increase the app size in the partition table for the example 2026-05-14 15:24:26 +08:00
Xu Si Yu
8a67ec3335 fix(openthread): fix openthread ci ping case 2026-05-14 15:02:49 +08:00
Xu Si Yu
b5df9fde54 feat(openthread): optimized the autostart macro 2026-05-08 14:27:35 +08:00
Zhang Wen Xu
15026102c8 Merge branch 'fix/enable_ext_coex_cmd_v5.5' into 'release/v5.5'
feat(coex): enable external coexistence command (v5.5)

See merge request espressif/esp-idf!48101
2026-04-30 06:22:55 +00:00
Xu Si Yu
76579add6e feat(coex): enable external coexistence command 2026-04-29 20:15:59 +08:00
zwx
2e262292f1 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:46 +08:00
Zhang Wen Xu
6eb4b453f9 Merge branch 'fix/optimize_the_process_of_ot_ci_v5.5' into 'release/v5.5'
fix(openthread): optimize the process of openthread pytest cases (v5.5)

See merge request espressif/esp-idf!47896
2026-04-24 10:01:53 +00:00
Zhibin (Ryan) Wen
694a32b198 feat(openthread): add test support for esp_netif glue disabled scenario
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
2026-04-23 20:17:05 +08:00
Xu Si Yu
55857f9b12 fix(openthread): optimize the process of openthread pytest cases 2026-04-23 17:07:51 +08:00
Tan Yan Quan
8c5d44ba52 ci(openthread): include mbedtls in openthread dependencies 2026-04-10 18:50:06 +08:00
yiwenxiu
fd0dd125f5 feat(openthread): improve BR host related test cases 2026-04-03 15:18:57 +08:00
Xu Si Yu
9cb2b92e9f feat(openthread): add a task block monitor 2026-03-13 21:00:57 +08:00
Zhang Wen Xu
a8d0137263 Merge branch 'feat/csl_power_consumption_v5.5' into 'release/v5.5'
feat(openthread): turn off rx earlier for csl if no packet received (v5.5)

See merge request espressif/esp-idf!46193
2026-03-03 03:35:30 +00:00
Zhang Wen Xu
e690cecfe5 Merge branch 'feat/add_phy_cli_debug_v5.5' into 'release/v5.5'
feat(openthread): support 154 debug features on RCP (v5.5)

See merge request espressif/esp-idf!45731
2026-03-03 03:33:46 +00:00
Tan Yan Quan
65d38885e4 feat(openthread): turn off rx earlier for csl if no packet received 2026-03-02 17:00:13 +08:00
Alexey Gerenkov
0c7eac2565 Merge branch 'feature/picolibc_v5.5' into 'release/v5.5'
feat(build): add Picolibc support (v5.5)

See merge request espressif/esp-idf!44108
2026-02-26 18:12:58 +08:00
Fu Hanxi
124a1d3b82 ci: backport master to 5.5 2026-02-25 11:38:38 +01:00
Tan Yan Quan
7bf93d0147 feat(openthread): add ot_console_stop to deinit OT console 2026-02-06 20:18:18 +08:00
Tan Yan Quan
27bb654657 feat(openthread): support 154 debug features on RCP 2026-02-06 20:18:18 +08:00
Alexey Lapshin
0b3929d0d9 feat(esp_libc): add full support for picolibc 2026-01-30 23:39:53 +07:00
yiwenxiu
3feac750e3 feat(openthread): add C5 sleep test case 2026-01-15 20:30:37 +08:00
Tan Yan Quan
cd42265af2 fix(openthread): restore LED state indicator for example code 2026-01-14 14:13:32 +08:00
Tan Yan Quan
a8ea7f66f8 docs(openthread): add iperf usage guide to ot_cli example readme 2026-01-14 14:13:32 +08:00
Tan Yan Quan
556a29f9f9 feat(openthread/cli-ext): update cli-ext to v2.0.0 2026-01-14 14:13:32 +08:00
Tan Yan Quan
f18228020f feat(openthread): migrate iperf to use iperf-cmd component 2026-01-14 14:13:32 +08:00
Xu Si Yu
c05fc9c5e8 fix(openthread): remove the default netif configuration from the ot_br example 2025-12-31 17:44:29 +08:00
zwx
976709a115 fix(openthread): removed unused ulp configuration 2025-12-30 11:03:23 +08:00
Zhang Wen Xu
405f144c87 Merge branch 'fix/remove_the_duplicate_macro_definition_v5.5' into 'release/v5.5'
fix(openthread): remove the duplicate macro definition (v5.5)

See merge request espressif/esp-idf!43708
2025-12-26 06:27:39 +00:00
Tan Yan Quan
99b9913406 feat(openthread): support RCP console debug via spinel 2025-12-15 14:26:35 +08:00
yiwenxiu
674514e7b4 feat(openthread): optimize fail cases in CI test 2025-11-26 11:08:28 +08:00
yiwenxiu
20710cc14a feat(openthread): optimize fail cases in CI test 2025-11-07 10:28:40 +08:00
Xu Si Yu
c23218fead feat(openthread): output logs of host for debugging CI issues 2025-11-05 16:15:07 +08:00
Shu Chen
6334043f9b Merge branch 'feat/allow_set_ot_netif_config_v5.5' into 'release/v5.5'
feat: allow set ot netif config (v5.5)

See merge request espressif/esp-idf!42901
2025-10-28 05:29:50 +00:00
Tan Yan Quan
889c77957d feat(openthread): add kconfig option for timing optimization 2025-10-27 16:06:31 +08:00
Xu Si Yu
96fc6f15d9 feat(openthread): update examples for API changes 2025-10-27 11:59:10 +08:00
Xu Si Yu
964fde55dc feat(openthread): examples adaptation of new APIs 2025-10-21 12:11:03 +08:00
Xu Si Yu
c6359c36b3 feat(openthread): add common components for openthread examples 2025-10-21 11:27:27 +08:00
Shu Chen
97e07a01e3 Merge branch 'feat/call_meshcop_mdns_publish_in_idf_v5.5' into 'release/v5.5'
Handle MeshCoP mDNS service in state change callback, update OpenThread upstream (v5.5)

See merge request espressif/esp-idf!40082
2025-07-23 03:25:18 +00:00
Shu Chen
3e94cf120e Merge branch 'feat/rcp_over_usb_v5.5' into 'release/v5.5'
feat(openthread): support rcp based on USB Serial JTAG (v5.5)

See merge request espressif/esp-idf!40245
2025-07-22 08:58:34 +00:00
Xu Si Yu
a83147ddb0 feat(openthread): optimize trel reception 2025-07-22 16:55:02 +08:00
Simonas Kazlauskas
c910986317 feat(openthread): support rcp based on USB Serial JTAG 2025-06-30 20:18:45 +08:00
Tan Yan Quan
278a26213d feat(openthread): use apb_freq_max mode for esp_openthread_sleep pm lock 2025-06-18 15:34:57 +08:00
Tan Yan Quan
161117908d fix(openthread/br): enable ot_br CI case for native wifi targets 2025-05-09 12:05:38 +08:00
Tan Yan Quan
ba9545abbf feat(openthread): support esp32p4 as ot_br 2025-05-08 19:24:55 +08:00
Jiang Jiang Jian
35d17049e6 Merge branch 'support/esp32c5eco2_ble_15_4' into 'master'
Resupport BLE and 15.4 for esp32c5eco2

Closes IDF-12822, IDF-12824, IDF-10559, IDF-10560, IDF-10561, IDF-10562, IDF-10563, IDF-10564, IDF-10565, IDF-10566, and IDF-10567

See merge request espressif/esp-idf!38804
2025-04-30 10:11:19 +08:00
zwx
798a529ca6 feat(openthread): enlarge ot_br factory binary size 2025-04-29 19:37:55 +08:00
zwx
0e554538f7 feat(802.15.4): supported IEEE802.15.4 on the C5ECO2 2025-04-29 16:45:47 +08:00
Zhang Wen Xu
b79b7ac2ad Merge branch 'feat/mtd_parent_search' into 'master'
feat(openthread): enable parent search function for MTD

Closes TZ-1717

See merge request espressif/esp-idf!38615
2025-04-29 14:19:21 +08:00
Tan Yan Quan
3cc4702f7a feat(openthread): enable parent search function for MTD 2025-04-29 11:47:26 +08:00