Update LUFAConfig.h with the new compile time options, re-format Doxygen documentation for all compile time options.

This commit is contained in:
Dean Camera 2012-02-05 15:28:41 +00:00
parent a677254026
commit 0e8e70153a
2 changed files with 153 additions and 150 deletions

View file

@ -83,6 +83,8 @@
// #define HOST_STATE_AS_GPIOR {Insert Value Here}
// #define USB_HOST_TIMEOUT_MS {Insert Value Here}
// #define HOST_DEVICE_SETTLE_DELAY_MS {Insert Value Here}
// #define NO_AUTO_VBUS_MANAGEMENT
// #define INVERTED_VBUS_ENABLE_LINE
#elif (ARCH == ARCH_XMEGA)
@ -150,6 +152,8 @@
/* USB Host Mode Driver Related Tokens: */
// #define USB_HOST_TIMEOUT_MS {Insert Value Here}
// #define HOST_DEVICE_SETTLE_DELAY_MS {Insert Value Here}
// #define NO_AUTO_VBUS_MANAGEMENT
// #define INVERTED_VBUS_ENABLE_LINE
#endif
#endif