diff options
| author | HiFiPhile <[email protected]> | 2025-12-12 12:30:36 +0100 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-12-13 21:08:42 +0100 |
| commit | ba9bc1a79d2c00290e64a93907f37cd3db7140f8 (patch) | |
| tree | 1bacf177578c23dd0d1d91159577bdcd21bdda53 /src/common | |
| parent | 143987702e8bf10bda12c2759a6f55de6963da90 (diff) | |
update LPC54
Signed-off-by: HiFiPhile <[email protected]>
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 c4b1155f3..3dc3fb4b6 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -74,6 +74,10 @@ // 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 + #define TUP_DCD_ENDPOINT_MAX 6 #elif TU_CHECK_MCU(OPT_MCU_LPC55) |
