summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorJames Sandison <[email protected]>2025-06-04 11:21:27 +1000
committerJames Sandison <[email protected]>2025-06-04 11:21:27 +1000
commit56c9521abdef663b455a345c99a4f6b22591aa56 (patch)
treedfc6f01a600f902ce850df94a61b1f98931781d8 /src/common
parent2a364ca272d8219f47aece3232aa2e9ab8738655 (diff)
chore: squash previous commits from other branches
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_mcu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h
index 6678265b5..027446a85 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -322,6 +322,15 @@
// MCU with on-chip HS Phy
#define TUP_RHPORT_HIGHSPEED 1
+#elif TU_CHECK_MCU(OPT_MCU_STM32N6)
+ #define TUP_USBIP_DWC2
+ #define TUP_USBIP_DWC2_STM32
+
+ #define TUP_DCD_ENDPOINT_MAX 9
+
+ // MCU with on-chip HS Phy
+ #define TUP_RHPORT_HIGHSPEED 2
+
//--------------------------------------------------------------------+
// Sony
//--------------------------------------------------------------------+