diff options
| author | Ha Thach <[email protected]> | 2025-10-14 14:22:45 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-14 14:22:45 +0700 |
| commit | 38255ffc3879e9aef12796ce25b58a2c654ce67d (patch) | |
| tree | f5d179cbfdf2bce7a87bb116c39ef176d0459273 /src/common | |
| parent | 9fd9fc66ceeb5af322956d3b0d150477b7e62cb8 (diff) | |
| parent | e0ee32ce6a1655de6dbb86178649c0ec878bd0d0 (diff) | |
Merge pull request #3299 from hathach/initial-nrf54h20
Initial nrf54h20 support
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 6 |
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 //--------------------------------------------------------------------+ |
