rpi start. doesn't work

This commit is contained in:
Scott Shawcroft
2021-09-17 16:51:34 -07:00
parent 6d3fb7eb98
commit 2499c9382d
15 changed files with 3318 additions and 3 deletions

View File

@@ -151,6 +151,10 @@
#elif TU_CHECK_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