Clarify in the project documentation files what the each of the different USB AVR...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 31 Aug 2010 12:33:21 +0000 (12:33 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 31 Aug 2010 12:33:21 +0000 (12:33 +0000)
64 files changed:
Bootloaders/CDC/BootloaderCDC.txt
Bootloaders/DFU/BootloaderDFU.txt
Demos/Device/ClassDriver/AudioInput/AudioInput.txt
Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.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/Lib/SCSI.h
Demos/Device/ClassDriver/MassStorage/MassStorage.txt
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.h
Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt
Demos/Device/ClassDriver/Mouse/Mouse.txt
Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.txt
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.txt
Demos/Device/LowLevel/AudioInput/AudioInput.txt
Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.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/Lib/SCSI.h
Demos/Device/LowLevel/MassStorage/MassStorage.txt
Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.txt
Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.txt
Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.txt
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.txt
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.txt
Demos/Host/ClassDriver/MIDIHost/MIDIHost.txt
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.txt
Demos/Host/ClassDriver/MouseHost/MouseHost.txt
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt
Demos/Host/ClassDriver/PrinterHost/PrinterHost.txt
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.txt
Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.txt
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt
Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.txt
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt
Demos/Host/LowLevel/MIDIHost/MIDIHost.txt
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt
Demos/Host/LowLevel/MouseHost/MouseHost.txt
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt
Demos/Host/LowLevel/PrinterHost/PrinterHost.txt
Demos/Host/LowLevel/RNDISEthernetHost/RNDISHost.txt
Demos/Host/LowLevel/StillImageHost/StillImageHost.txt
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.txt
LUFA/Drivers/USB/HighLevel/USBMode.h
Projects/AVRISP-MKII/AVRISP-MKII.txt
Projects/Benito/Benito.txt
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h
Projects/MissileLauncher/MissileLauncher.txt
Projects/TempDataLogger/Lib/SCSI.h
Projects/TempDataLogger/TemperatureDataLogger.txt
Projects/USBtoSerial/USBtoSerial.txt
Projects/Webserver/Lib/SCSI.h
Projects/Webserver/Webserver.txt

index 63651f9..dc0358c 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 2a67bd5..7a7409a 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 09b6c6f..aba582d 100644 (file)
@@ -10,9 +10,9 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
  *
  *  \section SSec_Info USB Information:
  *
index caf3b48..079b537 100644 (file)
@@ -10,9 +10,9 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
  *
  *  \section SSec_Info USB Information:
  *
index 84b400c..03a97ce 100644 (file)
@@ -10,9 +10,9 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
  *
  *  \section SSec_Info USB Information:
  *
index 022ce5b..c82f486 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 5967fc6..e2859b6 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index a26636a..8945b3e 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 6f24efe..0cd2c3d 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 56aeec4..0fbea57 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 44ccb98..bf3c138 100644 (file)
@@ -52,9 +52,9 @@
                 *  is for convenience, as it allows for all three sense values (returned upon request to the host to give information about
                 *  the last command failure) in a quick and easy manner.
                 *
-                *  \param[in] key    New SCSI sense key to set the sense code to
-                *  \param[in] acode  New SCSI additional sense key to set the additional sense code to
-                *  \param[in] aqual  New SCSI additional sense key qualifier to set the additional sense qualifier code to
+                *  \param[in] Key    New SCSI sense key to set the sense code to
+                *  \param[in] Acode  New SCSI additional sense key to set the additional sense code to
+                *  \param[in] Aqual  New SCSI additional sense key qualifier to set the additional sense qualifier code to
                 */
                #define SCSI_SET_SENSE(Key, Acode, Aqual)  MACROS{ SenseData.SenseKey                 = (Key);   \
                                                                   SenseData.AdditionalSenseCode      = (Acode); \
index 5382573..842c3ba 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 96489ab..f39134d 100644 (file)
@@ -52,9 +52,9 @@
                 *  is for convenience, as it allows for all three sense values (returned upon request to the host to give information about
                 *  the last command failure) in a quick and easy manner.
                 *
-                *  \param[in] key    New SCSI sense key to set the sense code to
-                *  \param[in] acode  New SCSI additional sense key to set the additional sense code to
-                *  \param[in] aqual  New SCSI additional sense key qualifier to set the additional sense qualifier code to
+                *  \param[in] Key    New SCSI sense key to set the sense code to
+                *  \param[in] Acode  New SCSI additional sense key to set the additional sense code to
+                *  \param[in] Aqual  New SCSI additional sense key qualifier to set the additional sense qualifier code to
                 */
                #define SCSI_SET_SENSE(Key, Acode, Aqual)  MACROS{ SenseData.SenseKey                 = (Key);   \
                                                                   SenseData.AdditionalSenseCode      = (Acode); \
index f2fffc1..23ca66a 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 04df35c..e3c28f2 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index f1e6eaa..f9cd651 100644 (file)
@@ -10,8 +10,8 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
  *
  *  \section SSec_Info USB Information:
  *
index bb856eb..1e4064c 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 96fc673..7a494b6 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 55204a9..d61e77a 100644 (file)
@@ -10,9 +10,9 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
  *
  *  \section SSec_Info USB Information:
  *
index caf3b48..079b537 100644 (file)
@@ -10,9 +10,9 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
  *
  *  \section SSec_Info USB Information:
  *
index 84b400c..03a97ce 100644 (file)
@@ -10,9 +10,9 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
  *
  *  \section SSec_Info USB Information:
  *
index 022ce5b..c82f486 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 5967fc6..e2859b6 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index a65baaa..2cd9e7f 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 6f24efe..0cd2c3d 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 56aeec4..0fbea57 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 7c6d917..0fc99b6 100644 (file)
@@ -54,9 +54,9 @@
                 *  is for convenience, as it allows for all three sense values (returned upon request to the host to give information about
                 *  the last command failure) in a quick and easy manner.
                 *
-                *  \param[in] key    New SCSI sense key to set the sense code to
-                *  \param[in] acode  New SCSI additional sense key to set the additional sense code to
-                *  \param[in] aqual  New SCSI additional sense key qualifier to set the additional sense qualifier code to
+                *  \param[in] Key    New SCSI sense key to set the sense code to
+                *  \param[in] Acode  New SCSI additional sense key to set the additional sense code to
+                *  \param[in] Aqual  New SCSI additional sense key qualifier to set the additional sense qualifier code to
                 */
                #define SCSI_SET_SENSE(Key, Acode, Aqual)  MACROS{ SenseData.SenseKey                 = (Key);   \
                                                                   SenseData.AdditionalSenseCode      = (Acode); \
index 3489ca0..f0e38af 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index f1e6eaa..f9cd651 100644 (file)
@@ -10,8 +10,8 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
  *
  *  \section SSec_Info USB Information:
  *
index bb856eb..1e4064c 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index cf3b0a4..de56b55 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 4601390..055890b 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 220d37f..5f2969d 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index ffd194a..5e122a3 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 269bf5b..a90ae04 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 871aa81..23f083d 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 6926e99..be608db 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 3d88fe3..febd4a9 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 84ab828..fab6a5b 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 4260195..9fec00b 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 1ccf87a..95a2e14 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 3a77422..d771b79 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index fef45c3..e176507 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 4601390..055890b 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 68ad1f2..3971501 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index ffd194a..5e122a3 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 269bf5b..a90ae04 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 871aa81..23f083d 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 6926e99..be608db 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 3d88fe3..febd4a9 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index b6b1786..92d4331 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 4260195..9fec00b 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 1ccf87a..95a2e14 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 3a77422..d771b79 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 1de2ef9..f9abd99 100644 (file)
        /* Public Interface - May be used in end-application: */
        #if defined(__DOXYGEN__)
                /** Indicates that the target AVR microcontroller belongs to the Series 2 USB controller
-                *  (i.e. AT90USBXXX2 or ATMEGAXXU2) when defined.
+                *  (i.e. AT90USBxxx2 or ATMEGAxxU2) when defined.
                 */
                #define USB_SERIES_2_AVR
 
                /** Indicates that the target AVR microcontroller belongs to the Series 4 USB controller
-                *  (i.e. ATMEGAXXU4) when defined.
+                *  (i.e. ATMEGAxxU4) when defined.
                 */
                #define USB_SERIES_4_AVR
 
                /** Indicates that the target AVR microcontroller belongs to the Series 6 USB controller
-                *  (i.e. AT90USBXXX6) when defined.
+                *  (i.e. AT90USBxxx6) when defined.
                 */
                #define USB_SERIES_6_AVR
 
                /** Indicates that the target AVR microcontroller belongs to the Series 7 USB controller
-                *  (i.e. AT90USBXXX7) when defined.
+                *  (i.e. AT90USBxxx7) when defined.
                 */
                #define USB_SERIES_7_AVR
 
index c278c5c..750b469 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this project.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs (8KB versions with reduced features only)
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2) - <i>8KB versions with reduced features only</i>
  *
  *  \section SSec_Info USB Information:
  *
index af37284..5f94e58 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this project.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 6932a81..6a90cb9 100644 (file)
@@ -52,9 +52,9 @@
                 *  is for convenience, as it allows for all three sense values (returned upon request to the host to give information about
                 *  the last command failure) in a quick and easy manner.
                 *
-                *  \param[in] key    New SCSI sense key to set the sense code to
-                *  \param[in] acode  New SCSI additional sense key to set the additional sense code to
-                *  \param[in] aqual  New SCSI additional sense key qualifier to set the additional sense qualifier code to
+                *  \param[in] Key    New SCSI sense key to set the sense code to
+                *  \param[in] Acode  New SCSI additional sense key to set the additional sense code to
+                *  \param[in] Aqual  New SCSI additional sense key qualifier to set the additional sense qualifier code to
                 */
                #define SCSI_SET_SENSE(Key, Acode, Aqual)  MACROS{ SenseData.SenseKey                 = (Key);   \
                                                                   SenseData.AdditionalSenseCode      = (Acode); \
index d93c21d..3b34428 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this project.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *
index 5c2112b..f3aea72 100644 (file)
@@ -52,9 +52,9 @@
                 *  is for convenience, as it allows for all three sense values (returned upon request to the host to give information about
                 *  the last command failure) in a quick and easy manner.
                 *
-                *  \param[in] key    New SCSI sense key to set the sense code to
-                *  \param[in] acode  New SCSI additional sense key to set the additional sense code to
-                *  \param[in] aqual  New SCSI additional sense key qualifier to set the additional sense qualifier code to
+                *  \param[in] Key    New SCSI sense key to set the sense code to
+                *  \param[in] Acode  New SCSI additional sense key to set the additional sense code to
+                *  \param[in] Aqual  New SCSI additional sense key qualifier to set the additional sense qualifier code to
                 */
                #define SCSI_SET_SENSE(Key, Acode, Aqual)  MACROS{ SenseData.SenseKey                 = (Key);   \
                                                                   SenseData.AdditionalSenseCode      = (Acode); \
index f157338..1bf38dc 100644 (file)
@@ -10,9 +10,9 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs (with >16KB of FLASH)
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4) - <i>those with >16KB of FLASH memory only</i>
  *
  *  \section SSec_Info USB Information:
  *
index 57802ec..cedb0f4 100644 (file)
  *
  *  The following list indicates what microcontrollers are compatible with this project.
  *
- *  - Series 7 USB AVRs
- *  - Series 6 USB AVRs
- *  - Series 4 USB AVRs
- *  - Series 2 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  - Series 6 USB AVRs (AT90USBxxx6)
+ *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  - Series 2 USB AVRs (AT90USBxx6, ATMEGAxxU2)
  *
  *  \section SSec_Info USB Information:
  *
index 64836c4..01afd37 100644 (file)
@@ -51,9 +51,9 @@
                 *  is for convenience, as it allows for all three sense values (returned upon request to the host to give information about
                 *  the last command failure) in a quick and easy manner.
                 *
-                *  \param[in] key    New SCSI sense key to set the sense code to
-                *  \param[in] acode  New SCSI additional sense key to set the additional sense code to
-                *  \param[in] aqual  New SCSI additional sense key qualifier to set the additional sense qualifier code to
+                *  \param[in] Key    New SCSI sense key to set the sense code to
+                *  \param[in] Acode  New SCSI additional sense key to set the additional sense code to
+                *  \param[in] Aqual  New SCSI additional sense key qualifier to set the additional sense qualifier code to
                 */
                #define SCSI_SET_SENSE(Key, Acode, Aqual)  MACROS{ SenseData.SenseKey                 = (Key);   \
                                                                   SenseData.AdditionalSenseCode      = (Acode); \
index c89810f..34b542e 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this project.
  *
- *  - Series 7 USB AVRs
+ *  - Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section SSec_Info USB Information:
  *