mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
Reported to fix issues reported with serial corruption when interacting with MicroPython from macOS hosts. This work was funded through GitHub Sponsors. 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.7.6"
|
|
espressif/lan867x:
|
|
version: "~1.0.0"
|
|
rules:
|
|
- if: "target == esp32"
|
|
- if: "idf_version >=5.3"
|
|
idf:
|
|
version: ">=5.2.0"
|