diff options
| author | Zixun LI <[email protected]> | 2025-11-07 02:05:08 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-07 02:05:08 -0800 |
| commit | 1634d1175d581a881dc697194d7b59f632f68456 (patch) | |
| tree | bf1b5436de9d0dd6a4d8eeed8dd1491af7ca319f /src/common | |
| parent | 6641550f58cd2f983ebb42a28dd881a72d72bc6f (diff) | |
| parent | ca44c772f7ad87a8d12de0b3a57ad8816f2edc10 (diff) | |
Merge pull request #3325 from tswan22/master
Add STM32U3 Device
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 2ca14838b..fd922ee56 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -342,6 +342,11 @@ #define TUP_USBIP_FSDEV_STM32 #define TUP_DCD_ENDPOINT_MAX 8 +#elif TU_CHECK_MCU(OPT_MCU_STM32U3) + #define TUP_USBIP_FSDEV + #define TUP_USBIP_FSDEV_STM32 + #define TUP_DCD_ENDPOINT_MAX 8 + #elif TU_CHECK_MCU(OPT_MCU_STM32H7RS, OPT_MCU_STM32N6) #define TUP_USBIP_DWC2 #define TUP_USBIP_DWC2_STM32 |
