2024-10-20 20:49:36 +08:00
|
|
|
version: "1.4.1"
|
2024-08-12 22:27:29 +08:00
|
|
|
description: CherryUSB is a tiny and portable USB Stack (device & host) for embedded system with USB IP
|
2024-08-14 21:56:40 +08:00
|
|
|
tags:
|
|
|
|
|
- usb
|
|
|
|
|
- usb-device
|
|
|
|
|
- usb-host
|
|
|
|
|
- cdc_acm
|
|
|
|
|
- cdc_ecm
|
|
|
|
|
- cdc_ncm
|
|
|
|
|
- hid
|
|
|
|
|
- msc
|
|
|
|
|
- rndis
|
|
|
|
|
- uvc
|
|
|
|
|
- uac
|
|
|
|
|
- winusb
|
2024-08-12 22:27:29 +08:00
|
|
|
url: https://github.com/cherry-embedded/CherryUSB
|
|
|
|
|
repository: https://github.com/cherry-embedded/CherryUSB.git
|
|
|
|
|
documentation: https://cherryusb.readthedocs.io/
|
2024-08-14 21:56:40 +08:00
|
|
|
issues: https://github.com/cherry-embedded/CherryUSB/issues
|
|
|
|
|
dependencies:
|
|
|
|
|
idf: ">=5.0"
|
|
|
|
|
targets:
|
|
|
|
|
- esp32s2
|
|
|
|
|
- esp32s3
|
|
|
|
|
- esp32p4
|