|
39 | 39 | // <CONF_USB_D_N_EP_MAX"> Max possible (by "Max Endpoint Number" config) |
40 | 40 | // <id> usbd_num_ep_sp |
41 | 41 | #ifndef CONF_USB_D_NUM_EP_SP |
42 | | -#define CONF_USB_D_NUM_EP_SP CONF_USB_D_EP_N_MAX |
| 42 | +#define CONF_USB_D_NUM_EP_SP CONF_USB_D_N_EP_MAX |
43 | 43 | #endif |
44 | 44 |
|
45 | 45 | // </h> |
|
118 | 118 | // <1024=> Cached by 1024 bytes buffer (interrupt or isochronous EP) |
119 | 119 | // <id> usb_ep1_I_CACHE |
120 | 120 | #ifndef CONF_USB_EP1_I_CACHE |
121 | | -#define CONF_USB_EP1_I_CACHE 64 |
| 121 | +#define CONF_USB_EP1_I_CACHE 0 |
122 | 122 | #endif |
123 | 123 | // </h> |
124 | 124 |
|
|
176 | 176 | // <1024=> Cached by 1024 bytes buffer (interrupt or isochronous EP) |
177 | 177 | // <id> usb_arch_ep3_cache |
178 | 178 | #ifndef CONF_USB_EP3_CACHE |
179 | | -#define CONF_USB_EP3_CACHE 64 |
| 179 | +#define CONF_USB_EP3_CACHE 0 |
180 | 180 | #endif |
181 | 181 |
|
182 | 182 | // <o> Cache buffer size for EP3 IN |
|
194 | 194 | // <1024=> Cached by 1024 bytes buffer (interrupt or isochronous EP) |
195 | 195 | // <id> usb_ep3_I_CACHE |
196 | 196 | #ifndef CONF_USB_EP3_I_CACHE |
197 | | -#define CONF_USB_EP3_I_CACHE 0 |
| 197 | +#define CONF_USB_EP3_I_CACHE 64 |
198 | 198 | #endif |
199 | 199 | // </h> |
200 | 200 |
|
|
252 | 252 | // <1024=> Cached by 1024 bytes buffer (interrupt or isochronous EP) |
253 | 253 | // <id> usb_arch_ep5_cache |
254 | 254 | #ifndef CONF_USB_EP5_CACHE |
255 | | -#define CONF_USB_EP5_CACHE 64 |
| 255 | +#define CONF_USB_EP5_CACHE 0 |
256 | 256 | #endif |
257 | 257 |
|
258 | 258 | // <o> Cache buffer size for EP5 IN |
|
290 | 290 | // <1024=> Cached by 1024 bytes buffer (interrupt or isochronous EP) |
291 | 291 | // <id> usb_arch_ep6_cache |
292 | 292 | #ifndef CONF_USB_EP6_CACHE |
293 | | -#define CONF_USB_EP6_CACHE 64 |
| 293 | +#define CONF_USB_EP6_CACHE 0 |
294 | 294 | #endif |
295 | 295 |
|
296 | 296 | // <o> Cache buffer size for EP6 IN |
|
308 | 308 | // <1024=> Cached by 1024 bytes buffer (interrupt or isochronous EP) |
309 | 309 | // <id> usb_ep6_I_CACHE |
310 | 310 | #ifndef CONF_USB_EP6_I_CACHE |
311 | | -#define CONF_USB_EP6_I_CACHE 64 |
| 311 | +#define CONF_USB_EP6_I_CACHE 0 |
312 | 312 | #endif |
313 | 313 | // </h> |
314 | 314 |
|
|
328 | 328 | // <1024=> Cached by 1024 bytes buffer (interrupt or isochronous EP) |
329 | 329 | // <id> usb_arch_ep7_cache |
330 | 330 | #ifndef CONF_USB_EP7_CACHE |
331 | | -#define CONF_USB_EP7_CACHE 64 |
| 331 | +#define CONF_USB_EP7_CACHE 0 |
332 | 332 | #endif |
333 | 333 |
|
334 | 334 | // <o> Cache buffer size for EP7 IN |
|
0 commit comments