diff options
| author | sakumisu <[email protected]> | 2022-09-11 23:03:23 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-09-12 10:51:59 +0800 |
| commit | 8e43045ddbddfc951e53597ebe80aa98d74dbd95 (patch) | |
| tree | 15c3d77290cbb98c76694a10b85e7f527eddc8a8 /demo/es32 | |
| parent | 88b7f9a2fff3a732ef9a8174d435cd02b21a0244 (diff) | |
move exthub memory into no cache ram
Diffstat (limited to 'demo/es32')
| -rw-r--r-- | demo/es32/usb_host/ES32F369x/Inc/usb_config.h | 9 |
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 |
