diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-13 06:44:14 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-13 06:44:14 +0000 |
commit | 1d26e78258c10dcca63e31e66732f1e525b5dade (patch) | |
tree | fcb03e4309dc7abb8c47df6c0eada59e990e230a /Demos/Host/LowLevel | |
parent | 0fcbe22c9eb68f5769bf57469e1bcf9b340d0ae3 (diff) | |
download | lufa-1d26e78258c10dcca63e31e66732f1e525b5dade.tar.gz lufa-1d26e78258c10dcca63e31e66732f1e525b5dade.tar.bz2 lufa-1d26e78258c10dcca63e31e66732f1e525b5dade.zip |
Added compatibility list to the documentation of each individual demo.
Documented FAST_STREAM_TRANSFERS compile time option.
Reduced the TCP window size for the RNDIS demos (Class and LowLevel) to make them compatible with the AT90USB64x.
Diffstat (limited to 'Demos/Host/LowLevel')
8 files changed, 56 insertions, 0 deletions
diff --git a/Demos/Host/LowLevel/CDCHost/CDCHost.txt b/Demos/Host/LowLevel/CDCHost/CDCHost.txt index 4fac1d03d..30a88ba0c 100644 --- a/Demos/Host/LowLevel/CDCHost/CDCHost.txt +++ b/Demos/Host/LowLevel/CDCHost/CDCHost.txt @@ -6,6 +6,13 @@ /** \mainpage CDC Host Demo
*
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following table indicates what microcontrollers are compatible with this demo.
+ *
+ * - AT90USB1287
+ * - AT90USB1286
+ *
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
diff --git a/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt b/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt index d72dda103..0a82aaa0d 100644 --- a/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt +++ b/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt @@ -6,6 +6,13 @@ /** \mainpage Generic HID Host Demo
*
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following table indicates what microcontrollers are compatible with this demo.
+ *
+ * - AT90USB1287
+ * - AT90USB1286
+ *
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
diff --git a/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt b/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt index a3d5f717d..6eba0ae2e 100644 --- a/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt +++ b/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt @@ -6,6 +6,13 @@ /** \mainpage Keyboard Host Demo
*
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following table indicates what microcontrollers are compatible with this demo.
+ *
+ * - AT90USB1287
+ * - AT90USB1286
+ *
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt b/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt index cd3670673..cc883ea2d 100644 --- a/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt +++ b/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt @@ -6,6 +6,13 @@ /** \mainpage Keyboard Host With HID Descriptor Parser Demo
*
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following table indicates what microcontrollers are compatible with this demo.
+ *
+ * - AT90USB1287
+ * - AT90USB1286
+ *
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
diff --git a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt index 88b42e937..165245c2f 100644 --- a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt +++ b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt @@ -6,6 +6,13 @@ /** \mainpage Mass Storage Host Demo
*
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following table indicates what microcontrollers are compatible with this demo.
+ *
+ * - AT90USB1287
+ * - AT90USB1286
+ *
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
diff --git a/Demos/Host/LowLevel/MouseHost/MouseHost.txt b/Demos/Host/LowLevel/MouseHost/MouseHost.txt index 3838a7011..d3106256d 100644 --- a/Demos/Host/LowLevel/MouseHost/MouseHost.txt +++ b/Demos/Host/LowLevel/MouseHost/MouseHost.txt @@ -6,6 +6,13 @@ /** \mainpage Mouse Host Demo
*
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following table indicates what microcontrollers are compatible with this demo.
+ *
+ * - AT90USB1287
+ * - AT90USB1286
+ *
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
diff --git a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt b/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt index 3c83341a2..77bd16f33 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt +++ b/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt @@ -6,6 +6,13 @@ /** \mainpage Mouse Host With HID Descriptor Parser Demo
*
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following table indicates what microcontrollers are compatible with this demo.
+ *
+ * - AT90USB1287
+ * - AT90USB1286
+ *
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
diff --git a/Demos/Host/LowLevel/StillImageHost/StillImageHost.txt b/Demos/Host/LowLevel/StillImageHost/StillImageHost.txt index 4cdfe6346..b2a8a84cf 100644 --- a/Demos/Host/LowLevel/StillImageHost/StillImageHost.txt +++ b/Demos/Host/LowLevel/StillImageHost/StillImageHost.txt @@ -6,6 +6,13 @@ /** \mainpage Still Image Host Demo
*
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following table indicates what microcontrollers are compatible with this demo.
+ *
+ * - AT90USB1287
+ * - AT90USB1286
+ *
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
|