mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-29 11:55:00 +00:00
2bec3bc441
- add ESP32-P4 and ESP32-H2 as Supported Targets to following examples, using ESP-Hosted and Wi-Fi Remote as components: - iperf (H2) - getting_started/softAP - getting_started/station - scan - fast_scan - softap_sta - updated `.build-test-rules.yml` to enable pre-commit to accept ESP-P4 and ESP-H2 as Supported Targets - updated iperf sdkconfig.defaults for P4 to use parameters from wifi-remote
11 lines
259 B
YAML
11 lines
259 B
YAML
## IDF Component Manager Manifest File
|
|
dependencies:
|
|
espressif/esp_wifi_remote:
|
|
version: ">=0.10,<2.0"
|
|
rules:
|
|
- if: "target in [esp32p4, esp32h2]"
|
|
espressif/esp_hosted:
|
|
version: "~2"
|
|
rules:
|
|
- if: "target in [esp32p4, esp32h2]"
|