summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHaefner, Martin <[email protected]>2024-10-01 15:24:11 +0200
committerHaefner, Martin <[email protected]>2024-10-01 15:24:11 +0200
commit3fa7da95bd2a7189020ba6fe2d6aa17577f83abd (patch)
treebbd8cb2f957c5f48624dbe5ed91eb100f890e6ee /src/common
parentf4dd1764849d005a2e44d51f62428aeaf2513804 (diff)
support stm32U0 device
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 0a4462a0a..87f47e732 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -293,6 +293,11 @@
#define TUP_USBIP_FSDEV_STM32
#define TUP_DCD_ENDPOINT_MAX 8
+#elif TU_CHECK_MCU(OPT_MCU_STM32U0)
+ #define TUP_USBIP_FSDEV
+ #define TUP_USBIP_FSDEV_STM32
+ #define TUP_DCD_ENDPOINT_MAX 8
+
//--------------------------------------------------------------------+
// Sony
//--------------------------------------------------------------------+