USB: define the new options CONFIG_USB_EP_MAX and CONFIG_USB_INTERFACE_MAX in the...
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 9 Feb 2011 09:06:21 +0000 (09:06 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 9 Feb 2011 09:06:21 +0000 (09:06 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4690 38d2e660-2303-0410-9eaa-f027e97ec537

boards/stm32-p103/examples/usbkeyboard/cfg/cfg_usb.h
boards/stm32-p103/examples/usbmouse/cfg/cfg_usb.h
boards/stm32-p103/examples/usbserial/cfg/cfg_usb.h

index e5a282b158fbac6b52e083113783e179688a57d1..d1c724c9f843365f8bdb210342b417b4a52de8d1 100644 (file)
  */
 #define CONFIG_USB_BUFSIZE  64
 
+/**
+ * Maximum number of USB device interfaces (default = 1).
+ * $WIZ$ type = "int"
+ * $WIZ$ min = 1
+ */
+#define CONFIG_USB_INTERFACE_MAX  1
+
+/**
+ * Maximum number of allocated endpoints (0 = auto).
+ * $WIZ$ type = "int"
+ * $WIZ$ min = 0
+ */
+#define CONFIG_USB_EP_MAX  0
+
 #endif /* CFG_USB_H */
index e5a282b158fbac6b52e083113783e179688a57d1..d1c724c9f843365f8bdb210342b417b4a52de8d1 100644 (file)
  */
 #define CONFIG_USB_BUFSIZE  64
 
+/**
+ * Maximum number of USB device interfaces (default = 1).
+ * $WIZ$ type = "int"
+ * $WIZ$ min = 1
+ */
+#define CONFIG_USB_INTERFACE_MAX  1
+
+/**
+ * Maximum number of allocated endpoints (0 = auto).
+ * $WIZ$ type = "int"
+ * $WIZ$ min = 0
+ */
+#define CONFIG_USB_EP_MAX  0
+
 #endif /* CFG_USB_H */
index e5a282b158fbac6b52e083113783e179688a57d1..d1c724c9f843365f8bdb210342b417b4a52de8d1 100644 (file)
  */
 #define CONFIG_USB_BUFSIZE  64
 
+/**
+ * Maximum number of USB device interfaces (default = 1).
+ * $WIZ$ type = "int"
+ * $WIZ$ min = 1
+ */
+#define CONFIG_USB_INTERFACE_MAX  1
+
+/**
+ * Maximum number of allocated endpoints (0 = auto).
+ * $WIZ$ type = "int"
+ * $WIZ$ min = 0
+ */
+#define CONFIG_USB_EP_MAX  0
+
 #endif /* CFG_USB_H */