diff options
| author | Ha Thach <[email protected]> | 2025-09-12 12:41:14 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-12 12:41:14 +0700 |
| commit | 2027ac246791caa9f1dc03e9727b60d90bee0f2d (patch) | |
| tree | 9c0037a34a351602f7e5699c4eecb14c157fb87e /src/common | |
| parent | b6b22096dd5e2f97a98cccc10ad451ffa1b2b88e (diff) | |
| parent | 9f055f113c38b6fbd898231bc1636448712adf14 (diff) | |
Merge pull request #3245 from Dolphindalt/master
Added NUCLEO-WBA65RI evaluation board support
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index 3ffc2d1a4..7722ca1e6 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -295,6 +295,12 @@ #define TUP_USBIP_FSDEV_STM32 #define TUP_DCD_ENDPOINT_MAX 8 +#elif TU_CHECK_MCU(OPT_MCU_STM32WBA) + #define TUP_USBIP_DWC2 + #define TUP_USBIP_DWC2_STM32 + #define TUP_DCD_ENDPOINT_MAX 9 + #define TUP_RHPORT_HIGHSPEED 1 + #elif TU_CHECK_MCU(OPT_MCU_STM32U5) #if defined (STM32U535xx) || defined (STM32U545xx) #define TUP_USBIP_FSDEV |
