summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2026-06-24 20:48:42 +0200
committerHiFiPhile <[email protected]>2026-06-24 21:13:27 +0200
commit3a1ced7e1333de7ddf57f8592a41cbf0605512ed (patch)
tree1cba02b411980a49e46bffe027037d96f4c7079d /src/common
parent033dc6bb77e8a9e1c1172d74d47707848b5c5bf5 (diff)
typec: add stm32u5 support
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_mcu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h
index b5390a59d..35de47030 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -400,6 +400,10 @@
#endif
#endif
+ // TypeC controller
+ #define TUP_USBIP_TYPEC_STM32
+ #define TUP_TYPEC_RHPORTS_NUM 1
+
#elif TU_CHECK_MCU(OPT_MCU_STM32WB)
#define TUP_USBIP_FSDEV
#define TUP_USBIP_FSDEV_STM32