summaryrefslogtreecommitdiff
path: root/idf_component.yml
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2024-08-14 21:56:40 +0800
committersakumisu <[email protected]>2024-08-14 21:56:40 +0800
commit4a252c3f733f271bc0443009336f67db8cf7cfa2 (patch)
tree7bc0610b7affe152269180494db37f5f7876905c /idf_component.yml
parent4b2000b405500d79d8863e98a2a44997eb355630 (diff)
update: idf config update
Diffstat (limited to 'idf_component.yml')
-rw-r--r--idf_component.yml22
1 files changed, 21 insertions, 1 deletions
diff --git a/idf_component.yml b/idf_component.yml
index 8f80c12c..9d1014f0 100644
--- a/idf_component.yml
+++ b/idf_component.yml
@@ -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 \ No newline at end of file
+issues: https://github.com/cherry-embedded/CherryUSB/issues
+dependencies:
+ idf: ">=5.0"
+targets:
+ - esp32s2
+ - esp32s3
+ - esp32p4 \ No newline at end of file