Minor documentation page updates.
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 4 Jun 2009 02:55:30 +0000 (02:55 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 4 Jun 2009 02:55:30 +0000 (02:55 +0000)
commita67bd74e3e8aad87dcee8cf0c0eaaccbe7d00552
treefdf670b5b93e2e192d19ca71138a667d7f3ba4f9
parent7c5444b89a49df7cb671b0b041567990d2a3012e
Minor documentation page updates.

Redocumented all device demos, now that they have changed over to the new USB class drivers.

Added C linkage to class drivers for C++ support.

Added prefixes to most of the class driver constants to prevent name clashes.
47 files changed:
Bootloaders/CDC/makefile
Bootloaders/DFU/makefile
Bootloaders/TeensyHID/makefile
Demos/Device/AudioInput/AudioInput.c
Demos/Device/AudioInput/AudioInput.h
Demos/Device/AudioInput/Descriptors.c
Demos/Device/AudioOutput/AudioOutput.c
Demos/Device/AudioOutput/AudioOutput.h
Demos/Device/AudioOutput/Descriptors.c
Demos/Device/CDC/CDC.c
Demos/Device/CDC/CDC.h
Demos/Device/DualCDC/DualCDC.c
Demos/Device/DualCDC/DualCDC.h
Demos/Device/GenericHID/GenericHID.c
Demos/Device/GenericHID/GenericHID.h
Demos/Device/Joystick/Joystick.c
Demos/Device/Joystick/Joystick.h
Demos/Device/Keyboard/Keyboard.c
Demos/Device/Keyboard/Keyboard.h
Demos/Device/KeyboardMouse/KeyboardMouse.c
Demos/Device/KeyboardMouse/KeyboardMouse.h
Demos/Device/MIDI/Descriptors.c
Demos/Device/MIDI/MIDI.c
Demos/Device/MIDI/MIDI.h
Demos/Device/MassStorage/MassStorage.c
Demos/Device/MassStorage/MassStorage.h
Demos/Device/Mouse/Mouse.c
Demos/Device/Mouse/Mouse.h
Demos/Device/RNDISEthernet/RNDISEthernet.c
Demos/Device/RNDISEthernet/RNDISEthernet.h
Demos/Device/USBtoSerial/USBtoSerial.c
Demos/Device/USBtoSerial/USBtoSerial.h
LUFA/ChangeLog.txt
LUFA/CompileTimeTokens.txt
LUFA/Drivers/USB/Class/Device/Audio.c
LUFA/Drivers/USB/Class/Device/Audio.h
LUFA/Drivers/USB/Class/Device/CDC.h
LUFA/Drivers/USB/Class/Device/HID.h
LUFA/Drivers/USB/Class/Device/MIDI.h
LUFA/Drivers/USB/Class/Device/MassStorage.c
LUFA/Drivers/USB/Class/Device/MassStorage.h
LUFA/Drivers/USB/Class/Device/RNDIS.h
LUFA/Drivers/USB/HighLevel/Events.h
LUFA/MainPage.txt
LUFA/MigrationInformation.txt
LUFA/VIDAndPIDValues.txt
Projects/Magstripe/Magstripe.c