move exthub memory into no cache ram

This commit is contained in:
sakumisu
2022-09-11 23:03:23 +08:00
parent 88b7f9a2ff
commit 8e43045ddb
5 changed files with 36 additions and 34 deletions

View File

@@ -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