# This could be handy for archiving the generated documentation or \r
# if some version control system is used.\r
\r
-PROJECT_NUMBER = 000000\r
+PROJECT_NUMBER = 090810\r
\r
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) \r
# base path where the generated documentation will be put. \r
#include "../../HighLevel/USBMode.h"\r
#if defined(USB_CAN_BE_HOST)\r
\r
+#define INCLUDE_FROM_AUDIO_CLASS_HOST_C\r
#include "Audio.h"\r
\r
+#warning The Audio Host mode Class driver is currently incomplete and is for preview purposes only.\r
+\r
#endif\r
#define INCLUDE_FROM_CDC_CLASS_HOST_C\r
#include "CDC.h"\r
\r
+#warning The CDC Host mode Class driver is currently incomplete and is for preview purposes only.\r
+\r
uint8_t CDC_Host_ConfigurePipes(USB_ClassInfo_CDC_Host_t* CDCInterfaceInfo, uint16_t ConfigDescriptorSize,\r
uint8_t* ConfigDescriptorData)\r
{\r
#define INCLUDE_FROM_HID_CLASS_HOST_C\r
#include "HID.h"\r
\r
+#warning The HID Host mode Class driver is currently incomplete and is for preview purposes only.\r
+\r
uint8_t HID_Host_ConfigurePipes(USB_ClassInfo_HID_Host_t* HIDInterfaceInfo, uint16_t ConfigDescriptorSize,\r
uint8_t* ConfigDescriptorData)\r
{\r
#include "../../HighLevel/USBMode.h"\r
#if defined(USB_CAN_BE_HOST)\r
\r
+#define INCLUDE_FROM_MIDI_CLASS_HOST_C\r
#include "MIDI.h"\r
\r
+#warning The MIDI Host mode Class driver is currently incomplete and is for preview purposes only.\r
+\r
#endif\r
#include "../../HighLevel/USBMode.h"\r
#if defined(USB_CAN_BE_HOST)\r
\r
-#include "HID.h"\r
+#define INCLUDE_FROM_MS_CLASS_HOST_C\r
+#include "MassStorage.h"\r
+\r
+#warning The Mass Storage Host mode Class driver is currently incomplete and is for preview purposes only.\r
\r
#endif\r
#include "../../HighLevel/USBMode.h"\r
#if defined(USB_CAN_BE_HOST)\r
\r
+#define INCLUDE_FROM_SI_CLASS_HOST_C\r
#include "StillImage.h"\r
\r
+#warning The Still Image Host mode Class driver is currently incomplete and is for preview purposes only.\r
+\r
#endif\r
* the standard library APIs.\r
*\r
* Multiple device mode class drivers can be used within a project, including multiple instances of the\r
- * same class driver.\r
+ * same class driver. In this way, USB Hosts and Devices can be made quickly using the internal class drivers\r
+ * so that more time and effort can be put into the end application instead of the USB protocol.\r
+ *\r
+ * \warning The Host mode Class Drivers are currently incomplete and are included for preview purposes only. The Host\r
+ * mode class drivers should not be used in any user project until they have been completed in a later revision.\r
*/\r
\r
#ifndef __USB_H__\r
\r
/** \page Page_ChangeLog Project Changelog\r
*\r
- * \section Sec_ChangeLogXXXXXX Version XXXXXX\r
+ * \section Sec_ChangeLog090810 Version 090810\r
*\r
* <b>New:</b>\r
* - Added new class drivers and matching demos to the library for rapid application development\r
* to the next version released. It does not indicate all new additions to the library in each version change, only\r
* areas relevant to making older projects compatible with the API changes of each new release.\r
*\r
- * \section Sec_MigrationXXXXXX Migrating from 090605 to XXXXXX\r
+ * \section Sec_Migration090810 Migrating from 090605 to 090810\r
*\r
* <b>All</b>\r
* - The "Simple Scheduler" has been <i>deprecated</i>, as it was little more than an abtracted loop and caused much confusion.\r
/* Public Interface - May be used in end-application: */\r
/* Macros: */\r
/** Indicates the version number of the library, as an integer. */\r
- #define LUFA_VERSION_INTEGER 000000\r
+ #define LUFA_VERSION_INTEGER 090810\r
\r
/** Indicates the version number of the library, as a string. */\r
- #define LUFA_VERSION_STRING "000000"\r
+ #define LUFA_VERSION_STRING "090810"\r
\r
#endif\r