summaryrefslogtreecommitdiff
path: root/cherryusb_config_template.h
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2023-12-30 15:03:32 +0800
committersakumisu <[email protected]>2023-12-30 15:42:23 +0800
commit7df43ba6a20d48b8c205249838f74ce8fd03ae5f (patch)
tree05846499ff25b23dc3b58fa9514be1f15f6a7d5f /cherryusb_config_template.h
parente58a78c07020b35973d777a7cae34d5076d205c4 (diff)
release v1.0.0v1.0.0
Diffstat (limited to 'cherryusb_config_template.h')
-rw-r--r--cherryusb_config_template.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/cherryusb_config_template.h b/cherryusb_config_template.h
index 81fadb7b..327bebe1 100644
--- a/cherryusb_config_template.h
+++ b/cherryusb_config_template.h
@@ -6,7 +6,8 @@
#ifndef CHERRYUSB_CONFIG_H
#define CHERRYUSB_CONFIG_H
-#define CHERRYUSB_VERSION 0x001002
+#define CHERRYUSB_VERSION 0x010000
+#define CHERRYUSB_VERSION_STR "v1.0.0"
/* ================ USB common Configuration ================ */
@@ -93,8 +94,8 @@
#define CONFIG_USBHOST_MAX_RHPORTS 1
#define CONFIG_USBHOST_MAX_EXTHUBS 1
#define CONFIG_USBHOST_MAX_EHPORTS 4
-#define CONFIG_USBHOST_MAX_INTERFACES 6
-#define CONFIG_USBHOST_MAX_INTF_ALTSETTINGS 1
+#define CONFIG_USBHOST_MAX_INTERFACES 8
+#define CONFIG_USBHOST_MAX_INTF_ALTSETTINGS 8
#define CONFIG_USBHOST_MAX_ENDPOINTS 4
#define CONFIG_USBHOST_MAX_CDC_ACM_CLASS 4