feat✨: 添加线程资源打印功能 fix🐛: 修复USB未启用其他线程卡死问题,是USB写入循环阻塞所致 feat✨: 升级cherryUSB,使用官方方式集成至ESP32
27 lines
516 B
YAML
27 lines
516 B
YAML
dependencies:
|
|
idf: '>=5.0'
|
|
description: CherryUSB is a tiny and portable USB Stack (device & host) for embedded
|
|
system with USB IP
|
|
documentation: https://cherryusb.readthedocs.io/
|
|
issues: https://github.com/cherry-embedded/CherryUSB/issues
|
|
repository: https://github.com/cherry-embedded/CherryUSB.git
|
|
tags:
|
|
- usb
|
|
- usb-device
|
|
- usb-host
|
|
- cdc_acm
|
|
- cdc_ecm
|
|
- cdc_ncm
|
|
- hid
|
|
- msc
|
|
- rndis
|
|
- uvc
|
|
- uac
|
|
- winusb
|
|
targets:
|
|
- esp32s2
|
|
- esp32s3
|
|
- esp32p4
|
|
url: https://github.com/cherry-embedded/CherryUSB
|
|
version: 1.4.3
|