diff options
| author | HiFiPhile <[email protected]> | 2025-12-10 21:37:00 +0100 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-12-13 21:08:42 +0100 |
| commit | 132bcd0b5e808837113206743035f0e85dd1dc9c (patch) | |
| tree | 2a201ec5be18e6420ac2776309971027fd615aa5 /src/common | |
| parent | 54857210e6541b1e41970ab70f19d3cdf434011c (diff) | |
hcd: add NXP IP3516
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index 1e773bf96..c4b1155f3 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -73,11 +73,13 @@ #elif TU_CHECK_MCU(OPT_MCU_LPC54) // TODO USB0 has 5, USB1 has 6 #define TUP_USBIP_IP3511 + #define TUP_USBIP_IP3516 #define TUP_DCD_ENDPOINT_MAX 6 #elif TU_CHECK_MCU(OPT_MCU_LPC55) // TODO USB0 has 5, USB1 has 6 #define TUP_USBIP_IP3511 + #define TUP_USBIP_IP3516 #define TUP_USBIP_OHCI #define TUP_USBIP_OHCI_NXP #define TUP_OHCI_RHPORTS 1 // 1 downstream port |
