summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2025-10-14 14:22:45 +0700
committerGitHub <[email protected]>2025-10-14 14:22:45 +0700
commit38255ffc3879e9aef12796ce25b58a2c654ce67d (patch)
treef5d179cbfdf2bce7a87bb116c39ef176d0459273 /src/common
parent9fd9fc66ceeb5af322956d3b0d150477b7e62cb8 (diff)
parente0ee32ce6a1655de6dbb86178649c0ec878bd0d0 (diff)
Merge pull request #3299 from hathach/initial-nrf54h20
Initial nrf54h20 support
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_mcu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h
index 1c11df114..1f8975e55 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -137,6 +137,12 @@
// 8 CBI + 1 ISO
#define TUP_DCD_ENDPOINT_MAX 9
+#elif TU_CHECK_MCU(OPT_MCU_NRF54)
+ #define TUP_USBIP_DWC2
+ #define TUP_USBIP_DWC2_NRF
+ #define TUP_DCD_ENDPOINT_MAX 16
+ #define CFG_TUH_DWC2_DMA_ENABLE_DEFAULT 0
+
//--------------------------------------------------------------------+
// Microchip
//--------------------------------------------------------------------+