diff options
| author | hathach <[email protected]> | 2021-12-01 12:14:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-12-01 12:14:44 +0700 |
| commit | 0612433eef6e6a7029b314a4a59ef591e72341f5 (patch) | |
| tree | d0c85c0ad0fc4f4662c8bfd899719ef22cc6ddce /src/device | |
| parent | 6af58e3385837e8cbcee2fb4df42b62ad6772547 (diff) | |
add chipidea highspeed controller
add warning to transdimension for the rename
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd_attr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h index 73d592e5c..3c5dadaf4 100644 --- a/src/device/dcd_attr.h +++ b/src/device/dcd_attr.h @@ -44,6 +44,7 @@ #elif TU_CHECK_MCU(OPT_MCU_LPC18XX, OPT_MCU_LPC43XX) // TODO USB0 has 6, USB1 has 4 + #define DCD_ATTR_CONTROLLER_CHIPIDEA_HS #define DCD_ATTR_ENDPOINT_MAX 6 #elif TU_CHECK_MCU(OPT_MCU_LPC51UXX) @@ -58,6 +59,7 @@ #define DCD_ATTR_ENDPOINT_MAX 6 #elif TU_CHECK_MCU(OPT_MCU_MIMXRT10XX) + #define DCD_ATTR_CONTROLLER_CHIPIDEA_HS #define DCD_ATTR_ENDPOINT_MAX 8 #elif TU_CHECK_MCU(OPT_MCU_MKL25ZXX, OPT_MCU_K32L2BXX) |
