Merge branch 'tannewt-rpi' into generalize-synopsys-dwc2

This commit is contained in:
hathach
2021-10-26 23:43:35 +07:00
12 changed files with 3018 additions and 4 deletions

View File

@@ -180,6 +180,10 @@
#elif TU_CHECK_MCU(OPT_MCU_GD32VF103)
#define DCD_ATTR_ENDPOINT_MAX 4
//------------- Broadcom -------------//
#elif TU_CHECK_MCU(BCM2711)
#define DCD_ATTR_ENDPOINT_MAX 8
#else
#warning "DCD_ATTR_ENDPOINT_MAX is not defined for this MCU, default to 8"
#define DCD_ATTR_ENDPOINT_MAX 8