mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
CI: add openthread build CI for ESP32-H2
This commit is contained in:
parent
2816ff14e4
commit
4bf62250fb
@ -1 +1 @@
|
||||
Subproject commit 9b0e23edec879fc3fd46908bc3629dbd2a33359b
|
||||
Subproject commit d9da61a6f6ee3ebf8176a1467fd32addfc3a0d04
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
| Supported Targets | ESP32-C6 | ESP32-H4 |
|
||||
| ----------------- | -------- | -------- |
|
||||
| Supported Targets | ESP32-C6 | ESP32-H2 | ESP32-H4 |
|
||||
| ----------------- | -------- | -------- | -------- |
|
||||
|
||||
# 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user