We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6039780 commit 5d88621Copy full SHA for 5d88621
src/common/tusb_mcu.h
@@ -110,6 +110,11 @@
110
#define TUP_RHPORT_HIGHSPEED 0x01
111
#define TUP_DCD_ENDPOINT_EXCLUSIVE_NUMBER
112
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
+
118
#elif TU_CHECK_MCU(OPT_MCU_PIC32MZ)
119
#define TUP_DCD_ENDPOINT_MAX 8
120
0 commit comments