summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authoremb4fun <[email protected]>2023-07-23 10:53:22 +0200
committeremb4fun <[email protected]>2023-07-23 10:53:22 +0200
commite2f28bc134446dc081766055171ca427afd4f564 (patch)
tree9a11f1131b4455e0560709809f650749a042dcb4 /src/common
parent8fa0b74d8016554d23f84981f78c656f215d76e8 (diff)
Added support for the NXP K64 series
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_mcu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h
index 9f3be78fd..4a0c5acef 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -97,7 +97,7 @@
#define TUP_DCD_ENDPOINT_MAX 8
#define TUP_RHPORT_HIGHSPEED 1
-#elif TU_CHECK_MCU(OPT_MCU_KINETIS_KL, OPT_MCU_KINETIS_K32L)
+#elif TU_CHECK_MCU(OPT_MCU_KINETIS_KL, OPT_MCU_KINETIS_K32L, OPT_MCU_KINETIS_K64)
#define TUP_USBIP_CHIPIDEA_FS
#define TUP_USBIP_CHIPIDEA_FS_KINETIS
#define TUP_DCD_ENDPOINT_MAX 16