LUFA Library - Dual Virtual Serial Device Demo
LUFAConfig.h File Reference

LUFA Library Configuration Header File. More...

Macros

#define USE_STATIC_OPTIONS   (USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)
#define USB_DEVICE_ONLY
#define USE_FLASH_DESCRIPTORS
#define FIXED_CONTROL_ENDPOINT_SIZE   8
#define FIXED_NUM_CONFIGURATIONS   1
#define INTERRUPT_CONTROL_ENDPOINT

Detailed Description

LUFA Library Configuration Header File.

This header file is used to configure LUFA's compile time options, as an alternative to the compile time constants supplied through a makefile.

For information on what each token does, refer to the LUFA manual section "Summary of Compile Tokens".

Macro Definition Documentation

#define FIXED_CONTROL_ENDPOINT_SIZE   8
#define FIXED_NUM_CONFIGURATIONS   1
#define INTERRUPT_CONTROL_ENDPOINT
#define USB_DEVICE_ONLY
#define USE_FLASH_DESCRIPTORS
#define USE_STATIC_OPTIONS   (USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)