USB: provide low-level internal TX and RX buffers
[bertos.git] / bertos / cfg / cfg_usb.h
index 9875fc098e1004203456eaea7c1c272606d0adb7..940d76183b8205b79ca219cb3b8340b837ffbbdd 100644 (file)
  */
 #define USB_LOG_FORMAT     LOG_FMT_TERSE
 
+/**
+ * Size of the USB outbound buffer [bytes].
+ * $WIZ$ type = "int"
+ * $WIZ$ min = 2
+ */
+#define CONFIG_USB_TXBUFSIZE  64
+
+/**
+ * Size of the USB inbound buffer [bytes].
+ * $WIZ$ type = "int"
+ * $WIZ$ min = 2
+ */
+#define CONFIG_USB_RXBUFSIZE  64
+
 #endif /* CFG_USB_H */