summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-11-08 23:33:45 +0700
committerGitHub <[email protected]>2021-11-08 23:33:45 +0700
commit6f59a2ce6e9cfdb7855b300db3ad1304b35bb25f (patch)
treeb68bf9f80f65de9e3019ec1411c1c051b8966301 /src/device
parentab760290a514bc239c5ef8901ff8d80f64d461f9 (diff)
parent1c77f9f6694151beca9a490eadf545b30557e9a0 (diff)
Merge pull request #1183 from kkitayam/add_msp_exp432e401y
Add support for TI MSP-EXP432E401Y
Diffstat (limited to 'src/device')
-rw-r--r--src/device/dcd_attr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h
index 15d8ce204..73d592e5c 100644
--- a/src/device/dcd_attr.h
+++ b/src/device/dcd_attr.h
@@ -146,6 +146,9 @@
#elif TU_CHECK_MCU(OPT_MCU_MSP430x5xx)
#define DCD_ATTR_ENDPOINT_MAX 8
+#elif TU_CHECK_MCU(OPT_MCU_MSP432E4, OPT_MCU_TM4C123, OPT_MCU_TM4C129)
+ #define DCD_ATTR_ENDPOINT_MAX 8
+
//------------- ValentyUSB -------------//
#elif TU_CHECK_MCU(OPT_MCU_VALENTYUSB_EPTRI)
#define DCD_ATTR_ENDPOINT_MAX 16