Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 12 Oct 2009 05:59:55 +0000 (05:59 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 12 Oct 2009 05:59:55 +0000 (05:59 +0000)
commitdc68de15b69c2064b1b14d00659aa91054cccbe1
tree36e3ac322537017ae61ae9d70ba56efddad8fc02
parentbe9d0a5aa97c84cc8723f69f2b88576965e386aa
Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.

Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series.
61 files changed:
Bootloaders/CDC/BootloaderCDC.txt
Bootloaders/DFU/BootloaderDFU.txt
Bootloaders/Incomplete/MIDI/BootloaderMIDI.txt [deleted file]
Bootloaders/TeensyHID/TeensyHID.txt
Demos/Device/ClassDriver/AudioInput/AudioInput.c
Demos/Device/ClassDriver/AudioInput/AudioInput.txt
Demos/Device/ClassDriver/AudioOutput/AudioOutput.c
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/MassStorageKeyboard/MassStorageKeyboard.txt
Demos/Device/ClassDriver/Mouse/Mouse.txt
Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.txt
Demos/Device/LowLevel/AudioInput/AudioInput.c
Demos/Device/LowLevel/AudioInput/AudioInput.txt
Demos/Device/LowLevel/AudioOutput/AudioOutput.c
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/RNDISEthernet.txt
Demos/Device/LowLevel/USBtoSerial/USBtoSerial.txt
Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.txt
Demos/Host/ClassDriver/CDCHost/CDCHost.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/StillImageHost/StillImageHost.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/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/StillImageHost/StillImageHost.txt
LUFA.pnproj
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/FutureChanges.txt
Projects/AVRISP/AVRISP.txt
Projects/Benito/Benito.txt
Projects/Magstripe/Magstripe.txt
Projects/MissileLauncher/MissileLauncher.txt