mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
fix(openthread/br): enable ot_br CI case for native wifi targets
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
examples/openthread/ot_br:
|
examples/openthread/ot_br:
|
||||||
enable:
|
enable:
|
||||||
- if: (SOC_WIFI_SUPPORTED == 1 and IDF_TARGET == "esp32p4") and CONFIG_NAME != "native_radio"
|
- if: (SOC_WIFI_SUPPORTED == 1 or IDF_TARGET == "esp32p4") and CONFIG_NAME != "native_radio"
|
||||||
- if: SOC_WIFI_SUPPORTED == 1 and (SOC_IEEE802154_SUPPORTED == 1 and CONFIG_NAME == "native_radio")
|
- if: SOC_WIFI_SUPPORTED == 1 and (SOC_IEEE802154_SUPPORTED == 1 and CONFIG_NAME == "native_radio")
|
||||||
disable_test:
|
disable_test:
|
||||||
- if: IDF_TARGET not in ["esp32s3"]
|
- if: IDF_TARGET not in ["esp32s3"]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
## IDF Component Manager Manifest File
|
## IDF Component Manager Manifest File
|
||||||
dependencies:
|
dependencies:
|
||||||
espressif/esp_ot_cli_extension:
|
espressif/esp_ot_cli_extension:
|
||||||
version: "~1.3.1"
|
version: "~1.3.0"
|
||||||
espressif/mdns: "^1.0.3"
|
espressif/mdns: "^1.0.3"
|
||||||
## Required IDF version
|
## Required IDF version
|
||||||
idf:
|
idf:
|
||||||
|
Reference in New Issue
Block a user