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 ec507d2 commit ad237f6Copy full SHA for ad237f6
variants/PORTENTA_H33/tusb_config.h
@@ -101,6 +101,8 @@
101
#define CFG_TUD_VENDOR 0
102
#define CFG_TUD_DFU_RUNTIME 1
103
104
+#define CFG_TUH_MSC 1
105
+
106
// CDC FIFO size of TX and RX
107
#define CFG_TUD_CDC_RX_BUFSIZE ((TUD_OPT_HIGH_SPEED ? 512 : 64) * 8)
108
#define CFG_TUD_CDC_TX_BUFSIZE ((TUD_OPT_HIGH_SPEED ? 512 : 64) * 8)
@@ -111,6 +113,8 @@
111
113
// MSC Buffer size of Device Mass storage
112
114
#define CFG_TUD_MSC_EP_BUFSIZE 512
115
116
+#define CFG_TUSB_DEBUG_PRINTF mylogadd
117
+#define CFG_TUSB_DEBUG 3
118
119
#ifdef __cplusplus
120
}
0 commit comments