dwc2: add endpoint allocation support.

This commit is contained in:
HiFiPhile
2023-11-21 18:06:57 +01:00
committed by hathach
parent 9a981237df
commit cab1106416
2 changed files with 104 additions and 2 deletions

View File

@@ -96,8 +96,8 @@
#define USE_LINEAR_BUFFER 1
#endif
// Temporarily put the check here for stm32_fsdev
#ifdef TUP_USBIP_FSDEV
// Temporarily put the check here
#if defined(TUP_USBIP_FSDEV) || defined(TUP_USBIP_DWC2)
#define USE_ISO_EP_ALLOCATION 1
#else
#define USE_ISO_EP_ALLOCATION 0