ae561069b0
- 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 ESP32-P4 and ESP32-H2 as Supported Targets - updated top level `README.md` to add references to ESP-Hosted
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]"
|