CI: add openthread build CI for ESP32-H2

This commit is contained in:
Xu Si Yu 2023-02-24 16:02:12 +08:00 committed by xiaqilin
parent 2816ff14e4
commit 4bf62250fb
5 changed files with 13 additions and 8 deletions

@ -1 +1 @@
Subproject commit 9b0e23edec879fc3fd46908bc3629dbd2a33359b
Subproject commit d9da61a6f6ee3ebf8176a1467fd32addfc3a0d04

View File

@ -12,12 +12,16 @@ examples/openthread/ot_br:
examples/openthread/ot_cli:
enable:
- if: IDF_TARGET in ["esp32h4", "esp32c6"]
- if: IDF_TARGET in ["esp32h2", "esp32h4", "esp32c6"]
disable_test:
- if: IDF_TARGET == "esp32h2"
temporary: true
reason: test on esp32h4 and esp32c6
examples/openthread/ot_rcp:
enable:
- if: IDF_TARGET in ["esp32h4", "esp32c6"]
- if: IDF_TARGET in ["esp32h2", "esp32h4", "esp32c6"]
disable_test:
- if: IDF_TARGET == "esp32c6"
- if: IDF_TARGET in ["esp32h2", "esp32c6"]
temporary: true
reason: only test on esp32h4

View File

@ -1,5 +1,5 @@
| Supported Targets | ESP32-C6 | ESP32-H4 |
| ----------------- | -------- | -------- |
| Supported Targets | ESP32-C6 | ESP32-H2 | ESP32-H4 |
| ----------------- | -------- | -------- | -------- |
# OpenThread Command Line Example

View File

@ -1,5 +1,5 @@
| Supported Targets | ESP32-C6 | ESP32-H4 |
| ----------------- | -------- | -------- |
| Supported Targets | ESP32-C6 | ESP32-H2 | ESP32-H4 |
| ----------------- | -------- | -------- | -------- |
# OpenThread Radio Co-Processor (RCP) Example

View File

@ -70,6 +70,7 @@ default_cli_ot_para = ocf.thread_parameter('router', '', '12', '', False)
# Case 1: Thread network formation and attaching
@pytest.mark.esp32s3
@pytest.mark.esp32h2
@pytest.mark.esp32h4
@pytest.mark.esp32c6
@pytest.mark.openthread_br