summaryrefslogtreecommitdiff
path: root/demo/es32
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2022-09-11 23:03:23 +0800
committersakumisu <[email protected]>2022-09-12 10:51:59 +0800
commit8e43045ddbddfc951e53597ebe80aa98d74dbd95 (patch)
tree15c3d77290cbb98c76694a10b85e7f527eddc8a8 /demo/es32
parent88b7f9a2fff3a732ef9a8174d435cd02b21a0244 (diff)
move exthub memory into no cache ram
Diffstat (limited to 'demo/es32')
-rw-r--r--demo/es32/usb_host/ES32F369x/Inc/usb_config.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/demo/es32/usb_host/ES32F369x/Inc/usb_config.h b/demo/es32/usb_host/ES32F369x/Inc/usb_config.h
index 0f55d390..fc84dcaf 100644
--- a/demo/es32/usb_host/ES32F369x/Inc/usb_config.h
+++ b/demo/es32/usb_host/ES32F369x/Inc/usb_config.h
@@ -79,10 +79,11 @@
/* ================ USB HOST Stack Configuration ================== */
-#define CONFIG_USBHOST_RHPORTS 1
-#define CONFIG_USBHOST_EHPORTS 4
-#define CONFIG_USBHOST_INTF_NUM 6
-#define CONFIG_USBHOST_EP_NUM 4
+#define CONFIG_USBHOST_RHPORTS 1
+#define CONFIG_USBHOST_EXTHUB_NUM 1
+#define CONFIG_USBHOST_EHPORTS 4
+#define CONFIG_USBHOST_INTF_NUM 6
+#define CONFIG_USBHOST_EP_NUM 4
#define CONFIG_USBHOST_DEV_NAMELEN 16