aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/StillImageHost
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-09 04:22:49 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-09 04:22:49 +0000
commit331929833da3e48ac9c43dce90487490d7a77af1 (patch)
tree818797c0bfc63d11ea2b249c98a794ce99ec92e2 /Demos/Host/ClassDriver/StillImageHost
parentd2068d878c2ef6c4a68e85215d9d4a3b376089c2 (diff)
downloadlufa-331929833da3e48ac9c43dce90487490d7a77af1.tar.gz
lufa-331929833da3e48ac9c43dce90487490d7a77af1.tar.bz2
lufa-331929833da3e48ac9c43dce90487490d7a77af1.zip
Add Host mode Class driver demo summaries.
Diffstat (limited to 'Demos/Host/ClassDriver/StillImageHost')
-rw-r--r--Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt65
1 files changed, 65 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt b/Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt
new file mode 100644
index 000000000..776e1a49c
--- /dev/null
+++ b/Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt
@@ -0,0 +1,65 @@
+/** \file
+ *
+ * This file contains special DoxyGen information for the generation of the main page and other special
+ * documentation pages. It is not a project source file.
+ */
+
+/** \mainpage Still Image Host Demo
+ *
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following table indicates what microcontrollers are compatible with this demo.
+ *
+ * - AT90USB1287
+ * - AT90USB647
+ *
+ * \section SSec_Info USB Information:
+ *
+ * The following table gives a rundown of the USB utilization of this demo.
+ *
+ * <table>
+ * <tr>
+ * <td><b>USB Mode:</b></td>
+ * <td>Host</td>
+ * </tr>
+ * <tr>
+ * <td><b>USB Class:</b></td>
+ * <td>Still Image Device</td>
+ * </tr>
+ * <tr>
+ * <td><b>USB Subclass:</b></td>
+ * <td>N/A</td>
+ * </tr>
+ * <tr>
+ * <td><b>Relevant Standards:</b></td>
+ * <td>USBIF Still Image Class Specification</td>
+ * <td>PIMA 15740 Specification</td>
+ * </tr>
+ * <tr>
+ * <td><b>Usable Speeds:</b></td>
+ * <td>Full Speed Mode</td>
+ * </tr>
+ * </table>
+ *
+ * \section SSec_Description Project Description:
+ *
+ * Still Image host demonstration application. This gives a simple reference
+ * application for implementing a Still Image host, for USB devices such as
+ * digital cameras.
+ *
+ * This demo will enumerate an attached USB Still Image device, print out its
+ * information structure, open a session with the device and finally close the
+ * session.
+ *
+ * \section SSec_Options Project Options
+ *
+ * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
+ *
+ * <table>
+ * <tr>
+ * <td>
+ * None
+ * </td>
+ * </tr>
+ * </table>
+ */ \ No newline at end of file