Commit Graph

253 Commits

Author SHA1 Message Date
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
yinqingzhao dd9f8bfcbc feat(wifi): chip esp32c5 eco2 support wifi 2025-04-28 10:52:55 +08:00
laokaiyao 9a88effab8 ci: disabled RF soc caps for c5 eco2
Disable the RF soc caps to bypass the build of un-supported RF examples
2025-04-16 11:01:39 +08:00
Tan Yan Quan 1d10e11943 feat(openthread): add esp_system dependency for SSED CI 2025-04-14 16:15:19 +08:00
Tan Yan Quan 8a6fd92c12 feat(openthread): relax conditions for trel case approval 2025-04-14 16:15:19 +08:00
Tan Yan Quan cdfdb1afb3 feat(openthread): add openthread ci ssed case 2025-04-14 16:15:11 +08:00
Tan Yan Quan a876e63f90 feat(openthread): use freertos timer for debug logs 2025-04-14 15:02:14 +08:00
Tan Yan Quan 214691bce5 feat(openthread): increase CI timeout for dns CLI commands 2025-03-27 16:08:15 +08:00
yiwenxiu f72cb90b98 feat(openthread): fix ci avahi service cases issue 2025-03-19 17:56:43 +08:00
Roland Dobai 62ce56c542 Merge branch 'fix/fix_kconfig_files' into 'master'
fix(kconfig): Fix issues with Kconfig files

See merge request espressif/esp-idf!36726
2025-03-07 18:24:06 +08:00
igor.udot daf2d31008 test: format all test scripts 2025-03-05 12:08:48 +08:00
Jan Beran 2ccbb2f91d fix(kconfig): Fix issues with Kconfig files 2025-03-03 13:02:41 +01:00
yiwenxiu 0290c1f0ed feat(openthread): add br library check case 2025-02-11 17:24:47 +08:00