diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-12-26 14:55:26 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-12-26 14:55:26 +0000 |
commit | a8b66f318dda3cc18dfcedaa3af3d01ab68b82e8 (patch) | |
tree | 3f3e7d02bfebc4bab83983e96e84f5e04d044d02 /Demos/Device/LowLevel | |
parent | 2073b96d82433607bd287e3b6529fd0d3cc428cd (diff) | |
download | lufa-a8b66f318dda3cc18dfcedaa3af3d01ab68b82e8.tar.gz lufa-a8b66f318dda3cc18dfcedaa3af3d01ab68b82e8.tar.bz2 lufa-a8b66f318dda3cc18dfcedaa3af3d01ab68b82e8.zip |
Documentation improvements - put driver example code into its own section, fix incorrect and missing section names.
Diffstat (limited to 'Demos/Device/LowLevel')
-rw-r--r-- | Demos/Device/LowLevel/AudioInput/AudioInput.txt | 8 | ||||
-rw-r--r-- | Demos/Device/LowLevel/AudioOutput/AudioOutput.txt | 8 | ||||
-rw-r--r-- | Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt | 8 | ||||
-rw-r--r-- | Demos/Device/LowLevel/GenericHID/GenericHID.txt | 8 | ||||
-rw-r--r-- | Demos/Device/LowLevel/Joystick/Joystick.txt | 8 | ||||
-rw-r--r-- | Demos/Device/LowLevel/Keyboard/Keyboard.txt | 8 | ||||
-rw-r--r-- | Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.txt | 8 | ||||
-rw-r--r-- | Demos/Device/LowLevel/MIDI/MIDI.txt | 8 | ||||
-rw-r--r-- | Demos/Device/LowLevel/MassStorage/MassStorage.txt | 8 | ||||
-rw-r--r-- | Demos/Device/LowLevel/Mouse/Mouse.txt | 8 | ||||
-rw-r--r-- | Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt | 8 | ||||
-rw-r--r-- | Demos/Device/LowLevel/VirtualSerial/VirtualSerial.txt | 8 |
12 files changed, 48 insertions, 48 deletions
diff --git a/Demos/Device/LowLevel/AudioInput/AudioInput.txt b/Demos/Device/LowLevel/AudioInput/AudioInput.txt index fea31b66e..fd94748d6 100644 --- a/Demos/Device/LowLevel/AudioInput/AudioInput.txt +++ b/Demos/Device/LowLevel/AudioInput/AudioInput.txt @@ -6,7 +6,7 @@ /** \mainpage Audio Input Device Demo * - * \section SSec_Compat Demo Compatibility: + * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * @@ -14,7 +14,7 @@ * - Series 6 USB AVRs (AT90USBxxx6) * - Series 4 USB AVRs (ATMEGAxxU4) * - * \section SSec_Info USB Information: + * \section Sec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * @@ -43,7 +43,7 @@ * </tr> * </table> * - * \section SSec_Description Project Description: + * \section Sec_Description Project Description: * * Audio demonstration application. This gives a simple reference * application for implementing a USB Audio Input device using the @@ -61,7 +61,7 @@ * Under Windows, if a driver request dialogue pops up, select the option * to automatically install the appropriate drivers. * - * \section SSec_Options Project Options + * \section Sec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * diff --git a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt index c42fc744b..9e496ebb6 100644 --- a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt +++ b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt @@ -6,7 +6,7 @@ /** \mainpage Audio Output Device Demo * - * \section SSec_Compat Demo Compatibility: + * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * @@ -14,7 +14,7 @@ * - Series 6 USB AVRs (AT90USBxxx6) * - Series 4 USB AVRs (ATMEGAxxU4) * - * \section SSec_Info USB Information: + * \section Sec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * @@ -43,7 +43,7 @@ * </tr> * </table> * - * \section SSec_Description Project Description: + * \section Sec_Description Project Description: * * Audio demonstration application. This gives a simple reference * application for implementing a USB Audio Output device using the @@ -61,7 +61,7 @@ * Under Windows, if a driver request dialogue pops up, select the option * to automatically install the appropriate drivers. * - * \section SSec_Options Project Options + * \section Sec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * diff --git a/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt b/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt index 2989e7adb..bd0867f62 100644 --- a/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt +++ b/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt @@ -6,7 +6,7 @@ /** \mainpage Dual Communications Device Class (Dual Virtual Serial Port) Device * - * \section SSec_Compat Demo Compatibility: + * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * @@ -14,7 +14,7 @@ * - Series 6 USB AVRs (AT90USBxxx6) * - Series 4 USB AVRs (ATMEGAxxU4) * - * \section SSec_Info USB Information: + * \section Sec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * @@ -46,7 +46,7 @@ * </tr> * </table> * - * \section SSec_Description Project Description: + * \section Sec_Description Project Description: * * Dual Communications Device Class demonstration application. * This gives a simple reference application for implementing @@ -71,7 +71,7 @@ * Operating Systems should automatically use their own inbuilt * CDC-ACM drivers. * - * \section SSec_Options Project Options + * \section Sec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * diff --git a/Demos/Device/LowLevel/GenericHID/GenericHID.txt b/Demos/Device/LowLevel/GenericHID/GenericHID.txt index 60920c7fb..db8eb1cec 100644 --- a/Demos/Device/LowLevel/GenericHID/GenericHID.txt +++ b/Demos/Device/LowLevel/GenericHID/GenericHID.txt @@ -6,7 +6,7 @@ /** \mainpage Generic HID Device * - * \section SSec_Compat Demo Compatibility: + * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * @@ -15,7 +15,7 @@ * - Series 4 USB AVRs (ATMEGAxxU4) * - Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) * - * \section SSec_Info USB Information: + * \section Sec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * @@ -44,7 +44,7 @@ * </tr> * </table> * - * \section SSec_Description Project Description: + * \section Sec_Description Project Description: * * Generic HID device demonstration application. This gives a simple reference application * for implementing a generic HID device, using the basic USB HID drivers in all modern @@ -55,7 +55,7 @@ * When controlled by a custom HID class application, reports can be sent and received by * both the standard data endpoint and control request methods defined in the HID specification. * - * \section SSec_Options Project Options + * \section Sec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * diff --git a/Demos/Device/LowLevel/Joystick/Joystick.txt b/Demos/Device/LowLevel/Joystick/Joystick.txt index 0a8dff697..6fee43b3e 100644 --- a/Demos/Device/LowLevel/Joystick/Joystick.txt +++ b/Demos/Device/LowLevel/Joystick/Joystick.txt @@ -6,7 +6,7 @@ /** \mainpage Joystick Device Demo * - * \section SSec_Compat Demo Compatibility: + * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * @@ -15,7 +15,7 @@ * - Series 4 USB AVRs (ATMEGAxxU4) * - Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) * - * \section SSec_Info USB Information: + * \section Sec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * @@ -44,7 +44,7 @@ * </tr> * </table> * - * \section SSec_Description Project Description: + * \section Sec_Description Project Description: * * Joystick demonstration application. This gives a simple reference * application for implementing a USB Keyboard device, for USB Joysticks @@ -59,7 +59,7 @@ * * Currently only single interface joysticks are supported. * - * \section SSec_Options Project Options + * \section Sec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * diff --git a/Demos/Device/LowLevel/Keyboard/Keyboard.txt b/Demos/Device/LowLevel/Keyboard/Keyboard.txt index 54d86d3a7..36e60290c 100644 --- a/Demos/Device/LowLevel/Keyboard/Keyboard.txt +++ b/Demos/Device/LowLevel/Keyboard/Keyboard.txt @@ -6,7 +6,7 @@ /** \mainpage Keyboard Device Demo * - * \section SSec_Compat Demo Compatibility: + * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * @@ -15,7 +15,7 @@ * - Series 4 USB AVRs (ATMEGAxxU4) * - Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) * - * \section SSec_Info USB Information: + * \section Sec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * @@ -44,7 +44,7 @@ * </tr> * </table> * - * \section SSec_Description Project Description: + * \section Sec_Description Project Description: * * Keyboard demonstration application. This gives a simple reference application * for implementing a USB Keyboard using the basic USB HID drivers in all modern @@ -58,7 +58,7 @@ * other LUFA Keyboard demos, this example shows explicitly how to send multiple key presses * inside the same report to the host. * - * \section SSec_Options Project Options + * \section Sec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * diff --git a/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.txt b/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.txt index 984493056..a926ab15b 100644 --- a/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.txt +++ b/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.txt @@ -6,7 +6,7 @@ /** \mainpage Dual HID Keyboard and Mouse Device Demo * - * \section SSec_Compat Demo Compatibility: + * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * @@ -15,7 +15,7 @@ * - Series 4 USB AVRs (ATMEGAxxU4) * - Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) * - * \section SSec_Info USB Information: + * \section Sec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * @@ -44,7 +44,7 @@ * </tr> * </table> * - * \section SSec_Description Project Description: + * \section Sec_Description Project Description: * * Keyboard/Mouse demonstration application. This gives a simple reference * application for implementing a composite device containing both USB Keyboard @@ -63,7 +63,7 @@ * joystick to move the pointer, and push the joystick inwards to simulate a * left-button click. * - * \section SSec_Options Project Options + * \section Sec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * diff --git a/Demos/Device/LowLevel/MIDI/MIDI.txt b/Demos/Device/LowLevel/MIDI/MIDI.txt index 0629832b2..026f91bbf 100644 --- a/Demos/Device/LowLevel/MIDI/MIDI.txt +++ b/Demos/Device/LowLevel/MIDI/MIDI.txt @@ -6,7 +6,7 @@ /** \mainpage MIDI Input Device Demo * - * \section SSec_Compat Demo Compatibility: + * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * @@ -15,7 +15,7 @@ * - Series 4 USB AVRs (ATMEGAxxU4) * - Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) * - * \section SSec_Info USB Information: + * \section Sec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * @@ -44,7 +44,7 @@ * </tr> * </table> * - * \section SSec_Description Project Description: + * \section Sec_Description Project Description: * * MIDI demonstration application. This gives a simple reference * application for implementing the USB-MIDI class in USB devices. @@ -60,7 +60,7 @@ * This device implements MIDI-THRU mode, with the IN MIDI data being * generated by the device itself. OUT MIDI data is discarded. * - * \section SSec_Options Project Options + * \section Sec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * diff --git a/Demos/Device/LowLevel/MassStorage/MassStorage.txt b/Demos/Device/LowLevel/MassStorage/MassStorage.txt index d72ad7656..01865a7b0 100644 --- a/Demos/Device/LowLevel/MassStorage/MassStorage.txt +++ b/Demos/Device/LowLevel/MassStorage/MassStorage.txt @@ -6,7 +6,7 @@ /** \mainpage Mass Storage Device Demo * - * \section SSec_Compat Demo Compatibility: + * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * @@ -15,7 +15,7 @@ * - Series 4 USB AVRs (ATMEGAxxU4) * - Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) * - * \section SSec_Info USB Information: + * \section Sec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * @@ -45,7 +45,7 @@ * </tr> * </table> * - * \section SSec_Description Project Description: + * \section Sec_Description Project Description: * * Dual LUN Mass Storage demonstration application. This gives a simple * reference application for implementing a multiple LUN USB Mass Storage @@ -72,7 +72,7 @@ * the host to reset the Mass Storage device state during long transfers without * the need for complicated polling logic. * - * \section SSec_Options Project Options + * \section Sec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * diff --git a/Demos/Device/LowLevel/Mouse/Mouse.txt b/Demos/Device/LowLevel/Mouse/Mouse.txt index f26df7468..a9cdf2fe5 100644 --- a/Demos/Device/LowLevel/Mouse/Mouse.txt +++ b/Demos/Device/LowLevel/Mouse/Mouse.txt @@ -6,7 +6,7 @@ /** \mainpage Mouse Device Demo * - * \section SSec_Compat Demo Compatibility: + * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * @@ -15,7 +15,7 @@ * - Series 4 USB AVRs (ATMEGAxxU4) * - Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) * - * \section SSec_Info USB Information: + * \section Sec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * @@ -44,7 +44,7 @@ * </tr> * </table> * - * \section SSec_Description Project Description: + * \section Sec_Description Project Description: * * Mouse demonstration application. This gives a simple reference * application for implementing a USB Mouse using the basic USB HID @@ -58,7 +58,7 @@ * joystick inwards to simulate a left-button click. The HWB serves as * the right mouse button. * - * \section SSec_Options Project Options + * \section Sec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * diff --git a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt index 906ea0101..3099ac0a6 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt +++ b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt @@ -6,14 +6,14 @@ /** \mainpage RNDIS Class Ethernet Demo (with Webserver/Telnet) * - * \section SSec_Compat Demo Compatibility: + * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * * - Series 7 USB AVRs (AT90USBxxx7) * - Series 6 USB AVRs (AT90USBxxx6) * - * \section SSec_Info USB Information: + * \section Sec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * @@ -40,7 +40,7 @@ * </tr> * </table> * - * \section SSec_Description Project Description: + * \section Sec_Description Project Description: * * Remote Network Driver Interface demonstration application. * This gives a simple reference application for implementing @@ -73,7 +73,7 @@ * recommended that it be replaced with an external open source TCP/IP * stack that is feature complete, such as the uIP stack. * - * \section SSec_Options Project Options + * \section Sec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * diff --git a/Demos/Device/LowLevel/VirtualSerial/VirtualSerial.txt b/Demos/Device/LowLevel/VirtualSerial/VirtualSerial.txt index 4190c2f7d..f26c4b872 100644 --- a/Demos/Device/LowLevel/VirtualSerial/VirtualSerial.txt +++ b/Demos/Device/LowLevel/VirtualSerial/VirtualSerial.txt @@ -6,7 +6,7 @@ /** \mainpage Communications Device Class (Virtual Serial Port) Demo * - * \section SSec_Compat Demo Compatibility: + * \section Sec_Compat Demo Compatibility: * * The following list indicates what microcontrollers are compatible with this demo. * @@ -15,7 +15,7 @@ * - Series 4 USB AVRs (ATMEGAxxU4) * - Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) * - * \section SSec_Info USB Information: + * \section Sec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. * @@ -42,7 +42,7 @@ * </tr> * </table> * - * \section SSec_Description Project Description: + * \section Sec_Description Project Description: * * Communications Device Class demonstration application. * This gives a simple reference application for implementing @@ -58,7 +58,7 @@ * Operating Systems should automatically use their own inbuilt * CDC-ACM drivers. * - * \section SSec_Options Project Options + * \section Sec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * |