idf_component.yml 545 B

12345678910111213141516171819202122232425
  1. version: "1.4.3"
  2. description: CherryUSB is a tiny and portable USB Stack (device & host) for embedded system with USB IP
  3. tags:
  4. - usb
  5. - usb-device
  6. - usb-host
  7. - cdc_acm
  8. - cdc_ecm
  9. - cdc_ncm
  10. - hid
  11. - msc
  12. - rndis
  13. - uvc
  14. - uac
  15. - winusb
  16. url: https://github.com/cherry-embedded/CherryUSB
  17. repository: https://github.com/cherry-embedded/CherryUSB.git
  18. documentation: https://cherryusb.readthedocs.io/
  19. issues: https://github.com/cherry-embedded/CherryUSB/issues
  20. dependencies:
  21. idf: ">=5.0"
  22. targets:
  23. - esp32s2
  24. - esp32s3
  25. - esp32p4