diff options
| author | LynnL4 <[email protected]> | 2022-10-13 17:37:28 +0800 |
|---|---|---|
| committer | LynnL4 <[email protected]> | 2022-10-13 17:39:42 +0800 |
| commit | 4238467b2d78fcb11ba63026daa525d1c09e17ac (patch) | |
| tree | d3ad2d7eea71f285f1715238cac4764316ec30cc /src/common | |
| parent | 8a89365bb2b83f9d84e2308e7809ac7d6f94b4a1 (diff) | |
Add support for STM32U5 mcu
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index 514ffcd4d..86c68baf8 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -189,6 +189,11 @@ #elif TU_CHECK_MCU(OPT_MCU_STM32WB) #define TUP_DCD_ENDPOINT_MAX 8 +#elif TU_CHECK_MCU(OPT_MCU_STM32U5) + #define TUP_USBIP_DWC2 + #define TUP_USBIP_DWC2_STM32 + #define TUP_DCD_ENDPOINT_MAX 6 + //------------- Sony -------------// #elif TU_CHECK_MCU(OPT_MCU_CXD56) #define TUP_DCD_ENDPOINT_MAX 7 |
