update: idf config update

This commit is contained in:
sakumisu
2024-08-14 21:56:40 +08:00
parent 4b2000b405
commit 4a252c3f73
4 changed files with 26 additions and 13 deletions

View File

@@ -1,5 +1,25 @@
version: "1.4.0"
description: CherryUSB is a tiny and portable USB Stack (device & host) for embedded system with USB IP
tags:
- usb
- usb-device
- usb-host
- cdc_acm
- cdc_ecm
- cdc_ncm
- hid
- msc
- rndis
- uvc
- uac
- winusb
url: https://github.com/cherry-embedded/CherryUSB
repository: https://github.com/cherry-embedded/CherryUSB.git
documentation: https://cherryusb.readthedocs.io/
issues: https://github.com/cherry-embedded/CherryUSB/issues
issues: https://github.com/cherry-embedded/CherryUSB/issues
dependencies:
idf: ">=5.0"
targets:
- esp32s2
- esp32s3
- esp32p4