BeRTOS
cfg_usb.h
Go to the documentation of this file.
00001 
00038 #ifndef CFG_USB_H
00039 #define CFG_USB_H
00040 
00047 #define USB_LOG_LEVEL      LOG_LVL_INFO
00048 
00055 #define USB_LOG_FORMAT     LOG_FMT_TERSE
00056 
00062 #define CONFIG_USB_BUFSIZE  64
00063 
00069 #define CONFIG_USB_INTERFACE_MAX  1
00070 
00076 #define CONFIG_USB_EP_MAX  0
00077 
00083 #define CONFIG_EP0_MAX_SIZE 8
00084 
00085 #endif /* CFG_USB_H */