Files
esp-idf/examples/network/bridge/main/idf_component.yml
Soh Kam Yung 9b71e1415d feat(bridge_hosted): Make Network Bridge work with ESP-Hosted
- update network bridge code to build with wifi-remote
- update `examples/network/bridge` to work with wifi-remote on P4

Closes https://github.com/espressif/esp-hosted-mcu/issues/61
2026-01-22 17:00:02 +08:00

12 lines
276 B
YAML

dependencies:
espressif/ethernet_init:
version: "~1.2.0"
espressif/esp_wifi_remote:
version: ">=1.3.1,<2.0"
rules:
- if: "target in [esp32p4, esp32h2]"
espressif/esp_hosted:
version: ">=2.11.0"
rules:
- if: "target in [esp32p4, esp32h2]"