diff options
| author | emb4fun <[email protected]> | 2023-07-23 10:53:22 +0200 |
|---|---|---|
| committer | emb4fun <[email protected]> | 2023-07-23 10:53:22 +0200 |
| commit | e2f28bc134446dc081766055171ca427afd4f564 (patch) | |
| tree | 9a11f1131b4455e0560709809f650749a042dcb4 /src/common | |
| parent | 8fa0b74d8016554d23f84981f78c656f215d76e8 (diff) | |
Added support for the NXP K64 series
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 2 |
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 |
