Skip to content

Commit 60abab4

Browse files
committed
temporary
Signed-off-by: Rafael Silva <[email protected]>
1 parent be531f7 commit 60abab4

File tree

5 files changed

+998
-109
lines changed

5 files changed

+998
-109
lines changed

src/common/tusb_mcu.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@
110110
#define TUP_RHPORT_HIGHSPEED 0x01
111111
#define TUP_DCD_ENDPOINT_EXCLUSIVE_NUMBER
112112

113+
#elif TU_CHECK_MCU(OPT_MCU_SAM3U)
114+
#define TUP_DCD_ENDPOINT_MAX 7
115+
#define TUP_RHPORT_HIGHSPEED 0x01
116+
#define TUP_DCD_ENDPOINT_EXCLUSIVE_NUMBER
117+
113118
#elif TU_CHECK_MCU(OPT_MCU_PIC32MZ)
114119
#define TUP_DCD_ENDPOINT_MAX 8
115120
#define TUP_DCD_ENDPOINT_EXCLUSIVE_NUMBER

0 commit comments

Comments
 (0)