mirror of
https://github.com/micropython/micropython.git
synced 2025-09-04 17:00:30 +02:00
This adds support for LAN8670 to the esp32 port. Enabled conditionally for the esp32 target, if ESP-IDF version is new enough (v5.3 or newer). Fixes issue #15731. Signed-off-by: Damien George <damien@micropython.org> Signed-off-by: Angus Gratton <angus@redyak.com.au>
15 lines
327 B
YAML
15 lines
327 B
YAML
## IDF Component Manager Manifest File
|
|
dependencies:
|
|
espressif/mdns: "~1.1.0"
|
|
espressif/esp_tinyusb:
|
|
rules:
|
|
- if: "target in [esp32s2, esp32s3]"
|
|
version: "~1.0.0"
|
|
espressif/lan867x:
|
|
version: "~1.0.0"
|
|
rules:
|
|
- if: "target == esp32"
|
|
- if: "idf_version >=5.3"
|
|
idf:
|
|
version: ">=5.2.0"
|