diff options
| author | robert-hh <[email protected]> | 2022-06-30 22:18:23 +0200 |
|---|---|---|
| committer | robert-hh <[email protected]> | 2022-06-30 22:21:31 +0200 |
| commit | 60c1750a9bd79e46385680b35e12f116808894f7 (patch) | |
| tree | bd177d937b404384665855d2d8ef41648d560642 /src/common | |
| parent | 19956f070d4dbf75b7fe4e8108e20837a70007f4 (diff) | |
mimxrt: Add/change definitions for MIMXRT11XX boards.
These are mostly identical to the MIMXRT10XX, with one tiny difference.
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 383a8d686..37866f2a3 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -75,7 +75,7 @@ // TODO USB0 has 5, USB1 has 6 #define TUP_DCD_ENDPOINT_MAX 6 -#elif TU_CHECK_MCU(OPT_MCU_MIMXRT10XX) +#elif TU_CHECK_MCU(OPT_MCU_MIMXRT10XX, OPT_MCU_MIMXRT11XX) #define TUP_USBIP_CHIPIDEA_HS #define TUP_USBIP_EHCI |
