diff options
| author | Jerry Palacios <[email protected]> | 2024-02-07 18:33:19 -0600 |
|---|---|---|
| committer | Jerry Palacios <[email protected]> | 2024-02-07 18:33:19 -0600 |
| commit | 45454c53f1d429a314115701ba2360591b811f50 (patch) | |
| tree | 388bbc9450cc3e14270eb1601e8902659351081c /src/common | |
| parent | bab25c2d568dc5a47a03421a1dd4a338040a7f40 (diff) | |
frdmmcxa153 files added
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index e589c4c86..21ae3a71e 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -100,6 +100,13 @@ #define TUP_DCD_ENDPOINT_MAX 8 #define TUP_RHPORT_HIGHSPEED 1 +#elif TU_CHECK_MCU(OPT_MCU_MCXA) + // USB0 is chipidea FS + #define TUP_USBIP_CHIPIDEA_FS + #define TUP_USBIP_CHIPIDEA_FS_MCXA + + #define TUP_DCD_ENDPOINT_MAX 16 + #elif TU_CHECK_MCU(OPT_MCU_MIMXRT1XXX) #define TUP_USBIP_CHIPIDEA_HS #define TUP_USBIP_EHCI |
