summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authortswan22 <[email protected]>2025-11-01 12:51:31 -0400
committertswan22 <[email protected]>2025-11-01 12:51:31 -0400
commit9d46cca57637cfd086499970a8f5d5669ba9bfa0 (patch)
tree89fbe1f009f5f4cc3ccd0d2922c31177cf763a8c /src/common
parenta6efc7d722f7869da76cf70e37ebf3593c66484e (diff)
add STM32U3 device (adjusted from STM32U0)
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_mcu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h
index 0b8ed1059..6941e1a31 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -337,6 +337,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