diff options
| author | Scott Shawcroft <[email protected]> | 2021-09-17 16:51:34 -0700 |
|---|---|---|
| committer | Scott Shawcroft <[email protected]> | 2021-09-17 16:51:34 -0700 |
| commit | 2499c9382d4ff0d67106f6dc6cd4a9dfbd0be20e (patch) | |
| tree | 239a9d1bf09c47ae3594eb775b18613b2ab9ef8f /src/device | |
| parent | 6d3fb7eb98b6c0960be152b66b653a3062c7db5e (diff) | |
rpi start. doesn't work
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd_attr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h index a35fc0ac5..9e833c7bb 100644 --- a/src/device/dcd_attr.h +++ b/src/device/dcd_attr.h @@ -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 |
