Commit Graph

283 Commits

Author SHA1 Message Date
Xu Si Yu
ab4451dd99 fix(openthread): increase the app size in the partition table for the example 2026-05-14 15:24:55 +08:00
Xu Si Yu
3c17a336f7 fix(openthread): fix openthread ci ping case 2026-05-14 15:02:40 +08:00
Ashish Sharma
eaac238545 fix(mbedtls): remove deprecated configs and migrate to PSA 2026-05-10 19:16:12 +08:00
Xu Si Yu
8fac8e4343 feat(openthread): optimized the autostart macro 2026-05-08 14:27:24 +08:00
Zhang Wen Xu
c89e84f64e Merge branch 'fix/enable_ext_coex_cmd_v6.0' into 'release/v6.0'
feat(coex): enable external coexistence command (v6.0)

See merge request espressif/esp-idf!48100
2026-04-30 06:22:32 +00:00
Xu Si Yu
7372fdf3f9 feat(coex): enable external coexistence command 2026-04-29 20:15:04 +08:00
zwx
b0d0eec303 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:38:11 +08:00
Zhang Wen Xu
9e2188364b Merge branch 'feat/ot_make_esp_netif_glue_optional_v6.0' into 'release/v6.0'
feat(openthread): make esp_netif glue optional (v6.0)

See merge request espressif/esp-idf!47859
2026-04-28 02:41:19 +00:00
Zhang Wen Xu
47e1b6f875 Merge branch 'bugfix/fix_ot_ci_testcases_v6.0' into 'release/v6.0'
ci: improve BR host related test cases (v6.0)

See merge request espressif/esp-idf!47261
2026-04-28 02:41:06 +00:00
Xu Si Yu
e322ceceae fix(openthread): optimize the process of openthread pytest cases 2026-04-23 17:32:21 +08:00
yiwenxiu
13b8785c34 feat(openthread): improve BR host related test cases 2026-04-23 17:32:08 +08:00
Zhibin (Ryan) Wen
60a9934569 feat(openthread): add test support for esp_netif glue disabled scenario
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
2026-04-22 19:30:09 +08:00
Tan Yan Quan
d4d8ac5feb ci(openthread): include mbedtls in openthread dependencies 2026-04-10 10:26:39 +08:00
Marius Vikhammer
e741963f13 Merge branch 'ci/common-components-release-v6.0' into 'release/v6.0'
ci: update build-test-rules to use common_components (v6.0)

See merge request espressif/esp-idf!45547
2026-03-23 09:31:28 +08:00
igor.udot
e2a8bbe639 ci: update build-test-rules to use common_components 2026-03-20 15:53:26 +08:00
Chen Yudong
56065ee399 feat(example): update iperf examples 2026-03-20 15:05:14 +08:00
Zhang Wen Xu
a37a16057d Merge branch 'feat/add_phy_cli_debug_v6.0' into 'release/v6.0'
feat(openthread): support 154 debug features on RCP (v6.0)

See merge request espressif/esp-idf!45730
2026-03-19 13:52:48 +00:00
Zhang Wen Xu
818c06b158 Merge branch 'refactor/remove_ot_cmac_v6.0' into 'release/v6.0'
refactor(openthread/zigbee): remove CMAC from sdkconfig.defaults (v6.0)

See merge request espressif/esp-idf!46095
2026-03-19 13:52:45 +00:00
Zhang Wen Xu
312d998881 Merge branch 'feat/csl_power_consumption_v6.0' into 'release/v6.0'
feat(openthread): turn off rx earlier for csl if no packet received (v6.0)

See merge request espressif/esp-idf!46192
2026-03-19 13:52:42 +00:00
Xu Si Yu
f69b65f8f4 feat(openthread): add a task block monitor 2026-03-19 15:37:10 +08:00
Tan Yan Quan
393bcb1cc2 feat(openthread): turn off rx earlier for csl if no packet received 2026-03-02 17:00:06 +08:00
Tan Yan Quan
aa49bb5b02 refactor(openthread): remove CMAC from sdkconfig.defaults 2026-02-27 14:11:39 +08:00
Tan Yan Quan
cc4f020278 feat(openthread): add ot_console_stop to deinit OT console 2026-02-06 20:18:11 +08:00
Tan Yan Quan
2343653af2 feat(openthread): support 154 debug features on RCP 2026-02-06 20:18:11 +08:00
Jiang Jiang Jian
afa266ebd6 Merge branch 'fix/fix_i2c_modem_clock_ref_count_mismatch_v6.0' into 'release/v6.0'
feat(esp_hw_support): add reference count control & clock enable checking for modem clock devices (v6.0)

See merge request espressif/esp-idf!45533
2026-02-01 11:54:27 +08:00
wuzhenghui
2d8c6ed6b4 change(esp_hal_rtc_timer): unify lp_timer/rtc_timer naming to RTC_TIMER 2026-01-31 22:31:34 +08:00
wuzhenghui
12b9fb6549 feat(esp_hal_rtc_timer): introduce new RTC timer component and refactor existing timer functions 2026-01-31 22:29:20 +08:00
wuzhenghui
046f837245 feat(esp_hw_support): add ESP_MODEM_CLOCK_ENABLE_CHECKING config option 2026-01-30 15:30:34 +08:00
Jiang Jiang Jian
53d09e20da Merge branch 'feat/add_ot_ci_c5_related_testcases_v6.0' into 'release/v6.0'
feat(openthread): add C5 sleep test case (v6.0)

See merge request espressif/esp-idf!45161
2026-01-30 14:32:31 +08:00
yiwenxiu
97768706cd feat(openthread): add C5 sleep test case 2026-01-15 20:30:12 +08:00
Tan Yan Quan
4e94df77b2 fix(openthread): restore LED state indicator for example code 2026-01-14 14:13:14 +08:00
Tan Yan Quan
719ea8d747 docs(openthread): add iperf usage guide to ot_cli example readme 2026-01-14 14:13:14 +08:00
Tan Yan Quan
3d873c415c feat(openthread/cli-ext): update cli-ext to v2.0.0 2026-01-14 14:13:14 +08:00
Tan Yan Quan
4e07771de0 feat(openthread): migrate iperf to use iperf-cmd component 2026-01-14 14:13:13 +08:00
Xu Si Yu
fc13b07b65 fix(openthread): remove the default netif configuration from the ot_br example 2025-12-31 17:43:22 +08:00
Zhang Wen Xu
08920f0ac7 Merge branch 'feat/rcp_spinel_logs_v6.0' into 'release/v6.0'
feat(openthread): support RCP console debug via spinel (v6.0)

See merge request espressif/esp-idf!44136
2025-12-16 02:31:49 +00:00
Tan Yan Quan
9c162f1b9b feat(openthread): support RCP console debug via spinel 2025-12-11 16:09:50 +08:00
C.S.M
ed64e7bf78 ci(header_check): Add check for public header should not include freertos 2025-12-10 15:10:43 +08:00
Alexey Lapshin
ad7f4b9670 feat(esp_libc): make picolibc default libc 2025-12-06 00:08:35 +07:00
yiwenxiu
9bd284e33c feat(openthread): optimize fail cases in CI test 2025-11-26 11:08:22 +08:00
Shu Chen
1045fb094b Merge branch 'bugfix/fix_thread_ci_testcases_not_stable_v6.0' into 'release/v6.0'
Bugfix/fix thread ci testcases not stable v6.0

See merge request espressif/esp-idf!43130
2025-11-14 08:37:48 +00:00
Shu Chen
1b21b68c0d Merge branch 'feat/support_dhcpv6_v6.0' into 'release/v6.0'
feat(openthread): support OT upstream dhcpv6 feature (v6.0)

See merge request espressif/esp-idf!42920
2025-11-14 08:37:26 +00:00
yiwenxiu
37e2aad529 feat(openthread): optimize fail cases in CI test 2025-11-05 16:28:38 +08:00
Tan Yan Quan
49ea34da87 feat(openthread): add kconfig option for timing optimization 2025-10-27 16:28:14 +08:00
Xu Si Yu
e24bb6f9ac feat(openthread): update examples for API changes 2025-10-27 11:59:05 +08:00
Xu Si Yu
13df28d5c9 feat(openthread): output logs of host for debugging CI issues 2025-10-15 15:28:39 +08:00
Xu Si Yu
4876f122cc feat(openthread): examples adaptation of new APIs 2025-09-26 10:59:59 +08:00
Xu Si Yu
41dbd0d03a feat(openthread): add common components for openthread examples 2025-09-26 10:59:59 +08:00
Alexey Lapshin
28ced4efad fix(config): actualize newlib Kconfig options 2025-08-28 12:25:09 +08:00
Marek Fiala
9d35d63651 feat(cmake): Update minimum cmake version to 3.22 (whole repository) 2025-08-19 14:44:32 +02:00