diff options
| author | gab-k <[email protected]> | 2025-12-10 23:04:39 +0100 |
|---|---|---|
| committer | gab-k <[email protected]> | 2025-12-10 23:04:39 +0100 |
| commit | a412a8e50d07fc789ea598f101a94570b1f33fc4 (patch) | |
| tree | 0c5fc9f92f3239936516bf4f581b58b40a04333c /src/common | |
| parent | b05ec753f8aa8607b6e72ec7e3933935094e6906 (diff) | |
hw/mcu: add support for NXP RW612
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index 1e773bf96..89316ee77 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -111,6 +111,14 @@ #define TUP_DCD_ENDPOINT_MAX 16 +#elif TU_CHECK_MCU(OPT_MCU_RW61X) + // USB0 is chipidea HS + #define TUP_USBIP_CHIPIDEA_HS + #define TUP_USBIP_EHCI + + #define TUP_DCD_ENDPOINT_MAX 8 + #define TUP_RHPORT_HIGHSPEED 1 + #elif TU_CHECK_MCU(OPT_MCU_MIMXRT1XXX) #include "fsl_device_registers.h" |
