diff options
| author | 代码人生 <[email protected]> | 2026-06-26 09:33:32 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-26 09:33:32 +0800 |
| commit | 0ec10636b386b27308c68610916e131c7f6ef570 (patch) | |
| tree | b17c243614170da3f886fd80c65dc37fad831ec5 /src/common | |
| parent | 854525d5268669843a9700bee60e5613a5ce945a (diff) | |
| parent | 0a25cc27d7d3699536f6df01e80af3eb0423ce58 (diff) | |
Merge branch 'hathach:master' into fix/dwc2-hcd-ls-hfir
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 4 |
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 |
