BeRTOS
Defines
cfg_usb.h File Reference

Configuration file for the USB driver module. More...

Go to the source code of this file.

Defines

#define USB_LOG_LEVEL   LOG_LVL_INFO
 Module logging level.
#define USB_LOG_FORMAT   LOG_FMT_TERSE
 module logging format.
#define CONFIG_USB_BUFSIZE   64
 Size of the USB buffer used for endpoint transfers [bytes].
#define CONFIG_USB_INTERFACE_MAX   1
 Maximum number of USB device interfaces (default = 1).
#define CONFIG_USB_EP_MAX   0
 Maximum number of allocated endpoints (0 = auto).
#define CONFIG_EP0_MAX_SIZE   8
 Maximum packet size of the control endpoint 0 [bytes].

Detailed Description

Configuration file for the USB driver module.

Author:
Andrea Righi <arighi@develer.com>

Definition in file cfg_usb.h.