ソースを参照

change ep0 buffer to 512

sakumisu 1 年間 前
コミット
81ddf9bded
1 ファイル変更2 行追加2 行削除
  1. 2 2
      cherryusb_config_template.h

+ 2 - 2
cherryusb_config_template.h

@@ -33,9 +33,9 @@
 
 /* ================= USB Device Stack Configuration ================ */
 
-/* Ep0 max transfer buffer, specially for receiving data from ep0 out */
+/* Ep0 in and out transfer buffer */
 #ifndef CONFIG_USBDEV_REQUEST_BUFFER_LEN
-#define CONFIG_USBDEV_REQUEST_BUFFER_LEN 256
+#define CONFIG_USBDEV_REQUEST_BUFFER_LEN 512
 #endif
 
 /* Setup packet log for debug */