File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Expand file tree Collapse file tree 4 files changed +4
-11
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 @@ -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
You can’t perform that action at this time.
0 commit comments