usbh_conf.h 477 B

123456789101112131415161718
  1. /*
  2. * Copyright (c) 2006-2020, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2023-09-25 XYZboom fix usbh_conf.h not found in nuclei-sdk after 0.3.8
  9. */
  10. #ifndef __USBH_CONF_H__
  11. #define __USBH_CONF_H__
  12. #define USBH_MAX_EP_NUM 2
  13. #define USBH_MAX_INTERFACES_NUM 2
  14. #define USBH_MSC_MPS_SIZE 0x200
  15. #endif /* __USBH_CONF_H__ */