You've already forked uiflow-micropython
mirror of
https://github.com/m5stack/uiflow-micropython.git
synced 2026-05-20 10:39:27 -07:00
e789a1a09b
Signed-off-by: lbuque <1102390310@qq.com>
23 lines
678 B
YAML
23 lines
678 B
YAML
## IDF Component Manager Manifest File
|
|
dependencies:
|
|
espressif/mdns: "~1.1.0"
|
|
espressif/tinyusb:
|
|
rules:
|
|
- if: "target in [esp32s2, esp32s3, esp32p4]"
|
|
# Temporary workaround for https://github.com/hathach/tinyusb/issues/3154
|
|
# Can be removed once fix is released in espressif/tinyusb
|
|
git: https://github.com/micropython/tinyusb-espressif.git
|
|
version: cherrypick/dwc2_zlp_fix
|
|
idf:
|
|
version: ">=5.2.0"
|
|
espressif/esp_codec_dev: "1.5.4"
|
|
espressif/esp_hosted:
|
|
rules:
|
|
- if: "target == esp32p4"
|
|
version: "2.12.0"
|
|
espressif/esp_wifi_remote:
|
|
rules:
|
|
- if: "target == esp32p4"
|
|
version: "1.4.0"
|
|
espressif/quirc: "1.2.0"
|