Files
esp-idf/examples/wifi/getting_started/softAP/main/idf_component.yml
T
Soh Kam Yung ae561069b0 feat(hosted_examples_v5_5): Added ESP-Hosted to Wi-Fi examples
- 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
2025-07-22 14:15:04 +08:00

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]"