mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Adds esp_wifi_remote and esp_hosted as managed components to examples/wifi/iperf for EPS32-P4 Adds sdkconfig.defaults.esp32p4 Added notes in Readme on using iperf with ESP32-P4. Tested on ESP32-P4 <-> ESP32-C6 Eval board. Works using SDIO by default.
22 lines
525 B
YAML
22 lines
525 B
YAML
dependencies:
|
|
cmd_system:
|
|
path: ${IDF_PATH}/examples/system/console/advanced/components/cmd_system
|
|
espressif/iperf-cmd:
|
|
version: "~0.1.1"
|
|
esp-qa/wifi-cmd:
|
|
version: "~0.1.8"
|
|
esp-qa/ping-cmd:
|
|
version: "~1.0.0"
|
|
espressif/esp_wifi_remote:
|
|
version: "~0.5.3"
|
|
rules:
|
|
- if: "target in [esp32p4, esp32h2]"
|
|
espressif/esp_hosted:
|
|
version: "~1"
|
|
rules:
|
|
- if: "target in [esp32p4, esp32h2]"
|
|
espressif/esp-extconn:
|
|
version: "~0.1.0"
|
|
rules:
|
|
- if: "target in [esp32p4]"
|