diff options
| author | HiFiPhile <[email protected]> | 2025-12-16 20:47:15 +0100 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-12-16 20:47:37 +0100 |
| commit | abf27bfa37f9e8bee49011eb91f7088287afa529 (patch) | |
| tree | c8dd14cb0e839007cc612b105824f8b0eea48858 /src/common | |
| parent | cb1873881e3cc51f522978e165748ad7ef7a7b0a (diff) | |
| parent | 8a246db49f5ad52bd1c430e2796c0d363c4cdede (diff) | |
Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index 89316ee77..55f7e0b7c 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -661,6 +661,18 @@ #define TUP_USBIP_DWC2_AT32 #define TUP_DCD_ENDPOINT_MAX 8 +//--------------------------------------------------------------------+ +// HPMicro +//--------------------------------------------------------------------+ +#elif TU_CHECK_MCU(OPT_MCU_HPM) + #define TUP_USBIP_CHIPIDEA_HS + #define TUP_USBIP_EHCI + + #define TUP_DCD_ENDPOINT_MAX 16 + #define TUP_RHPORT_HIGHSPEED 1 + + #define TU_ATTR_FAST_FUNC __attribute__((section(".fast"))) + #endif //--------------------------------------------------------------------+ |
