File tree Expand file tree Collapse file tree 6 files changed +7
-14
lines changed Expand file tree Collapse file tree 6 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -193,10 +193,6 @@ examples/protocols/mqtt/ssl_psk:
193193 << : *mqtt_dependencies
194194examples/protocols/mqtt/tcp :
195195 << : *mqtt_dependencies
196- disable+ :
197- - if : IDF_TARGET in ["esp32p4", "esp32h2"]
198- temporary : true
199- reason : need to update esp_wifi_remote component to support idf-v6.0
200196 disable_test :
201197 - if : IDF_TARGET != "esp32"
202198 reason : only test on esp32
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-S2 | ESP32-S3 |
2- | ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- |
1+ | Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-P4 | ESP32- S2 | ESP32-S3 |
2+ | ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- | -------- | -------- |
33
44# ESP-MQTT sample application
55(See the README.md file in the upper level 'examples' directory for more information about examples.)
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ dependencies:
22 protocol_examples_common :
33 path : ${IDF_PATH}/examples/common_components/protocol_examples_common
44 espressif/esp_wifi_remote :
5- version : " >=0.1.12 "
5+ version : " >=0.10,<2.0 "
66 rules :
77 - if : " target in [esp32p4, esp32h2]"
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ examples/wifi/iperf:
3636 disable :
3737 - if : (SOC_WIFI_SUPPORTED != 1) and (SOC_WIRELESS_HOST_SUPPORTED != 1)
3838 - if : (IDF_TARGET == "esp32p4") and CONFIG_NAME in ["defaults", "99"]
39- - if : IDF_TARGET in ["esp32p4", "esp32h2"]
40- temporary : true
41- reason : need to update esp_wifi_remote component to support idf-v6.0
4239 disable_test :
4340 - if : IDF_TARGET not in ["esp32"]
4441 temporary : true
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
2- | ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
1+ | Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-P4 | ESP32- S2 | ESP32-S3 |
2+ | ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
33
44# Iperf Example
55
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ dependencies:
88 esp-qa/ping-cmd :
99 version : " ~1.0.0"
1010 espressif/esp_wifi_remote :
11- version : " ~0.5.3 "
11+ version : " >=0.10,<2.0 "
1212 rules :
1313 - if : " target in [esp32p4, esp32h2]"
1414 espressif/esp_hosted :
15- version : " ~1 "
15+ version : " ~2 "
1616 rules :
1717 - if : " target in [esp32p4, esp32h2]"
1818 espressif/esp-extconn :
You can’t perform that action at this time.
0 commit comments