diff options
| author | hathach <[email protected]> | 2023-06-15 13:06:27 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-15 13:06:27 +0700 |
| commit | d70403f1f496f5853251f83392ffe80130255489 (patch) | |
| tree | 3bf1f74ec34b1271799a4094a845b4163ba0dd9f /src/common | |
| parent | bce282186e811a7eefcee52c4a4fb3ca107001e4 (diff) | |
refactor khci to chipidea fs driver for device (host is not yet)
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index f89467e75..485d6168d 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -79,7 +79,11 @@ #define TUP_RHPORT_HIGHSPEED 1 #elif TU_CHECK_MCU(OPT_MCU_MCXN9) - // NOTE: MCXN943 port 1 use chipidea HS, port 0 use chipidea FS + // USB0 is chipidea FS + #define TUP_USBIP_CHIPIDEA_FS + #define TUP_USBIP_CHIPIDEA_FS_MCX + + // USB1 is chipidea HS #define TUP_USBIP_CHIPIDEA_HS #define TUP_USBIP_EHCI |
