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 160d64b commit b1021d5Copy full SHA for b1021d5
src/common/tusb_mcu.h
@@ -278,7 +278,7 @@
278
//------------- WCH -------------//
279
#elif TU_CHECK_MCU(OPT_MCU_CH32V307)
280
#define TUP_DCD_ENDPOINT_MAX 16
281
-
+ #define TUP_RHPORT_HIGHSPEED 1
282
#endif
283
284
//--------------------------------------------------------------------+
src/tusb_option.h
@@ -161,7 +161,7 @@ typedef int make_iso_compilers_happy;
161
#define OPT_MCU_F1C100S 2100 ///< Allwinner F1C100s family
162
163
// WCH
164
-#define OPT_MCU_CH32V307 2200 ///< WCH CH32V307 config
+#define OPT_MCU_CH32V307 2200 ///< WCH CH32V307
165
166
// Helper to check if configured MCU is one of listed
167
// Apply _TU_CHECK_MCU with || as separator to list of input
0 commit comments