fix(openthread/br): enable ot_br CI case for native wifi targets

This commit is contained in:
Tan Yan Quan
2025-05-09 12:05:38 +08:00
parent 0282e9f16f
commit 161117908d
2 changed files with 2 additions and 2 deletions

View File

@@ -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"]

View File

@@ -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: