Add support for STM32U5 mcu

This commit is contained in:
LynnL4
2022-10-13 17:37:28 +08:00
parent 8a89365bb2
commit 4238467b2d
10 changed files with 1055 additions and 0 deletions

View File

@@ -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