Added compatibility list to the documentation of each individual demo.
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 13 Jul 2009 06:44:14 +0000 (06:44 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 13 Jul 2009 06:44:14 +0000 (06:44 +0000)
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.

45 files changed:
Bootloaders/CDC/BootloaderCDC.txt
Bootloaders/DFU/BootloaderDFU.txt
Bootloaders/TeensyHID/TeensyHID.txt
Demos/Device/ClassDriver/AudioInput/AudioInput.txt
Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt
Demos/Device/ClassDriver/CDC/CDC.txt
Demos/Device/ClassDriver/DualCDC/DualCDC.txt
Demos/Device/ClassDriver/GenericHID/GenericHID.txt
Demos/Device/ClassDriver/Joystick/Joystick.txt
Demos/Device/ClassDriver/Keyboard/Keyboard.txt
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.txt
Demos/Device/ClassDriver/MIDI/MIDI.txt
Demos/Device/ClassDriver/MassStorage/MassStorage.txt
Demos/Device/ClassDriver/Mouse/Mouse.txt
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.txt
Demos/Device/LowLevel/AudioInput/AudioInput.txt
Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
Demos/Device/LowLevel/CDC/CDC.txt
Demos/Device/LowLevel/DualCDC/DualCDC.txt
Demos/Device/LowLevel/GenericHID/GenericHID.txt
Demos/Device/LowLevel/Joystick/Joystick.txt
Demos/Device/LowLevel/Keyboard/Keyboard.txt
Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.txt
Demos/Device/LowLevel/MIDI/MIDI.txt
Demos/Device/LowLevel/MassStorage/MassStorage.txt
Demos/Device/LowLevel/Mouse/Mouse.txt
Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h
Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt
Demos/Device/LowLevel/USBtoSerial/USBtoSerial.txt
Demos/Host/ClassDriver/CDCHost/CDCHost.txt
Demos/Host/LowLevel/CDCHost/CDCHost.txt
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt
Demos/Host/LowLevel/MouseHost/MouseHost.txt
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt
Demos/Host/LowLevel/StillImageHost/StillImageHost.txt
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/CompileTimeTokens.txt
LUFA/ManPages/FutureChanges.txt
Projects/Magstripe/Magstripe.txt
Projects/MissileLauncher/MissileLauncher.txt

index c518195..e3faf54 100644 (file)
@@ -6,6 +6,19 @@
  \r
 /** \mainpage CDC Class USB AVR Bootloader\r
  *\r
  \r
 /** \mainpage CDC Class USB AVR Bootloader\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 05bfa71..ca2f165 100644 (file)
@@ -6,6 +6,19 @@
  \r
 /** \mainpage DFU Class USB AVR Bootloader\r
  *\r
  \r
 /** \mainpage DFU Class USB AVR Bootloader\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 3ef5e9f..93862c6 100644 (file)
@@ -6,6 +6,13 @@
  \r
 /** \mainpage Teensy HID Class USB AVR Bootloader\r
  *\r
  \r
 /** \mainpage Teensy HID Class USB AVR Bootloader\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB646\r
+ *  - AT90USB162\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index cf71259..0ed4ed0 100644 (file)
@@ -6,6 +6,16 @@
  \r
 /** \mainpage Audio Input Device Demo\r
  *\r
  \r
 /** \mainpage Audio Input Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index a47f9b5..ffae9ed 100644 (file)
@@ -6,6 +6,16 @@
  \r
 /** \mainpage Audio Output Device Demo\r
  *\r
  \r
 /** \mainpage Audio Output Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 8e13b55..397ed36 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Communications Device Class Device (Virtual Serial Port)\r
  *\r
  \r
 /** \mainpage Communications Device Class Device (Virtual Serial Port)\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 6e08602..eece706 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Dual Communications Device Class Device (Dual Virtual Serial Port)\r
  *\r
  \r
 /** \mainpage Dual Communications Device Class Device (Dual Virtual Serial Port)\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index a40b78b..fc5c136 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Generic HID Device\r
  *\r
  \r
 /** \mainpage Generic HID Device\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 7d47ae9..d2fdaaf 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Joystick Device Demo\r
  *\r
  \r
 /** \mainpage Joystick Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 3fc9bee..e1f6785 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Keyboard Device Demo\r
  *\r
  \r
 /** \mainpage Keyboard Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 3e31057..ca08602 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Dual HID Keyboard and Mouse Device Demo\r
  *\r
  \r
 /** \mainpage Dual HID Keyboard and Mouse Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 5a31350..30f5c7d 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage MIDI Input Device Demo\r
  *\r
  \r
 /** \mainpage MIDI Input Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 1d06cb6..7046b70 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Mass Storage Device Demo\r
  *\r
  \r
 /** \mainpage Mass Storage Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 07982a7..54bf900 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Mouse Device Demo\r
  *\r
  \r
 /** \mainpage Mouse Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index b7c991e..b61de7e 100644 (file)
@@ -52,7 +52,7 @@
                #define MAX_TCP_CONNECTIONS             1\r
 \r
                /** TCP window size, giving the maximum number of bytes which can be buffered at the one time */\r
                #define MAX_TCP_CONNECTIONS             1\r
 \r
                /** TCP window size, giving the maximum number of bytes which can be buffered at the one time */\r
-               #define TCP_WINDOW_SIZE                 1024\r
+               #define TCP_WINDOW_SIZE                 512\r
                \r
                /** Port number for HTTP transmissions */\r
                #define TCP_PORT_HTTP                   SwapEndian_16(80)\r
                \r
                /** Port number for HTTP transmissions */\r
                #define TCP_PORT_HTTP                   SwapEndian_16(80)\r
index 306cf85..9725b04 100644 (file)
@@ -6,10 +6,44 @@
  \r
 /** \mainpage RNDIS Class Ethernet Demo (with Webserver/Telnet)\r
  *\r
  \r
 /** \mainpage RNDIS Class Ethernet Demo (with Webserver/Telnet)\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *\r
+ *  <table>\r
+ *   <tr>\r
+ *    <td><b>USB Mode:</b></td>\r
+ *    <td>Device</td>\r
+ *   </tr>\r
+ *   <tr>\r
+ *    <td><b>USB Class:</b></td>\r
+ *    <td>Communications Device Class (CDC)</td>\r
+ *   </tr>\r
+ *   <tr> \r
+ *    <td><b>USB Subclass:</b></td>\r
+ *    <td>Remote NDIS (Microsoft Proprietary CDC Class Networking Standard)</td>\r
+ *   </tr>\r
+ *   <tr>\r
+ *    <td><b>Relevant Standards:</b></td>\r
+ *    <td>Microsoft RNDIS Specification</td>\r
+ *   </tr>\r
+ *   <tr>\r
+ *    <td><b>Usable Speeds:</b></td>\r
+ *    <td>Full Speed Mode</td>\r
+ *   </tr>\r
+ *  </table>\r
+ *\r
+ *  \section SSec_Description Project Description: \r
+ *\r
  *  Remote Network Driver Interface demonstration application.\r
  *  This gives a simple reference application for implementing\r
  *  a CDC RNDIS device acting as a simple network interface for\r
  *  Remote Network Driver Interface demonstration application.\r
  *  This gives a simple reference application for implementing\r
  *  a CDC RNDIS device acting as a simple network interface for\r
  *  recommended that it be replaced with an external open source TCP/IP\r
  *  stack that is feature complete, such as the uIP stack.\r
  *\r
  *  recommended that it be replaced with an external open source TCP/IP\r
  *  stack that is feature complete, such as the uIP stack.\r
  *\r
- *  \section SSec_Description Project Description: \r
- *\r
- *  <table>\r
- *   <tr>\r
- *    <td><b>USB Mode:</b></td>\r
- *    <td>Device</td>\r
- *   </tr>\r
- *   <tr>\r
- *    <td><b>USB Class:</b></td>\r
- *    <td>Communications Device Class (CDC)</td>\r
- *   </tr>\r
- *   <tr> \r
- *    <td><b>USB Subclass:</b></td>\r
- *    <td>Remote NDIS (Microsoft Proprietary CDC Class Networking Standard)</td>\r
- *   </tr>\r
- *   <tr>\r
- *    <td><b>Relevant Standards:</b></td>\r
- *    <td>Microsoft RNDIS Specification</td>\r
- *   </tr>\r
- *   <tr>\r
- *    <td><b>Usable Speeds:</b></td>\r
- *    <td>Full Speed Mode</td>\r
- *   </tr>\r
- *  </table>\r
- *\r
  *  \section SSec_Options Project Options\r
  *\r
  *  The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.\r
  *  \section SSec_Options Project Options\r
  *\r
  *  The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.\r
index e334672..17f6452 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage USB to Serial Converter Demo (via CDC-ACM class)\r
  *\r
  \r
 /** \mainpage USB to Serial Converter Demo (via CDC-ACM class)\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  This demo is known to be compatible with the following microcontrollers:\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index cf71259..ca7fe1f 100644 (file)
@@ -6,6 +6,15 @@
  \r
 /** \mainpage Audio Input Device Demo\r
  *\r
  \r
 /** \mainpage Audio Input Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index a47f9b5..ffae9ed 100644 (file)
@@ -6,6 +6,16 @@
  \r
 /** \mainpage Audio Output Device Demo\r
  *\r
  \r
 /** \mainpage Audio Output Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 8e13b55..397ed36 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Communications Device Class Device (Virtual Serial Port)\r
  *\r
  \r
 /** \mainpage Communications Device Class Device (Virtual Serial Port)\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 6e08602..eece706 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Dual Communications Device Class Device (Dual Virtual Serial Port)\r
  *\r
  \r
 /** \mainpage Dual Communications Device Class Device (Dual Virtual Serial Port)\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index a40b78b..fc5c136 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Generic HID Device\r
  *\r
  \r
 /** \mainpage Generic HID Device\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 7d47ae9..d2fdaaf 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Joystick Device Demo\r
  *\r
  \r
 /** \mainpage Joystick Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 3fc9bee..e1f6785 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Keyboard Device Demo\r
  *\r
  \r
 /** \mainpage Keyboard Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 3e31057..ca08602 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Dual HID Keyboard and Mouse Device Demo\r
  *\r
  \r
 /** \mainpage Dual HID Keyboard and Mouse Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 5a31350..30f5c7d 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage MIDI Input Device Demo\r
  *\r
  \r
 /** \mainpage MIDI Input Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 1d06cb6..7046b70 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Mass Storage Device Demo\r
  *\r
  \r
 /** \mainpage Mass Storage Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 07982a7..54bf900 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage Mouse Device Demo\r
  *\r
  \r
 /** \mainpage Mouse Device Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index e98085f..eac6825 100644 (file)
@@ -52,7 +52,7 @@
                #define MAX_TCP_CONNECTIONS             1\r
 \r
                /** TCP window size, giving the maximum number of bytes which can be buffered at the one time */\r
                #define MAX_TCP_CONNECTIONS             1\r
 \r
                /** TCP window size, giving the maximum number of bytes which can be buffered at the one time */\r
-               #define TCP_WINDOW_SIZE                 1024\r
+               #define TCP_WINDOW_SIZE                 512\r
                \r
                /** Port number for HTTP transmissions */\r
                #define TCP_PORT_HTTP                   SwapEndian_16(80)\r
                \r
                /** Port number for HTTP transmissions */\r
                #define TCP_PORT_HTTP                   SwapEndian_16(80)\r
index 306cf85..9725b04 100644 (file)
@@ -6,10 +6,44 @@
  \r
 /** \mainpage RNDIS Class Ethernet Demo (with Webserver/Telnet)\r
  *\r
  \r
 /** \mainpage RNDIS Class Ethernet Demo (with Webserver/Telnet)\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *\r
+ *  <table>\r
+ *   <tr>\r
+ *    <td><b>USB Mode:</b></td>\r
+ *    <td>Device</td>\r
+ *   </tr>\r
+ *   <tr>\r
+ *    <td><b>USB Class:</b></td>\r
+ *    <td>Communications Device Class (CDC)</td>\r
+ *   </tr>\r
+ *   <tr> \r
+ *    <td><b>USB Subclass:</b></td>\r
+ *    <td>Remote NDIS (Microsoft Proprietary CDC Class Networking Standard)</td>\r
+ *   </tr>\r
+ *   <tr>\r
+ *    <td><b>Relevant Standards:</b></td>\r
+ *    <td>Microsoft RNDIS Specification</td>\r
+ *   </tr>\r
+ *   <tr>\r
+ *    <td><b>Usable Speeds:</b></td>\r
+ *    <td>Full Speed Mode</td>\r
+ *   </tr>\r
+ *  </table>\r
+ *\r
+ *  \section SSec_Description Project Description: \r
+ *\r
  *  Remote Network Driver Interface demonstration application.\r
  *  This gives a simple reference application for implementing\r
  *  a CDC RNDIS device acting as a simple network interface for\r
  *  Remote Network Driver Interface demonstration application.\r
  *  This gives a simple reference application for implementing\r
  *  a CDC RNDIS device acting as a simple network interface for\r
  *  recommended that it be replaced with an external open source TCP/IP\r
  *  stack that is feature complete, such as the uIP stack.\r
  *\r
  *  recommended that it be replaced with an external open source TCP/IP\r
  *  stack that is feature complete, such as the uIP stack.\r
  *\r
- *  \section SSec_Description Project Description: \r
- *\r
- *  <table>\r
- *   <tr>\r
- *    <td><b>USB Mode:</b></td>\r
- *    <td>Device</td>\r
- *   </tr>\r
- *   <tr>\r
- *    <td><b>USB Class:</b></td>\r
- *    <td>Communications Device Class (CDC)</td>\r
- *   </tr>\r
- *   <tr> \r
- *    <td><b>USB Subclass:</b></td>\r
- *    <td>Remote NDIS (Microsoft Proprietary CDC Class Networking Standard)</td>\r
- *   </tr>\r
- *   <tr>\r
- *    <td><b>Relevant Standards:</b></td>\r
- *    <td>Microsoft RNDIS Specification</td>\r
- *   </tr>\r
- *   <tr>\r
- *    <td><b>Usable Speeds:</b></td>\r
- *    <td>Full Speed Mode</td>\r
- *   </tr>\r
- *  </table>\r
- *\r
  *  \section SSec_Options Project Options\r
  *\r
  *  The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.\r
  *  \section SSec_Options Project Options\r
  *\r
  *  The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.\r
index e334672..bdca6f9 100644 (file)
@@ -6,6 +6,20 @@
  \r
 /** \mainpage USB to Serial Converter Demo (via CDC-ACM class)\r
  *\r
  \r
 /** \mainpage USB to Serial Converter Demo (via CDC-ACM class)\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *  - AT90USB647\r
+ *  - AT90USB646\r
+ *  - ATMEGA32U6\r
+ *  - ATMEGA32U4\r
+ *  - ATMEGA16U4\r
+ *  - AT90USB162\r
+ *  - AT90USB82\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 0db804c..ef0a325 100644 (file)
@@ -6,6 +6,13 @@
  \r
 /** \mainpage CDC Host Demo\r
  *\r
  \r
 /** \mainpage CDC Host Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 4fac1d0..30a88ba 100644 (file)
@@ -6,6 +6,13 @@
  \r
 /** \mainpage CDC Host Demo\r
  *\r
  \r
 /** \mainpage CDC Host Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index d72dda1..0a82aaa 100644 (file)
@@ -6,6 +6,13 @@
  \r
 /** \mainpage Generic HID Host Demo\r
  *\r
  \r
 /** \mainpage Generic HID Host Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index a3d5f71..6eba0ae 100644 (file)
@@ -6,6 +6,13 @@
  \r
 /** \mainpage Keyboard Host Demo\r
  *\r
  \r
 /** \mainpage Keyboard Host Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index cd36706..cc883ea 100644 (file)
@@ -6,6 +6,13 @@
  \r
 /** \mainpage Keyboard Host With HID Descriptor Parser Demo\r
  *\r
  \r
 /** \mainpage Keyboard Host With HID Descriptor Parser Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 88b42e9..165245c 100644 (file)
@@ -6,6 +6,13 @@
  \r
 /** \mainpage Mass Storage Host Demo\r
  *\r
  \r
 /** \mainpage Mass Storage Host Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 3838a70..d310625 100644 (file)
@@ -6,6 +6,13 @@
  \r
 /** \mainpage Mouse Host Demo\r
  *\r
  \r
 /** \mainpage Mouse Host Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 3c83341..77bd16f 100644 (file)
@@ -6,6 +6,13 @@
  \r
 /** \mainpage Mouse Host With HID Descriptor Parser Demo\r
  *\r
  \r
 /** \mainpage Mouse Host With HID Descriptor Parser Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 4cdfe63..b2a8a84 100644 (file)
@@ -6,6 +6,13 @@
  \r
 /** \mainpage Still Image Host Demo\r
  *\r
  \r
 /** \mainpage Still Image Host Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index f22a9ff..04213ac 100644 (file)
@@ -23,6 +23,7 @@
   *  - Updated MassStorage device block write routines to use ping-pong Dataflash buffering to increase throughput by around 30%\r
   *  - Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-blocking disabling of device communications until the\r
   *    device has been removed (for use when an error occurs or communications with the device have completed)\r
   *  - Updated MassStorage device block write routines to use ping-pong Dataflash buffering to increase throughput by around 30%\r
   *  - Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-blocking disabling of device communications until the\r
   *    device has been removed (for use when an error occurs or communications with the device have completed)\r
+  *  - Added new FAST_STREAM_TRANSFERS compile time option for faster stream transfers via multiple bytes copied per stream loop\r
   *  \r
   *  <b>Changed:</b>\r
   *  - Deprecated psuedo-scheduler and removed dynamic memory allocator from the library (first no longer needed and second unused)\r
   *  \r
   *  <b>Changed:</b>\r
   *  - Deprecated psuedo-scheduler and removed dynamic memory allocator from the library (first no longer needed and second unused)\r
index 796ee84..3d15759 100644 (file)
  *  by defining this token, reducing the compiled binary size. When removed, the stream functions no longer accept a callback function as\r
  *  a parameter.\r
  *\r
  *  by defining this token, reducing the compiled binary size. When removed, the stream functions no longer accept a callback function as\r
  *  a parameter.\r
  *\r
+ *  <b>FAST_STREAM_TRANSFERS</b> - ( \ref Group_EndpointPacketManagement , \ref Group_PipePacketManagement )\n\r
+ *  By default, streams are transferred internally via a loop, sending or receiving one byte per iteration before checking for a bank full\r
+ *  or empty condition. This allows for multiple stream functions to be chained together easily, as there are no alignment issues. However,\r
+ *  this can lead to heavy performance penalties in applications where large streams are used frequently. When this compile time option is\r
+ *  used, bytes are sent or recevied in groups of 8 bytes at a time increasing performance at the expense of a larger flash memory consumption\r
+ *  due to the extra code required to deal with byte alignment.\r
+ *\r
  *  <b>USB_HOST_TIMEOUT_MS</b> - ( \ref Group_Host ) \n\r
  *  When a control transfer is initiated in host mode to an attached device, a timeout is used to abort the transfer if the attached\r
  *  device fails to respond within the timeout period. This token may be defined to a non-zero 16-bit value to set the timeout period for\r
  *  <b>USB_HOST_TIMEOUT_MS</b> - ( \ref Group_Host ) \n\r
  *  When a control transfer is initiated in host mode to an attached device, a timeout is used to abort the transfer if the attached\r
  *  device fails to respond within the timeout period. This token may be defined to a non-zero 16-bit value to set the timeout period for\r
index 2e348d5..8d2545f 100644 (file)
   *  - Add standardized descriptor names to device and host class driver structures\r
   *  - Add in INTERRUPT_CONTROL_PIPE to use HSOFI to trigger calls to the host state machine\r
   *  - Make Suspend host state suspend USB bus frames\r
   *  - Add standardized descriptor names to device and host class driver structures\r
   *  - Add in INTERRUPT_CONTROL_PIPE to use HSOFI to trigger calls to the host state machine\r
   *  - Make Suspend host state suspend USB bus frames\r
-  *  - Split StillImageHost demo into lib directory\r
   *  - Add in Stream functions for PROGMEM, EEPROM -- move to templated system\r
   *  - Debug mode for pipe/endpoint calls\r
   *  - Add in Stream functions for PROGMEM, EEPROM -- move to templated system\r
   *  - Debug mode for pipe/endpoint calls\r
-  *  - Test and document new FAST_STREAM_TRANSFERS compile time option\r
-  *  - Demo hardware compatibility table/list\r
   *\r
   *  <b>Targeted for Future Releases:</b>\r
   *  - Remake AVRStudio project files\r
   *\r
   *  <b>Targeted for Future Releases:</b>\r
   *  - Remake AVRStudio project files\r
index a0e600e..739f14a 100644 (file)
@@ -6,6 +6,13 @@
  \r
 /** \mainpage Denver Gingerich's USBSnoop Magnetic Card Reader Project\r
  *\r
  \r
 /** \mainpage Denver Gingerich's USBSnoop Magnetic Card Reader Project\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
index 9d8916d..6c72487 100644 (file)
@@ -6,6 +6,13 @@
  \r
 /** \mainpage Missile Launcher\r
  *\r
  \r
 /** \mainpage Missile Launcher\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - AT90USB1287\r
+ *  - AT90USB1286\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r