summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChintalagiri Shashank <[email protected]>2024-11-16 12:30:10 +0530
committerChintalagiri Shashank <[email protected]>2024-11-16 12:32:26 +0530
commitc291b831e80f572a68553edddc5e65799ce3551d (patch)
tree2c95c98b4e0c70bf53b5ef2f827fc19d58a431c6 /src
parenta780071d20d26ee308acda0e84096563f4f47f41 (diff)
Make HS USB default for STM32H7RS
Diffstat (limited to 'src')
-rw-r--r--src/common/tusb_mcu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h
index 0264da89e..2a517f7a7 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -306,6 +306,9 @@
// FS has 6, HS has 9
#define TUP_DCD_ENDPOINT_MAX 9
+ // MCU with on-chip HS Phy
+ #define TUP_RHPORT_HIGHSPEED 1
+
//--------------------------------------------------------------------+
// Sony
//--------------------------------------------------------------------+