diff options
| author | hathach <[email protected]> | 2023-03-18 18:30:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-18 18:30:51 +0700 |
| commit | 2d187777c0eb625ad7c63c21dd881ca7362363fc (patch) | |
| tree | 9a272ea3136071b036ee032dd7834b05d6908f59 /src/common | |
| parent | b13b95a6705348947aa2117423788b5dc2289047 (diff) | |
merge kinetis into its own family in bsp
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index 18e40e1b1..a94e1877f 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -86,6 +86,8 @@ #define TUP_RHPORT_HIGHSPEED 1 // Port0 HS, Port1 HS #elif TU_CHECK_MCU(OPT_MCU_MKL25ZXX, OPT_MCU_K32L2AXX, OPT_MCU_K32L2BXX) + #define TUP_USBIP_CHIPIDEA_FS + #define TUP_USBIP_CHIPIDEA_FS_KINETIS #define TUP_DCD_ENDPOINT_MAX 16 #elif TU_CHECK_MCU(OPT_MCU_MM32F327X) |
