Merge branch 'update/wifi_remote' into 'master'

change(examples): Re-enable examples which need esp_wifi_remote

See merge request espressif/esp-idf!39067
This commit is contained in:
David Čermák
2025-06-10 00:42:09 +08:00
6 changed files with 7 additions and 14 deletions

View File

@@ -193,10 +193,6 @@ examples/protocols/mqtt/ssl_psk:
<<: *mqtt_dependencies <<: *mqtt_dependencies
examples/protocols/mqtt/tcp: examples/protocols/mqtt/tcp:
<<: *mqtt_dependencies <<: *mqtt_dependencies
disable+:
- if: IDF_TARGET in ["esp32p4", "esp32h2"]
temporary: true
reason: need to update esp_wifi_remote component to support idf-v6.0
disable_test: disable_test:
- if: IDF_TARGET != "esp32" - if: IDF_TARGET != "esp32"
reason: only test on esp32 reason: only test on esp32

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-S2 | ESP32-S3 | | Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- | | ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- | -------- | -------- |
# ESP-MQTT sample application # ESP-MQTT sample application
(See the README.md file in the upper level 'examples' directory for more information about examples.) (See the README.md file in the upper level 'examples' directory for more information about examples.)

View File

@@ -2,6 +2,6 @@ dependencies:
protocol_examples_common: protocol_examples_common:
path: ${IDF_PATH}/examples/common_components/protocol_examples_common path: ${IDF_PATH}/examples/common_components/protocol_examples_common
espressif/esp_wifi_remote: espressif/esp_wifi_remote:
version: ">=0.1.12" version: ">=0.10,<2.0"
rules: rules:
- if: "target in [esp32p4, esp32h2]" - if: "target in [esp32p4, esp32h2]"

View File

@@ -36,9 +36,6 @@ examples/wifi/iperf:
disable: disable:
- if: (SOC_WIFI_SUPPORTED != 1) and (SOC_WIRELESS_HOST_SUPPORTED != 1) - if: (SOC_WIFI_SUPPORTED != 1) and (SOC_WIRELESS_HOST_SUPPORTED != 1)
- if: (IDF_TARGET == "esp32p4") and CONFIG_NAME in ["defaults", "99"] - if: (IDF_TARGET == "esp32p4") and CONFIG_NAME in ["defaults", "99"]
- if: IDF_TARGET in ["esp32p4", "esp32h2"]
temporary: true
reason: need to update esp_wifi_remote component to support idf-v6.0
disable_test: disable_test:
- if: IDF_TARGET not in ["esp32"] - if: IDF_TARGET not in ["esp32"]
temporary: true temporary: true

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-S2 | ESP32-S3 | | Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | | ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
# Iperf Example # Iperf Example

View File

@@ -8,11 +8,11 @@ dependencies:
esp-qa/ping-cmd: esp-qa/ping-cmd:
version: "~1.0.0" version: "~1.0.0"
espressif/esp_wifi_remote: espressif/esp_wifi_remote:
version: "~0.5.3" version: ">=0.10,<2.0"
rules: rules:
- if: "target in [esp32p4, esp32h2]" - if: "target in [esp32p4, esp32h2]"
espressif/esp_hosted: espressif/esp_hosted:
version: "~1" version: "~2"
rules: rules:
- if: "target in [esp32p4, esp32h2]" - if: "target in [esp32p4, esp32h2]"
espressif/esp-extconn: espressif/esp-extconn: