Files
micropython/ports/esp32/main/idf_component.yml
Angus Gratton 02b5d42b24 esp32: Update esp_tinyusb component to v1.7.6.
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>
2025-09-11 13:25:21 +10:00

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"