summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-10-04 17:51:58 +0700
committerGitHub <[email protected]>2024-10-04 17:51:58 +0700
commit6bfd02413785b8cdb3b4bb7e2f3851be0a50156e (patch)
tree9bba23b87f876a8a37aa5678441b19b29634b4a2 /src/common
parent4e0d5343b4562560665697a64e3167399773c808 (diff)
parent73f7ce7103c0d002d787abfc1ae73d1f9e087f0b (diff)
Merge pull request #2824 from Maerdl/master
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 6b19ac9fe..c77afecad 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
//--------------------------------------------------------------------+