diff options
| author | gab-k <[email protected]> | 2026-03-27 18:34:04 +0100 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-04-09 11:08:39 +0700 |
| commit | a39e9cdf2c82401eb61b99dd35e73531bcd76cf1 (patch) | |
| tree | ec63c50751e71dba2b73ecef2160c593cae9e50d /src/common | |
| parent | 7c3f5979ff9be05b7938f10dbaa6e55daaf8bdc1 (diff) | |
Add initial board support for nRF54LM20 DK
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index b12a3177e..77a0bbf1d 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -166,6 +166,7 @@ #define TUP_USBIP_DWC2 #define TUP_USBIP_DWC2_NRF #define TUP_DCD_ENDPOINT_MAX 16 + #define TUP_RHPORT_HIGHSPEED 1 #define CFG_TUH_DWC2_DMA_ENABLE_DEFAULT 0 //--------------------------------------------------------------------+ |
