mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 10:31:03 +02:00
CI: add openthread build CI for ESP32-H2
This commit is contained in:
Submodule components/ieee802154/lib updated: 9b0e23edec...d9da61a6f6
@@ -12,12 +12,16 @@ examples/openthread/ot_br:
|
|||||||
|
|
||||||
examples/openthread/ot_cli:
|
examples/openthread/ot_cli:
|
||||||
enable:
|
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:
|
examples/openthread/ot_rcp:
|
||||||
enable:
|
enable:
|
||||||
- if: IDF_TARGET in ["esp32h4", "esp32c6"]
|
- if: IDF_TARGET in ["esp32h2", "esp32h4", "esp32c6"]
|
||||||
disable_test:
|
disable_test:
|
||||||
- if: IDF_TARGET == "esp32c6"
|
- if: IDF_TARGET in ["esp32h2", "esp32c6"]
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: only test on esp32h4
|
reason: only test on esp32h4
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32-C6 | ESP32-H4 |
|
| Supported Targets | ESP32-C6 | ESP32-H2 | ESP32-H4 |
|
||||||
| ----------------- | -------- | -------- |
|
| ----------------- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# OpenThread Command Line Example
|
# OpenThread Command Line Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32-C6 | ESP32-H4 |
|
| Supported Targets | ESP32-C6 | ESP32-H2 | ESP32-H4 |
|
||||||
| ----------------- | -------- | -------- |
|
| ----------------- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# OpenThread Radio Co-Processor (RCP) Example
|
# OpenThread Radio Co-Processor (RCP) Example
|
||||||
|
|
||||||
|
@@ -70,6 +70,7 @@ default_cli_ot_para = ocf.thread_parameter('router', '', '12', '', False)
|
|||||||
|
|
||||||
# Case 1: Thread network formation and attaching
|
# Case 1: Thread network formation and attaching
|
||||||
@pytest.mark.esp32s3
|
@pytest.mark.esp32s3
|
||||||
|
@pytest.mark.esp32h2
|
||||||
@pytest.mark.esp32h4
|
@pytest.mark.esp32h4
|
||||||
@pytest.mark.esp32c6
|
@pytest.mark.esp32c6
|
||||||
@pytest.mark.openthread_br
|
@pytest.mark.openthread_br
|
||||||
|
Reference in New Issue
Block a user