Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lufa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Erik Strand
lufa
Commits
c493a495
Commit
c493a495
authored
Mar 03, 2013
by
Dean Camera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tag the LUFA-130303 release.
parent
fbab8609
Changes
363
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
363 changed files
with
10682 additions
and
1159 deletions
+10682
-1159
Bootloaders/CDC/Config/LUFAConfig.h
Bootloaders/CDC/Config/LUFAConfig.h
+2
-2
Bootloaders/CDC/Doxygen.conf
Bootloaders/CDC/Doxygen.conf
+14
-9
Bootloaders/CDC/makefile
Bootloaders/CDC/makefile
+2
-2
Bootloaders/DFU/BootloaderDFU.txt
Bootloaders/DFU/BootloaderDFU.txt
+7
-7
Bootloaders/DFU/Config/LUFAConfig.h
Bootloaders/DFU/Config/LUFAConfig.h
+2
-2
Bootloaders/DFU/Descriptors.h
Bootloaders/DFU/Descriptors.h
+2
-2
Bootloaders/DFU/Doxygen.conf
Bootloaders/DFU/Doxygen.conf
+14
-9
Bootloaders/DFU/makefile
Bootloaders/DFU/makefile
+3
-3
Bootloaders/HID/Config/LUFAConfig.h
Bootloaders/HID/Config/LUFAConfig.h
+2
-2
Bootloaders/HID/Doxygen.conf
Bootloaders/HID/Doxygen.conf
+14
-9
Bootloaders/HID/makefile
Bootloaders/HID/makefile
+2
-2
BuildTests/BoardDriverTest/Board/Board.h
BuildTests/BoardDriverTest/Board/Board.h
+82
-0
BuildTests/BoardDriverTest/BoardDeviceMap.cfg
BuildTests/BoardDriverTest/BoardDeviceMap.cfg
+3
-2
BuildTests/BoardDriverTest/Test.c
BuildTests/BoardDriverTest/Test.c
+9
-8
BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
+0
-2
BuildTests/StaticAnalysisTest/makefile
BuildTests/StaticAnalysisTest/makefile
+2
-0
Demos/Device/ClassDriver/AudioInput/Config/LUFAConfig.h
Demos/Device/ClassDriver/AudioInput/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/AudioInput/Doxygen.conf
Demos/Device/ClassDriver/AudioInput/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/AudioInput/asf.xml
Demos/Device/ClassDriver/AudioInput/asf.xml
+48
-0
Demos/Device/ClassDriver/AudioOutput/Config/LUFAConfig.h
Demos/Device/ClassDriver/AudioOutput/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/AudioOutput/Doxygen.conf
Demos/Device/ClassDriver/AudioOutput/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/AudioOutput/asf.xml
Demos/Device/ClassDriver/AudioOutput/asf.xml
+47
-0
Demos/Device/ClassDriver/DualVirtualSerial/Config/LUFAConfig.h
.../Device/ClassDriver/DualVirtualSerial/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/DualVirtualSerial/Doxygen.conf
Demos/Device/ClassDriver/DualVirtualSerial/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/DualVirtualSerial/asf.xml
Demos/Device/ClassDriver/DualVirtualSerial/asf.xml
+47
-0
Demos/Device/ClassDriver/GenericHID/Config/LUFAConfig.h
Demos/Device/ClassDriver/GenericHID/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/GenericHID/Doxygen.conf
Demos/Device/ClassDriver/GenericHID/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/GenericHID/asf.xml
Demos/Device/ClassDriver/GenericHID/asf.xml
+43
-0
Demos/Device/ClassDriver/Joystick/Config/LUFAConfig.h
Demos/Device/ClassDriver/Joystick/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/Joystick/Doxygen.conf
Demos/Device/ClassDriver/Joystick/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/Joystick/asf.xml
Demos/Device/ClassDriver/Joystick/asf.xml
+46
-0
Demos/Device/ClassDriver/Keyboard/Config/LUFAConfig.h
Demos/Device/ClassDriver/Keyboard/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/Keyboard/Doxygen.conf
Demos/Device/ClassDriver/Keyboard/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/Keyboard/asf.xml
Demos/Device/ClassDriver/Keyboard/asf.xml
+47
-0
Demos/Device/ClassDriver/KeyboardMouse/Config/LUFAConfig.h
Demos/Device/ClassDriver/KeyboardMouse/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/KeyboardMouse/Doxygen.conf
Demos/Device/ClassDriver/KeyboardMouse/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/KeyboardMouse/asf.xml
Demos/Device/ClassDriver/KeyboardMouse/asf.xml
+47
-0
Demos/Device/ClassDriver/KeyboardMouseMultiReport/Config/LUFAConfig.h
.../ClassDriver/KeyboardMouseMultiReport/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/KeyboardMouseMultiReport/Doxygen.conf
.../Device/ClassDriver/KeyboardMouseMultiReport/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml
Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml
+46
-0
Demos/Device/ClassDriver/MIDI/Config/LUFAConfig.h
Demos/Device/ClassDriver/MIDI/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/MIDI/Doxygen.conf
Demos/Device/ClassDriver/MIDI/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/MIDI/asf.xml
Demos/Device/ClassDriver/MIDI/asf.xml
+47
-0
Demos/Device/ClassDriver/MassStorage/Config/LUFAConfig.h
Demos/Device/ClassDriver/MassStorage/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/MassStorage/Doxygen.conf
Demos/Device/ClassDriver/MassStorage/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/MassStorage/asf.xml
Demos/Device/ClassDriver/MassStorage/asf.xml
+51
-0
Demos/Device/ClassDriver/MassStorageKeyboard/Config/LUFAConfig.h
...evice/ClassDriver/MassStorageKeyboard/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/MassStorageKeyboard/Doxygen.conf
Demos/Device/ClassDriver/MassStorageKeyboard/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml
Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml
+54
-0
Demos/Device/ClassDriver/Mouse/Config/LUFAConfig.h
Demos/Device/ClassDriver/Mouse/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/Mouse/Doxygen.conf
Demos/Device/ClassDriver/Mouse/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/Mouse/asf.xml
Demos/Device/ClassDriver/Mouse/asf.xml
+47
-0
Demos/Device/ClassDriver/RNDISEthernet/Config/LUFAConfig.h
Demos/Device/ClassDriver/RNDISEthernet/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Doxygen.conf
Demos/Device/ClassDriver/RNDISEthernet/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/RNDISEthernet/asf.xml
Demos/Device/ClassDriver/RNDISEthernet/asf.xml
+64
-0
Demos/Device/ClassDriver/VirtualSerial/Config/LUFAConfig.h
Demos/Device/ClassDriver/VirtualSerial/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/VirtualSerial/Doxygen.conf
Demos/Device/ClassDriver/VirtualSerial/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/VirtualSerial/asf.xml
Demos/Device/ClassDriver/VirtualSerial/asf.xml
+48
-0
Demos/Device/ClassDriver/VirtualSerialMassStorage/Config/LUFAConfig.h
.../ClassDriver/VirtualSerialMassStorage/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/VirtualSerialMassStorage/Doxygen.conf
.../Device/ClassDriver/VirtualSerialMassStorage/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml
Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml
+54
-0
Demos/Device/ClassDriver/VirtualSerialMouse/Config/LUFAConfig.h
...Device/ClassDriver/VirtualSerialMouse/Config/LUFAConfig.h
+2
-2
Demos/Device/ClassDriver/VirtualSerialMouse/Doxygen.conf
Demos/Device/ClassDriver/VirtualSerialMouse/Doxygen.conf
+14
-9
Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml
Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml
+49
-0
Demos/Device/Incomplete/TestAndMeasurement/Config/LUFAConfig.h
.../Device/Incomplete/TestAndMeasurement/Config/LUFAConfig.h
+2
-2
Demos/Device/LowLevel/AudioInput/Config/LUFAConfig.h
Demos/Device/LowLevel/AudioInput/Config/LUFAConfig.h
+2
-2
Demos/Device/LowLevel/AudioInput/Doxygen.conf
Demos/Device/LowLevel/AudioInput/Doxygen.conf
+14
-9
Demos/Device/LowLevel/AudioInput/asf.xml
Demos/Device/LowLevel/AudioInput/asf.xml
+48
-0
Demos/Device/LowLevel/AudioOutput/Config/LUFAConfig.h
Demos/Device/LowLevel/AudioOutput/Config/LUFAConfig.h
+2
-2
Demos/Device/LowLevel/AudioOutput/Doxygen.conf
Demos/Device/LowLevel/AudioOutput/Doxygen.conf
+14
-9
Demos/Device/LowLevel/AudioOutput/asf.xml
Demos/Device/LowLevel/AudioOutput/asf.xml
+47
-0
Demos/Device/LowLevel/DualVirtualSerial/Config/LUFAConfig.h
Demos/Device/LowLevel/DualVirtualSerial/Config/LUFAConfig.h
+2
-2
Demos/Device/LowLevel/DualVirtualSerial/Doxygen.conf
Demos/Device/LowLevel/DualVirtualSerial/Doxygen.conf
+14
-9
Demos/Device/LowLevel/DualVirtualSerial/asf.xml
Demos/Device/LowLevel/DualVirtualSerial/asf.xml
+47
-0
Demos/Device/LowLevel/GenericHID/Config/LUFAConfig.h
Demos/Device/LowLevel/GenericHID/Config/LUFAConfig.h
+2
-2
Demos/Device/LowLevel/GenericHID/Doxygen.conf
Demos/Device/LowLevel/GenericHID/Doxygen.conf
+14
-9
Demos/Device/LowLevel/GenericHID/asf.xml
Demos/Device/LowLevel/GenericHID/asf.xml
+46
-0
Demos/Device/LowLevel/Joystick/Config/LUFAConfig.h
Demos/Device/LowLevel/Joystick/Config/LUFAConfig.h
+2
-2
Demos/Device/LowLevel/Joystick/Doxygen.conf
Demos/Device/LowLevel/Joystick/Doxygen.conf
+14
-9
Demos/Device/LowLevel/Joystick/asf.xml
Demos/Device/LowLevel/Joystick/asf.xml
+46
-0
Demos/Device/LowLevel/Keyboard/Config/LUFAConfig.h
Demos/Device/LowLevel/Keyboard/Config/LUFAConfig.h
+2
-2
Demos/Device/LowLevel/Keyboard/Doxygen.conf
Demos/Device/LowLevel/Keyboard/Doxygen.conf
+14
-9
Demos/Device/LowLevel/Keyboard/asf.xml
Demos/Device/LowLevel/Keyboard/asf.xml
+47
-0
Demos/Device/LowLevel/KeyboardMouse/Config/LUFAConfig.h
Demos/Device/LowLevel/KeyboardMouse/Config/LUFAConfig.h
+2
-2
Demos/Device/LowLevel/KeyboardMouse/Doxygen.conf
Demos/Device/LowLevel/KeyboardMouse/Doxygen.conf
+14
-9
Demos/Device/LowLevel/KeyboardMouse/asf.xml
Demos/Device/LowLevel/KeyboardMouse/asf.xml
+47
-0
Demos/Device/LowLevel/MIDI/Config/LUFAConfig.h
Demos/Device/LowLevel/MIDI/Config/LUFAConfig.h
+2
-2
Demos/Device/LowLevel/MIDI/Doxygen.conf
Demos/Device/LowLevel/MIDI/Doxygen.conf
+14
-9
Demos/Device/LowLevel/MIDI/asf.xml
Demos/Device/LowLevel/MIDI/asf.xml
+47
-0
Demos/Device/LowLevel/MassStorage/Config/LUFAConfig.h
Demos/Device/LowLevel/MassStorage/Config/LUFAConfig.h
+2
-2
Demos/Device/LowLevel/MassStorage/Doxygen.conf
Demos/Device/LowLevel/MassStorage/Doxygen.conf
+14
-9
Demos/Device/LowLevel/MassStorage/asf.xml
Demos/Device/LowLevel/MassStorage/asf.xml
+51
-0
Demos/Device/LowLevel/Mouse/Config/LUFAConfig.h
Demos/Device/LowLevel/Mouse/Config/LUFAConfig.h
+2
-2
Demos/Device/LowLevel/Mouse/Doxygen.conf
Demos/Device/LowLevel/Mouse/Doxygen.conf
+14
-9
Demos/Device/LowLevel/Mouse/asf.xml
Demos/Device/LowLevel/Mouse/asf.xml
+47
-0
Demos/Device/LowLevel/RNDISEthernet/Config/LUFAConfig.h
Demos/Device/LowLevel/RNDISEthernet/Config/LUFAConfig.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Doxygen.conf
Demos/Device/LowLevel/RNDISEthernet/Doxygen.conf
+14
-9
Demos/Device/LowLevel/RNDISEthernet/asf.xml
Demos/Device/LowLevel/RNDISEthernet/asf.xml
+67
-0
Demos/Device/LowLevel/VirtualSerial/Config/LUFAConfig.h
Demos/Device/LowLevel/VirtualSerial/Config/LUFAConfig.h
+2
-2
Demos/Device/LowLevel/VirtualSerial/Doxygen.conf
Demos/Device/LowLevel/VirtualSerial/Doxygen.conf
+14
-9
Demos/Device/LowLevel/VirtualSerial/asf.xml
Demos/Device/LowLevel/VirtualSerial/asf.xml
+48
-0
Demos/DualRole/ClassDriver/MouseHostDevice/Config/LUFAConfig.h
.../DualRole/ClassDriver/MouseHostDevice/Config/LUFAConfig.h
+2
-2
Demos/DualRole/ClassDriver/MouseHostDevice/Doxygen.conf
Demos/DualRole/ClassDriver/MouseHostDevice/Doxygen.conf
+14
-9
Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml
Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml
+53
-0
Demos/Host/ClassDriver/AndroidAccessoryHost/Config/LUFAConfig.h
...Host/ClassDriver/AndroidAccessoryHost/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/AndroidAccessoryHost/Doxygen.conf
Demos/Host/ClassDriver/AndroidAccessoryHost/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml
Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml
+45
-0
Demos/Host/ClassDriver/AudioInputHost/Config/LUFAConfig.h
Demos/Host/ClassDriver/AudioInputHost/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/AudioInputHost/Doxygen.conf
Demos/Host/ClassDriver/AudioInputHost/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/AudioInputHost/asf.xml
Demos/Host/ClassDriver/AudioInputHost/asf.xml
+45
-0
Demos/Host/ClassDriver/AudioOutputHost/Config/LUFAConfig.h
Demos/Host/ClassDriver/AudioOutputHost/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/AudioOutputHost/Doxygen.conf
Demos/Host/ClassDriver/AudioOutputHost/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/AudioOutputHost/asf.xml
Demos/Host/ClassDriver/AudioOutputHost/asf.xml
+48
-0
Demos/Host/ClassDriver/JoystickHostWithParser/Config/LUFAConfig.h
...st/ClassDriver/JoystickHostWithParser/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/JoystickHostWithParser/Doxygen.conf
Demos/Host/ClassDriver/JoystickHostWithParser/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml
Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml
+45
-0
Demos/Host/ClassDriver/KeyboardHost/Config/LUFAConfig.h
Demos/Host/ClassDriver/KeyboardHost/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/KeyboardHost/Doxygen.conf
Demos/Host/ClassDriver/KeyboardHost/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/KeyboardHost/asf.xml
Demos/Host/ClassDriver/KeyboardHost/asf.xml
+45
-0
Demos/Host/ClassDriver/KeyboardHostWithParser/Config/LUFAConfig.h
...st/ClassDriver/KeyboardHostWithParser/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/KeyboardHostWithParser/Doxygen.conf
Demos/Host/ClassDriver/KeyboardHostWithParser/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml
Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml
+45
-0
Demos/Host/ClassDriver/MIDIHost/Config/LUFAConfig.h
Demos/Host/ClassDriver/MIDIHost/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/MIDIHost/Doxygen.conf
Demos/Host/ClassDriver/MIDIHost/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/MIDIHost/asf.xml
Demos/Host/ClassDriver/MIDIHost/asf.xml
+47
-0
Demos/Host/ClassDriver/MassStorageHost/Config/LUFAConfig.h
Demos/Host/ClassDriver/MassStorageHost/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/MassStorageHost/Doxygen.conf
Demos/Host/ClassDriver/MassStorageHost/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/MassStorageHost/asf.xml
Demos/Host/ClassDriver/MassStorageHost/asf.xml
+45
-0
Demos/Host/ClassDriver/MouseHost/Config/LUFAConfig.h
Demos/Host/ClassDriver/MouseHost/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/MouseHost/Doxygen.conf
Demos/Host/ClassDriver/MouseHost/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/MouseHost/asf.xml
Demos/Host/ClassDriver/MouseHost/asf.xml
+45
-0
Demos/Host/ClassDriver/MouseHostWithParser/Config/LUFAConfig.h
.../Host/ClassDriver/MouseHostWithParser/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/MouseHostWithParser/Doxygen.conf
Demos/Host/ClassDriver/MouseHostWithParser/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/MouseHostWithParser/asf.xml
Demos/Host/ClassDriver/MouseHostWithParser/asf.xml
+45
-0
Demos/Host/ClassDriver/PrinterHost/Config/LUFAConfig.h
Demos/Host/ClassDriver/PrinterHost/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/PrinterHost/Doxygen.conf
Demos/Host/ClassDriver/PrinterHost/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/PrinterHost/asf.xml
Demos/Host/ClassDriver/PrinterHost/asf.xml
+45
-0
Demos/Host/ClassDriver/RNDISEthernetHost/Config/LUFAConfig.h
Demos/Host/ClassDriver/RNDISEthernetHost/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/RNDISEthernetHost/Doxygen.conf
Demos/Host/ClassDriver/RNDISEthernetHost/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml
Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml
+45
-0
Demos/Host/ClassDriver/StillImageHost/Config/LUFAConfig.h
Demos/Host/ClassDriver/StillImageHost/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/StillImageHost/Doxygen.conf
Demos/Host/ClassDriver/StillImageHost/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/StillImageHost/asf.xml
Demos/Host/ClassDriver/StillImageHost/asf.xml
+45
-0
Demos/Host/ClassDriver/VirtualSerialHost/Config/LUFAConfig.h
Demos/Host/ClassDriver/VirtualSerialHost/Config/LUFAConfig.h
+2
-2
Demos/Host/ClassDriver/VirtualSerialHost/Doxygen.conf
Demos/Host/ClassDriver/VirtualSerialHost/Doxygen.conf
+14
-9
Demos/Host/ClassDriver/VirtualSerialHost/asf.xml
Demos/Host/ClassDriver/VirtualSerialHost/asf.xml
+45
-0
Demos/Host/LowLevel/AndroidAccessoryHost/Config/LUFAConfig.h
Demos/Host/LowLevel/AndroidAccessoryHost/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/AndroidAccessoryHost/Doxygen.conf
Demos/Host/LowLevel/AndroidAccessoryHost/Doxygen.conf
+14
-9
Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml
Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml
+52
-0
Demos/Host/LowLevel/AudioInputHost/Config/LUFAConfig.h
Demos/Host/LowLevel/AudioInputHost/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/AudioInputHost/Doxygen.conf
Demos/Host/LowLevel/AudioInputHost/Doxygen.conf
+14
-9
Demos/Host/LowLevel/AudioInputHost/asf.xml
Demos/Host/LowLevel/AudioInputHost/asf.xml
+47
-0
Demos/Host/LowLevel/AudioOutputHost/Config/LUFAConfig.h
Demos/Host/LowLevel/AudioOutputHost/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/AudioOutputHost/Doxygen.conf
Demos/Host/LowLevel/AudioOutputHost/Doxygen.conf
+14
-9
Demos/Host/LowLevel/AudioOutputHost/asf.xml
Demos/Host/LowLevel/AudioOutputHost/asf.xml
+50
-0
Demos/Host/LowLevel/GenericHIDHost/Config/LUFAConfig.h
Demos/Host/LowLevel/GenericHIDHost/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/GenericHIDHost/Doxygen.conf
Demos/Host/LowLevel/GenericHIDHost/Doxygen.conf
+14
-9
Demos/Host/LowLevel/GenericHIDHost/asf.xml
Demos/Host/LowLevel/GenericHIDHost/asf.xml
+47
-0
Demos/Host/LowLevel/JoystickHostWithParser/Config/LUFAConfig.h
.../Host/LowLevel/JoystickHostWithParser/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/JoystickHostWithParser/Doxygen.conf
Demos/Host/LowLevel/JoystickHostWithParser/Doxygen.conf
+14
-9
Demos/Host/LowLevel/JoystickHostWithParser/asf.xml
Demos/Host/LowLevel/JoystickHostWithParser/asf.xml
+49
-0
Demos/Host/LowLevel/KeyboardHost/Config/LUFAConfig.h
Demos/Host/LowLevel/KeyboardHost/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/KeyboardHost/Doxygen.conf
Demos/Host/LowLevel/KeyboardHost/Doxygen.conf
+14
-9
Demos/Host/LowLevel/KeyboardHost/asf.xml
Demos/Host/LowLevel/KeyboardHost/asf.xml
+47
-0
Demos/Host/LowLevel/KeyboardHostWithParser/Config/LUFAConfig.h
.../Host/LowLevel/KeyboardHostWithParser/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/KeyboardHostWithParser/Doxygen.conf
Demos/Host/LowLevel/KeyboardHostWithParser/Doxygen.conf
+14
-9
Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml
Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml
+49
-0
Demos/Host/LowLevel/MIDIHost/Config/LUFAConfig.h
Demos/Host/LowLevel/MIDIHost/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/MIDIHost/Doxygen.conf
Demos/Host/LowLevel/MIDIHost/Doxygen.conf
+14
-9
Demos/Host/LowLevel/MIDIHost/asf.xml
Demos/Host/LowLevel/MIDIHost/asf.xml
+49
-0
Demos/Host/LowLevel/MassStorageHost/Config/LUFAConfig.h
Demos/Host/LowLevel/MassStorageHost/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/MassStorageHost/Doxygen.conf
Demos/Host/LowLevel/MassStorageHost/Doxygen.conf
+14
-9
Demos/Host/LowLevel/MassStorageHost/asf.xml
Demos/Host/LowLevel/MassStorageHost/asf.xml
+50
-0
Demos/Host/LowLevel/MouseHost/Config/LUFAConfig.h
Demos/Host/LowLevel/MouseHost/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/MouseHost/Doxygen.conf
Demos/Host/LowLevel/MouseHost/Doxygen.conf
+14
-9
Demos/Host/LowLevel/MouseHost/asf.xml
Demos/Host/LowLevel/MouseHost/asf.xml
+47
-0
Demos/Host/LowLevel/MouseHostWithParser/Config/LUFAConfig.h
Demos/Host/LowLevel/MouseHostWithParser/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/MouseHostWithParser/Doxygen.conf
Demos/Host/LowLevel/MouseHostWithParser/Doxygen.conf
+14
-9
Demos/Host/LowLevel/MouseHostWithParser/asf.xml
Demos/Host/LowLevel/MouseHostWithParser/asf.xml
+49
-0
Demos/Host/LowLevel/PrinterHost/Config/LUFAConfig.h
Demos/Host/LowLevel/PrinterHost/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/PrinterHost/Doxygen.conf
Demos/Host/LowLevel/PrinterHost/Doxygen.conf
+14
-9
Demos/Host/LowLevel/PrinterHost/asf.xml
Demos/Host/LowLevel/PrinterHost/asf.xml
+50
-0
Demos/Host/LowLevel/RNDISEthernetHost/Config/LUFAConfig.h
Demos/Host/LowLevel/RNDISEthernetHost/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/RNDISEthernetHost/Doxygen.conf
Demos/Host/LowLevel/RNDISEthernetHost/Doxygen.conf
+14
-9
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c
+1
-1
Demos/Host/LowLevel/RNDISEthernetHost/asf.xml
Demos/Host/LowLevel/RNDISEthernetHost/asf.xml
+50
-0
Demos/Host/LowLevel/StillImageHost/Config/LUFAConfig.h
Demos/Host/LowLevel/StillImageHost/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/StillImageHost/Doxygen.conf
Demos/Host/LowLevel/StillImageHost/Doxygen.conf
+14
-9
Demos/Host/LowLevel/StillImageHost/asf.xml
Demos/Host/LowLevel/StillImageHost/asf.xml
+51
-0
Demos/Host/LowLevel/VirtualSerialHost/Config/LUFAConfig.h
Demos/Host/LowLevel/VirtualSerialHost/Config/LUFAConfig.h
+2
-2
Demos/Host/LowLevel/VirtualSerialHost/Doxygen.conf
Demos/Host/LowLevel/VirtualSerialHost/Doxygen.conf
+14
-9
Demos/Host/LowLevel/VirtualSerialHost/asf.xml
Demos/Host/LowLevel/VirtualSerialHost/asf.xml
+47
-0
LUFA.pnproj
LUFA.pnproj
+1
-1
LUFA/Build/lufa_build.mk
LUFA/Build/lufa_build.mk
+1
-1
LUFA/CodeTemplates/DeviceTemplate/Descriptors.c
LUFA/CodeTemplates/DeviceTemplate/Descriptors.c
+180
-0
LUFA/CodeTemplates/DeviceTemplate/Descriptors.h
LUFA/CodeTemplates/DeviceTemplate/Descriptors.h
+59
-0
LUFA/CodeTemplates/DeviceTemplate/DeviceApplication.c
LUFA/CodeTemplates/DeviceTemplate/DeviceApplication.c
+106
-0
LUFA/CodeTemplates/DeviceTemplate/DeviceApplication.h
LUFA/CodeTemplates/DeviceTemplate/DeviceApplication.h
+53
-0
LUFA/CodeTemplates/DeviceTemplate/asf.xml
LUFA/CodeTemplates/DeviceTemplate/asf.xml
+53
-0
LUFA/CodeTemplates/DriverStubs/Board.h
LUFA/CodeTemplates/DriverStubs/Board.h
+82
-0
LUFA/CodeTemplates/HostTemplate/HostApplication.c
LUFA/CodeTemplates/HostTemplate/HostApplication.c
+133
-0
LUFA/CodeTemplates/HostTemplate/HostApplication.h
LUFA/CodeTemplates/HostTemplate/HostApplication.h
+56
-0
LUFA/CodeTemplates/HostTemplate/asf.xml
LUFA/CodeTemplates/HostTemplate/asf.xml
+39
-0
LUFA/CodeTemplates/LUFAConfig.h
LUFA/CodeTemplates/LUFAConfig.h
+4
-4
LUFA/Common/BoardTypes.h
LUFA/Common/BoardTypes.h
+3
-0
LUFA/Doxygen.conf
LUFA/Doxygen.conf
+15
-9
LUFA/DoxygenPages/ChangeLog.txt
LUFA/DoxygenPages/ChangeLog.txt
+12
-2
LUFA/DoxygenPages/DeviceSupport.txt
LUFA/DoxygenPages/DeviceSupport.txt
+1
-0
LUFA/DoxygenPages/Donating.txt
LUFA/DoxygenPages/Donating.txt
+1
-1
LUFA/DoxygenPages/ExportingLibrary.txt
LUFA/DoxygenPages/ExportingLibrary.txt
+8
-3
LUFA/DoxygenPages/KnownIssues.txt
LUFA/DoxygenPages/KnownIssues.txt
+1
-1
LUFA/DoxygenPages/LUFAPoweredProjects.txt
LUFA/DoxygenPages/LUFAPoweredProjects.txt
+11
-2
LUFA/DoxygenPages/MigrationInformation.txt
LUFA/DoxygenPages/MigrationInformation.txt
+1
-1
LUFA/Drivers/Board/AVR8/ADAFRUITU4/Board.h
LUFA/Drivers/Board/AVR8/ADAFRUITU4/Board.h
+78
-0
LUFA/Drivers/Board/AVR8/ATAVRUSBRF01/Board.h
LUFA/Drivers/Board/AVR8/ATAVRUSBRF01/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/BENITO/Board.h
LUFA/Drivers/Board/AVR8/BENITO/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/BIGMULTIO/Board.h
LUFA/Drivers/Board/AVR8/BIGMULTIO/Board.h
+78
-0
LUFA/Drivers/Board/AVR8/BLACKCAT/Board.h
LUFA/Drivers/Board/AVR8/BLACKCAT/Board.h
+78
-0
LUFA/Drivers/Board/AVR8/BUI/Board.h
LUFA/Drivers/Board/AVR8/BUI/Board.h
+78
-0
LUFA/Drivers/Board/AVR8/BUMBLEB/Board.h
LUFA/Drivers/Board/AVR8/BUMBLEB/Board.h
+86
-0
LUFA/Drivers/Board/AVR8/CULV3/Board.h
LUFA/Drivers/Board/AVR8/CULV3/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/DUCE/Board.h
LUFA/Drivers/Board/AVR8/DUCE/Board.h
+78
-0
LUFA/Drivers/Board/AVR8/EVK527/Board.h
LUFA/Drivers/Board/AVR8/EVK527/Board.h
+90
-0
LUFA/Drivers/Board/AVR8/JMDBU2/Board.h
LUFA/Drivers/Board/AVR8/JMDBU2/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/LEONARDO/Board.h
LUFA/Drivers/Board/AVR8/LEONARDO/Board.h
+78
-0
LUFA/Drivers/Board/AVR8/MAXIMUS/Board.h
LUFA/Drivers/Board/AVR8/MAXIMUS/Board.h
+78
-0
LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h
LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h
+149
-0
LUFA/Drivers/Board/AVR8/MICROPENDOUS/LEDs.h
LUFA/Drivers/Board/AVR8/MICROPENDOUS/LEDs.h
+2
-2
LUFA/Drivers/Board/AVR8/MICROSIN162/Board.h
LUFA/Drivers/Board/AVR8/MICROSIN162/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/MINIMUS/Board.h
LUFA/Drivers/Board/AVR8/MINIMUS/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/MULTIO/Board.h
LUFA/Drivers/Board/AVR8/MULTIO/Board.h
+78
-0
LUFA/Drivers/Board/AVR8/OLIMEX162/Board.h
LUFA/Drivers/Board/AVR8/OLIMEX162/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/OLIMEX32U4/Board.h
LUFA/Drivers/Board/AVR8/OLIMEX32U4/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/OLIMEX32U4/LEDs.h
LUFA/Drivers/Board/AVR8/OLIMEX32U4/LEDs.h
+6
-6
LUFA/Drivers/Board/AVR8/OLIMEXISPMK2/Board.h
LUFA/Drivers/Board/AVR8/OLIMEXISPMK2/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/OLIMEXT32U4/Board.h
LUFA/Drivers/Board/AVR8/OLIMEXT32U4/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/RZUSBSTICK/Board.h
LUFA/Drivers/Board/AVR8/RZUSBSTICK/Board.h
+78
-0
LUFA/Drivers/Board/AVR8/SPARKFUN8U2/Board.h
LUFA/Drivers/Board/AVR8/SPARKFUN8U2/Board.h
+78
-0
LUFA/Drivers/Board/AVR8/STANGE_ISP/Board.h
LUFA/Drivers/Board/AVR8/STANGE_ISP/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/STANGE_ISP/Buttons.h
LUFA/Drivers/Board/AVR8/STANGE_ISP/Buttons.h
+103
-0
LUFA/Drivers/Board/AVR8/STANGE_ISP/LEDs.h
LUFA/Drivers/Board/AVR8/STANGE_ISP/LEDs.h
+138
-0
LUFA/Drivers/Board/AVR8/STK525/Board.h
LUFA/Drivers/Board/AVR8/STK525/Board.h
+90
-0
LUFA/Drivers/Board/AVR8/STK526/Board.h
LUFA/Drivers/Board/AVR8/STK526/Board.h
+90
-0
LUFA/Drivers/Board/AVR8/TEENSY/Board.h
LUFA/Drivers/Board/AVR8/TEENSY/Board.h
+85
-0
LUFA/Drivers/Board/AVR8/TUL/Board.h
LUFA/Drivers/Board/AVR8/TUL/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/UDIP/Board.h
LUFA/Drivers/Board/AVR8/UDIP/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/UNO/Board.h
LUFA/Drivers/Board/AVR8/UNO/Board.h
+78
-0
LUFA/Drivers/Board/AVR8/USB2AX/Board.h
LUFA/Drivers/Board/AVR8/USB2AX/Board.h
+105
-0
LUFA/Drivers/Board/AVR8/USBFOO/Board.h
LUFA/Drivers/Board/AVR8/USBFOO/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/USBKEY/Board.h
LUFA/Drivers/Board/AVR8/USBKEY/Board.h
+90
-0
LUFA/Drivers/Board/AVR8/USBTINYMKII/Board.h
LUFA/Drivers/Board/AVR8/USBTINYMKII/Board.h
+82
-0
LUFA/Drivers/Board/AVR8/XPLAIN/Board.h
LUFA/Drivers/Board/AVR8/XPLAIN/Board.h
+89
-0
LUFA/Drivers/Board/Board.h
LUFA/Drivers/Board/Board.h
+159
-0
LUFA/Drivers/Board/Buttons.h
LUFA/Drivers/Board/Buttons.h
+2
-0
LUFA/Drivers/Board/LEDs.h
LUFA/Drivers/Board/LEDs.h
+2
-0
LUFA/Drivers/Board/UC3/EVK1100/Board.h
LUFA/Drivers/Board/UC3/EVK1100/Board.h
+86
-0
LUFA/Drivers/Board/UC3/EVK1101/Board.h
LUFA/Drivers/Board/UC3/EVK1101/Board.h
+86
-0
LUFA/Drivers/Board/UC3/EVK1104/Board.h
LUFA/Drivers/Board/UC3/EVK1104/Board.h
+82
-0
LUFA/Drivers/Board/UC3/UC3A3_XPLAINED/Board.h
LUFA/Drivers/Board/UC3/UC3A3_XPLAINED/Board.h
+82
-0
LUFA/Drivers/Board/XMEGA/A3BU_XPLAINED/Board.h
LUFA/Drivers/Board/XMEGA/A3BU_XPLAINED/Board.h
+86
-0
LUFA/Drivers/Board/XMEGA/B1_XPLAINED/Board.h
LUFA/Drivers/Board/XMEGA/B1_XPLAINED/Board.h
+86
-0
LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
+2
-2
LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.h
LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.h
+4
-4
LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c
LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c
+4
-2
LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.c
LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.c
+2
-2
LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.h
LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.h
+6
-6
LUFA/Drivers/USB/Class/Device/AudioClassDevice.c
LUFA/Drivers/USB/Class/Device/AudioClassDevice.c
+0
-1
LUFA/Drivers/USB/Class/Device/CDCClassDevice.c
LUFA/Drivers/USB/Class/Device/CDCClassDevice.c
+3
-4
LUFA/Drivers/USB/Class/Device/CDCClassDevice.h
LUFA/Drivers/USB/Class/Device/CDCClassDevice.h
+3
-3
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c
+10
-10
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.h
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.h
+3
-3
LUFA/Drivers/USB/Class/Host/CDCClassHost.c
LUFA/Drivers/USB/Class/Host/CDCClassHost.c
+4
-5
LUFA/Drivers/USB/Class/Host/CDCClassHost.h
LUFA/Drivers/USB/Class/Host/CDCClassHost.h
+2
-2
LUFA/Drivers/USB/Class/Host/HIDClassHost.c
LUFA/Drivers/USB/Class/Host/HIDClassHost.c
+12
-9
LUFA/Drivers/USB/Class/Host/PrinterClassHost.c
LUFA/Drivers/USB/Class/Host/PrinterClassHost.c
+5
-5
LUFA/Drivers/USB/Class/Host/PrinterClassHost.h
LUFA/Drivers/USB/Class/Host/PrinterClassHost.h
+1
-1
LUFA/Drivers/USB/Class/Host/StillImageClassHost.c
LUFA/Drivers/USB/Class/Host/StillImageClassHost.c
+5
-5
LUFA/Drivers/USB/Class/Host/StillImageClassHost.h
LUFA/Drivers/USB/Class/Host/StillImageClassHost.h
+1
-1
LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
+5
-3
LUFA/Drivers/USB/Core/DeviceStandardReq.c
LUFA/Drivers/USB/Core/DeviceStandardReq.c
+2
-2
LUFA/Drivers/USB/Core/Events.c
LUFA/Drivers/USB/Core/Events.c
+0
-1
LUFA/Drivers/USB/Core/UC3/Device_UC3.h
LUFA/Drivers/USB/Core/UC3/Device_UC3.h
+4
-2
LUFA/Drivers/USB/Core/XMEGA/Device_XMEGA.h
LUFA/Drivers/USB/Core/XMEGA/Device_XMEGA.h
+6
-4
LUFA/Drivers/USB/Core/XMEGA/USBController_XMEGA.c
LUFA/Drivers/USB/Core/XMEGA/USBController_XMEGA.c
+4
-4
LUFA/Drivers/USB/Core/XMEGA/USBController_XMEGA.h
LUFA/Drivers/USB/Core/XMEGA/USBController_XMEGA.h
+8
-1
LUFA/StudioIntegration/ProjectGenerator/placeholder.txt
LUFA/StudioIntegration/ProjectGenerator/placeholder.txt
+1
-0
LUFA/StudioIntegration/VSIX/[Content_Types].xml
LUFA/StudioIntegration/VSIX/[Content_Types].xml
+6
-20
LUFA/StudioIntegration/VSIX/asf-manifest.xml
LUFA/StudioIntegration/VSIX/asf-manifest.xml
+18
-0
LUFA/StudioIntegration/VSIX/extension.vsixmanifest
LUFA/StudioIntegration/VSIX/extension.vsixmanifest
+11
-5
LUFA/StudioIntegration/XSLT/lufa_asfmanifest_transform.xslt
LUFA/StudioIntegration/XSLT/lufa_asfmanifest_transform.xslt
+36
-0
LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
+11
-3
LUFA/StudioIntegration/XSLT/lufa_filelist_transform.xslt
LUFA/StudioIntegration/XSLT/lufa_filelist_transform.xslt
+1
-1
LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt
LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt
+2
-2
LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt
LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt
+0
-6
LUFA/StudioIntegration/XSLT/lufa_vsmanifest_transform.xslt
LUFA/StudioIntegration/XSLT/lufa_vsmanifest_transform.xslt
+3
-2
LUFA/StudioIntegration/generate_caches.py
LUFA/StudioIntegration/generate_caches.py
+38
-0
LUFA/StudioIntegration/lufa.xml
LUFA/StudioIntegration/lufa.xml
+8
-13
LUFA/StudioIntegration/lufa_common.xml
LUFA/StudioIntegration/lufa_common.xml
+1
-1
LUFA/StudioIntegration/lufa_drivers_board.xml
LUFA/StudioIntegration/lufa_drivers_board.xml
+36
-1
LUFA/StudioIntegration/lufa_drivers_board_avr8_usbkey.xml
LUFA/StudioIntegration/lufa_drivers_board_avr8_usbkey.xml
+0
-26
LUFA/StudioIntegration/lufa_drivers_board_names.xml
LUFA/StudioIntegration/lufa_drivers_board_names.xml
+677
-0
LUFA/StudioIntegration/lufa_drivers_board_none.xml
LUFA/StudioIntegration/lufa_drivers_board_none.xml
+0
-18
LUFA/StudioIntegration/lufa_drivers_peripheral.xml
LUFA/StudioIntegration/lufa_drivers_peripheral.xml
+7
-4
LUFA/StudioIntegration/lufa_drivers_usb_core_avr8.xml
LUFA/StudioIntegration/lufa_drivers_usb_core_avr8.xml
+1
-0
LUFA/StudioIntegration/lufa_drivers_usb_core_uc3.xml
LUFA/StudioIntegration/lufa_drivers_usb_core_uc3.xml
+1
-0
LUFA/StudioIntegration/lufa_toolchain.xml
LUFA/StudioIntegration/lufa_toolchain.xml
+8
-12
LUFA/StudioIntegration/makefile
LUFA/StudioIntegration/makefile
+38
-13
LUFA/Version.h
LUFA/Version.h
+2
-2
LUFA/makefile
LUFA/makefile
+1
-1
Maintenance/makefile
Maintenance/makefile
+4
-9
Projects/AVRISP-MKII/Config/LUFAConfig.h
Projects/AVRISP-MKII/Config/LUFAConfig.h
+2
-2
Projects/AVRISP-MKII/Doxygen.conf
Projects/AVRISP-MKII/Doxygen.conf
+14
-9
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c
+2
-2
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h
+17
-15
Projects/AVRISP-MKII/Lib/V2ProtocolParams.c
Projects/AVRISP-MKII/Lib/V2ProtocolParams.c
+22
-6
Projects/AVRISP-MKII/Lib/V2ProtocolParams.h
Projects/AVRISP-MKII/Lib/V2ProtocolParams.h
+4
-4
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.c
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.c
+17
-7
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.h
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.h
+18
-9
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.h
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.h
+1
-1
Projects/AVRISP-MKII/asf.xml
Projects/AVRISP-MKII/asf.xml
+103
-0
Projects/Benito/Config/LUFAConfig.h
Projects/Benito/Config/LUFAConfig.h
+2
-2
Projects/Benito/Doxygen.conf
Projects/Benito/Doxygen.conf
+14
-9
Projects/Benito/asf.xml
Projects/Benito/asf.xml
+49
-0
Projects/HIDReportViewer/Config/LUFAConfig.h
Projects/HIDReportViewer/Config/LUFAConfig.h
+2
-2
Projects/HIDReportViewer/Doxygen.conf
Projects/HIDReportViewer/Doxygen.conf
+14
-9
Projects/HIDReportViewer/HIDReportViewer.c
Projects/HIDReportViewer/HIDReportViewer.c
+1
-1
Projects/HIDReportViewer/asf.xml
Projects/HIDReportViewer/asf.xml
+45
-0
Projects/LEDNotifier/Config/LUFAConfig.h
Projects/LEDNotifier/Config/LUFAConfig.h
+2
-2
Projects/LEDNotifier/Doxygen.conf
Projects/LEDNotifier/Doxygen.conf
+14
-9
Projects/LEDNotifier/asf.xml
Projects/LEDNotifier/asf.xml
+46
-0
Projects/MIDIToneGenerator/Config/LUFAConfig.h
Projects/MIDIToneGenerator/Config/LUFAConfig.h
+2
-2
Projects/MIDIToneGenerator/Doxygen.conf
Projects/MIDIToneGenerator/Doxygen.conf
+14
-9
Projects/MIDIToneGenerator/MIDIToneGenerator.h
Projects/MIDIToneGenerator/MIDIToneGenerator.h
+0
-1
Projects/MIDIToneGenerator/asf.xml
Projects/MIDIToneGenerator/asf.xml
+46
-0
Projects/Magstripe/Config/LUFAConfig.h
Projects/Magstripe/Config/LUFAConfig.h
+2
-2
Projects/Magstripe/Doxygen.conf
Projects/Magstripe/Doxygen.conf
+14
-9
Projects/Magstripe/asf.xml
Projects/Magstripe/asf.xml
+48
-0
Projects/MediaController/Config/LUFAConfig.h
Projects/MediaController/Config/LUFAConfig.h
+2
-2
Projects/MediaController/Doxygen.conf
Projects/MediaController/Doxygen.conf
+14
-9
Projects/MediaController/asf.xml
Projects/MediaController/asf.xml
+47
-0
Projects/MissileLauncher/Config/LUFAConfig.h
Projects/MissileLauncher/Config/LUFAConfig.h
+2
-2
Projects/MissileLauncher/Doxygen.conf
Projects/MissileLauncher/Doxygen.conf
+14
-9
Projects/MissileLauncher/asf.xml
Projects/MissileLauncher/asf.xml
+46
-0
Projects/RelayBoard/Config/LUFAConfig.h
Projects/RelayBoard/Config/LUFAConfig.h
+2
-2
Projects/RelayBoard/Doxygen.conf
Projects/RelayBoard/Doxygen.conf
+14
-9
Projects/RelayBoard/asf.xml
Projects/RelayBoard/asf.xml
+44
-0
Projects/SerialToLCD/Config/LUFAConfig.h
Projects/SerialToLCD/Config/LUFAConfig.h
+2
-2
Projects/SerialToLCD/Doxygen.conf
Projects/SerialToLCD/Doxygen.conf
+14
-9
Projects/SerialToLCD/asf.xml
Projects/SerialToLCD/asf.xml
+47
-0
Projects/TempDataLogger/Config/LUFAConfig.h
Projects/TempDataLogger/Config/LUFAConfig.h
+2
-2
Projects/TempDataLogger/Doxygen.conf
Projects/TempDataLogger/Doxygen.conf
+14
-9
Projects/TempDataLogger/asf.xml
Projects/TempDataLogger/asf.xml
+68
-0
Projects/USBtoSerial/Config/LUFAConfig.h
Projects/USBtoSerial/Config/LUFAConfig.h
+2
-2
Projects/USBtoSerial/Doxygen.conf
Projects/USBtoSerial/Doxygen.conf
+14
-9
Projects/USBtoSerial/asf.xml
Projects/USBtoSerial/asf.xml
+45
-0
Projects/Webserver/Config/LUFAConfig.h
Projects/Webserver/Config/LUFAConfig.h
+2
-2
Projects/Webserver/Doxygen.conf
Projects/Webserver/Doxygen.conf
+14
-9
Projects/Webserver/Lib/uIPManagement.c
Projects/Webserver/Lib/uIPManagement.c
+0
-1
Projects/Webserver/asf.xml
Projects/Webserver/asf.xml
+92
-0
Projects/XPLAINBridge/Config/LUFAConfig.h
Projects/XPLAINBridge/Config/LUFAConfig.h
+2
-2
Projects/XPLAINBridge/Doxygen.conf
Projects/XPLAINBridge/Doxygen.conf
+14
-9
Projects/XPLAINBridge/asf.xml
Projects/XPLAINBridge/asf.xml
+53
-0
makefile
makefile
+2
-2
No files found.
Bootloaders/CDC/Config/LUFAConfig.h
View file @
c493a495
...
...
@@ -82,8 +82,8 @@
// #define HOST_STATE_AS_GPIOR {Insert Value Here}
// #define USB_HOST_TIMEOUT_MS {Insert Value Here}
// #define HOST_DEVICE_SETTLE_DELAY_MS {Insert Value Here}
//
#define NO_AUTO_VBUS_MANAGEMENT
//
#define INVERTED_VBUS_ENABLE_LINE
//
#define NO_AUTO_VBUS_MANAGEMENT
//
#define INVERTED_VBUS_ENABLE_LINE
#else
...
...
Bootloaders/CDC/Doxygen.conf
View file @
c493a495
# Doxyfile 1.8.3
# Doxyfile 1.8.3
.1
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
...
...
@@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
SEARCHDATA_FILE
=
searchdata
.
xml
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
# doxygen projects that are not otherwise connected via tags files, but are
# all added to the same search index. Each project needs to have a tag file set
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
# to a relative location where the documentation can be found,
# similar to the
# TAGFILES option but without actually processing the tag file.
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
# projects and redirect the results back to the right project.
EXTERNAL_SEARCH_ID
=
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
# projects other than the one defined by this configuration file, but that are
# all added to the same external search index. Each project needs to have a
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
# of to a relative location where the documentation can be found.
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
EXTRA_SEARCH_MAPPINGS
=
...
...
Bootloaders/CDC/makefile
View file @
c493a495
...
...
@@ -29,8 +29,8 @@ LD_FLAGS = -Wl,--section-start=.text=$(BOOT_START_OFFSET) $(BOOT_API_LD_FLAG
FLASH_SIZE_KB
=
128
BOOT_SECTION_SIZE_KB
=
8
# Bootloader address calculation formulas
(requires the "bc" unix utility)
# Do not modify these macros, but rather modify the depe
da
nt values above.
# Bootloader address calculation formulas
# Do not modify these macros, but rather modify the depe
nde
nt values above.
CALC_ADDRESS_IN_HEX
=
$(
shell
printf
"0x%X"
$$
((
$(1)
))
)
BOOT_START_OFFSET
=
$(
call
CALC_ADDRESS_IN_HEX,
(
$(FLASH_SIZE_KB)
-
$(BOOT_SECTION_SIZE_KB)
)
*
1024
)
BOOT_SEC_OFFSET
=
$(
call
CALC_ADDRESS_IN_HEX,
(
$(FLASH_SIZE_KB)
*
1024
)
-
$(
strip
$(1)
)
)
...
...
Bootloaders/DFU/BootloaderDFU.txt
View file @
c493a495
...
...
@@ -68,7 +68,7 @@
* manually change them in Descriptors.c and alter your driver's INF file accordingly.
*
* \section Sec_HostApp Host Controller Application
*
*
* This bootloader is compatible with Atmel's FLIP utility on Windows machines, and dfu-programmer on Linux machines.
*
* \subsection SSec_FLIP FLIP (Windows)
...
...
@@ -104,7 +104,7 @@
* #define BOOTLOADER_API_TABLE_SIZE 32
* #define BOOTLOADER_API_TABLE_START ((FLASHEND + 1UL) - BOOTLOADER_API_TABLE_SIZE)
* #define BOOTLOADER_API_CALL(Index) (void*)((BOOTLOADER_API_TABLE_START + (Index * 2)) / 2)
*
*
* void (*BootloaderAPI_ErasePage)(uint32_t Address) = BOOTLOADER_API_CALL(0);
* void (*BootloaderAPI_WritePage)(uint32_t Address) = BOOTLOADER_API_CALL(1);
* void (*BootloaderAPI_FillWord)(uint32_t Address, uint16_t Word) = BOOTLOADER_API_CALL(2);
...
...
@@ -112,13 +112,13 @@
* uint8_t (*BootloaderAPI_ReadFuse)(uint16_t Address) = BOOTLOADER_API_CALL(4);
* uint8_t (*BootloaderAPI_ReadLock)(void) = BOOTLOADER_API_CALL(5);
* void (*BootloaderAPI_WriteLock)(uint8_t LockBits) = BOOTLOADER_API_CALL(6);
*
*
* #define BOOTLOADER_MAGIC_SIGNATURE_START (BOOTLOADER_API_TABLE_START + (BOOTLOADER_API_TABLE_SIZE - 2))
* #define BOOTLOADER_MAGIC_SIGNATURE 0xDCFB
*
*
* #define BOOTLOADER_CLASS_SIGNATURE_START (BOOTLOADER_API_TABLE_START + (BOOTLOADER_API_TABLE_SIZE - 4))
* #define BOOTLOADER_
CDC
_SIGNATURE 0xDFB1
*
* #define BOOTLOADER_
DFU
_SIGNATURE 0xDFB1
*
* #define BOOTLOADER_ADDRESS_START (BOOTLOADER_API_TABLE_START + (BOOTLOADER_API_TABLE_SIZE - 8))
* #define BOOTLOADER_ADDRESS_LENGTH 4
* \endcode
...
...
@@ -126,7 +126,7 @@
* From the application the API support of the bootloader can be detected by reading the FLASH memory bytes located at address
* \c BOOTLOADER_MAGIC_SIGNATURE_START and comparing them to the value \c BOOTLOADER_MAGIC_SIGNATURE. The class of bootloader
* can be determined by reading the FLASH memory bytes located at address \c BOOTLOADER_CLASS_SIGNATURE_START and comparing them
* to the value \c BOOTLOADER_
CDC
_SIGNATURE. The start address of the bootloader can be retrieved by reading the bytes of FLASH
* to the value \c BOOTLOADER_
DFU
_SIGNATURE. The start address of the bootloader can be retrieved by reading the bytes of FLASH
* memory starting from address \c BOOTLOADER_ADDRESS_START.
*
* \subsection SSec_API_MemLayout Device Memory Map
...
...
Bootloaders/DFU/Config/LUFAConfig.h
View file @
c493a495
...
...
@@ -82,8 +82,8 @@
// #define HOST_STATE_AS_GPIOR {Insert Value Here}
// #define USB_HOST_TIMEOUT_MS {Insert Value Here}
// #define HOST_DEVICE_SETTLE_DELAY_MS {Insert Value Here}
//
#define NO_AUTO_VBUS_MANAGEMENT
//
#define INVERTED_VBUS_ENABLE_LINE
//
#define NO_AUTO_VBUS_MANAGEMENT
//
#define INVERTED_VBUS_ENABLE_LINE
#else
...
...
Bootloaders/DFU/Descriptors.h
View file @
c493a495
...
...
@@ -111,12 +111,12 @@
#define AVR_SIGNATURE_2 0x94
#define AVR_SIGNATURE_3 0x82
#elif defined(__AVR_ATmega8U2__)
#define PRODUCT_ID_CODE 0x2F
F7
#define PRODUCT_ID_CODE 0x2F
EE
#define AVR_SIGNATURE_1 0x1E
#define AVR_SIGNATURE_2 0x93
#define AVR_SIGNATURE_3 0x89
#elif defined(__AVR_AT90USB82__)
#define PRODUCT_ID_CODE 0x2F
EE
#define PRODUCT_ID_CODE 0x2F
F7
#define AVR_SIGNATURE_1 0x1E
#define AVR_SIGNATURE_2 0x94
#define AVR_SIGNATURE_3 0x82
...
...
Bootloaders/DFU/Doxygen.conf
View file @
c493a495
# Doxyfile 1.8.3
# Doxyfile 1.8.3
.1
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
...
...
@@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
SEARCHDATA_FILE
=
searchdata
.
xml
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
# doxygen projects that are not otherwise connected via tags files, but are
# all added to the same search index. Each project needs to have a tag file set
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
# to a relative location where the documentation can be found,
# similar to the
# TAGFILES option but without actually processing the tag file.
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
# projects and redirect the results back to the right project.
EXTERNAL_SEARCH_ID
=
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
# projects other than the one defined by this configuration file, but that are
# all added to the same external search index. Each project needs to have a
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
# of to a relative location where the documentation can be found.
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
EXTRA_SEARCH_MAPPINGS
=
...
...
Bootloaders/DFU/makefile
View file @
c493a495
...
...
@@ -29,8 +29,8 @@ LD_FLAGS = -Wl,--section-start=.text=$(BOOT_START_OFFSET) $(BOOT_API_LD_FLAG
FLASH_SIZE_KB
=
128
BOOT_SECTION_SIZE_KB
=
8
# Bootloader address calculation formulas
(requires the "bc" unix utility)
# Do not modify these macros, but rather modify the depe
da
nt values above.
# Bootloader address calculation formulas
# Do not modify these macros, but rather modify the depe
nde
nt values above.
CALC_ADDRESS_IN_HEX
=
$(
shell
printf
"0x%X"
$$
((
$(1)
))
)
BOOT_START_OFFSET
=
$(
call
CALC_ADDRESS_IN_HEX,
(
$(FLASH_SIZE_KB)
-
$(BOOT_SECTION_SIZE_KB)
)
*
1024
)
BOOT_SEC_OFFSET
=
$(
call
CALC_ADDRESS_IN_HEX,
(
$(FLASH_SIZE_KB)
*
1024
)
-
$(
strip
$(1)
)
)
...
...
@@ -44,7 +44,7 @@ BOOT_API_LD_FLAGS += $(call BOOT_SECTION_LD_FLAG, signatures, Signatures, 8
# Default target
all
:
# Include LUFA build script makefiles
include
$(LUFA_PATH)/Build/lufa_core.mk
include
$(LUFA_PATH)/Build/lufa_sources.mk
...
...
Bootloaders/HID/Config/LUFAConfig.h
View file @
c493a495
...
...
@@ -82,8 +82,8 @@
// #define HOST_STATE_AS_GPIOR {Insert Value Here}
// #define USB_HOST_TIMEOUT_MS {Insert Value Here}
// #define HOST_DEVICE_SETTLE_DELAY_MS {Insert Value Here}
//
#define NO_AUTO_VBUS_MANAGEMENT
//
#define INVERTED_VBUS_ENABLE_LINE
//
#define NO_AUTO_VBUS_MANAGEMENT
//
#define INVERTED_VBUS_ENABLE_LINE
#else
...
...
Bootloaders/HID/Doxygen.conf
View file @
c493a495
# Doxyfile 1.8.3
# Doxyfile 1.8.3
.1
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
...
...
@@ -1284,14 +1284,19 @@ SEARCHENGINE_URL =
SEARCHDATA_FILE
=
searchdata
.
xml
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
# doxygen projects that are not otherwise connected via tags files, but are
# all added to the same search index. Each project needs to have a tag file set
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
# to a relative location where the documentation can be found,
# similar to the
# TAGFILES option but without actually processing the tag file.
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
# projects and redirect the results back to the right project.
EXTERNAL_SEARCH_ID
=
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
# projects other than the one defined by this configuration file, but that are
# all added to the same external search index. Each project needs to have a
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
# of to a relative location where the documentation can be found.
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
EXTRA_SEARCH_MAPPINGS
=
...
...
Bootloaders/HID/makefile
View file @
c493a495
...
...
@@ -29,8 +29,8 @@ LD_FLAGS = -Wl,--section-start=.text=$(BOOT_START_OFFSET)
FLASH_SIZE_KB
:=
128
BOOT_SECTION_SIZE_KB
:=
8
# Bootloader address calculation formulas
(requires the "bc" unix utility)
# Do not modify these macros, but rather modify the depe
da
nt values above.
# Bootloader address calculation formulas
# Do not modify these macros, but rather modify the depe
nde
nt values above.
CALC_ADDRESS_IN_HEX
=
$(
shell
printf
"0x%X"
$$
((
$(1)
))
)
BOOT_START_OFFSET
=
$(
call
CALC_ADDRESS_IN_HEX,
(
$(FLASH_SIZE_KB)
-
$(BOOT_SECTION_SIZE_KB)
)
*
1024
)
BOOT_SEC_OFFSET
=
$(
call
CALC_ADDRESS_IN_HEX,
(
$(FLASH_SIZE_KB)
*
1024
)
-
$(
strip
$(1)
)
)
...
...
BuildTests/BoardDriverTest/Board/Board.h
0 → 100644
View file @
c493a495
/*
LUFA Library
Copyright (C) Dean Camera, 2013.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2013 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
without fee, provided that the above copyright notice appear in
all copies and that both that the copyright notice and this
permission notice and warranty disclaimer appear in supporting
documentation, and that the name of the author not be used in
advertising or publicity pertaining to distribution of the
software without specific, written prior permission.
The author disclaims all warranties with regard to this
software, including all implied warranties of merchantability
and fitness. In no event shall the author be liable for any
special, indirect or consequential damages or any damages
whatsoever resulting from loss of use, data or profits, whether
in an action of contract, negligence or other tortious action,
arising out of or in connection with the use or performance of
this software.
*/
/** \file
* \brief LUFA Custom Board Hardware Information Driver (Template)
*
* This is a stub driver header file, for implementing custom board
* layout hardware with compatible LUFA board specific drivers. If
* the library is configured to use the BOARD_USER board mode, this
* driver file should be completed and copied into the "/Board/" folder
* inside the application's folder.
*
* This stub is for the board-specific component of the LUFA Board Hardware
* information driver.
*/
#ifndef __BOARD_USER_H__
#define __BOARD_USER_H__
/* Includes: */
// TODO: Add any required includes here
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
extern
"C"
{
#endif
/* Preprocessor Checks: */
#if !defined(__INCLUDE_FROM_BOARD_H)
#error Do not include this file directly. Include LUFA/Drivers/Board/Board.h instead.
#endif
/* Public Interface - May be used in end-application: */
/* Macros: */
/** Indicates the board has a hardware Buttons mounted if defined. */
// #define BOARD_HAS_BUTTONS
/** Indicates the board has a hardware Dataflash mounted if defined. */
// #define BOARD_HAS_DATAFLASH
/** Indicates the board has a hardware Joystick mounted if defined. */
// #define BOARD_HAS_JOYSTICK
/** Indicates the board has a hardware LEDs mounted if defined. */
// #define BOARD_HAS_LEDS
/* Disable C linkage for C++ Compilers: */
#if defined(__cplusplus)
}
#endif
#endif
/** @} */
BuildTests/BoardDriverTest/BoardDeviceMap.cfg
View file @
c493a495
...
...
@@ -18,7 +18,7 @@
#
# And re-run the makefile. Note that each board may have only one target.
# =============================================================================
#
#
#
# ----------------- AVR8 Boards ------------------
BOARD_ADAFRUITU4 = AVR8 : atmega32u4 :
...
...
@@ -69,6 +69,7 @@ BOARD_USBTINYMKII = AVR8 : at90usb162 :
BOARD_USER = AVR8 : at90usb1287 :
BOARD_XPLAIN = AVR8 : at90usb1287 :
BOARD_XPLAIN_REV1 = AVR8 : at90usb1287 :
BOARD_STANGE_ISP = AVR8 : at90usb162 :
#
# ----------------- XMEGA Boards -----------------
BOARD_A3BU_XPLAINED = XMEGA : atxmega256a3bu :
...
...
@@ -79,4 +80,4 @@ BOARD_EVK1100 = UC3 : uc3a0512 :
BOARD_EVK1101 = UC3 : uc3b0256 :
BOARD_EVK1104 = UC3 : uc3a3256 :
BOARD_UC3A3_XPLAINED = UC3 : uc3a3256 :
#
\ No newline at end of file
#
BuildTests/BoardDriverTest/Test.c
View file @
c493a495
...
...
@@ -29,6 +29,7 @@
*/
#include <LUFA/Common/Common.h>
#include <LUFA/Drivers/Board/Board.h>
#include <LUFA/Drivers/Board/Buttons.h>
#include <LUFA/Drivers/Board/Dataflash.h>
#include <LUFA/Drivers/Board/LEDs.h>
...
...
@@ -37,18 +38,18 @@
int
main
(
void
)
{
uint_reg_t
Dummy
;
/* =============================
* Buttons Compile Check
* ============================= */
* ============================= */
Buttons_Init
();
// cppcheck-suppress redundantAssignment
Dummy
=
Buttons_GetStatus
();
Buttons_Disable
();
/* =============================
* Dataflash Compile Check
* ============================= */
* ============================= */
Dataflash_Init
();
Dataflash_TransferByte
(
0
);
Dataflash_SendByte
(
0
);
...
...
@@ -65,7 +66,7 @@ int main(void)
/* =============================
* LEDs Compile Check
* ============================= */
* ============================= */
LEDs_Init
();
LEDs_TurnOnLEDs
(
LEDS_ALL_LEDS
);
LEDs_TurnOffLEDs
(
LEDS_ALL_LEDS
);
...
...
@@ -75,15 +76,15 @@ int main(void)
// cppcheck-suppress redundantAssignment
Dummy
=
LEDs_GetLEDs
();
LEDs_Disable
();
/* =============================
* Joystick Compile Check
* ============================= */
* ============================= */
Joystick_Init
();
// cppcheck-suppress redundantAssignment
Dummy
=
Joystick_GetStatus
();
Joystick_Disable
();
(
void
)
Dummy
;
}
...
...
BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
View file @
c493a495
...
...
@@ -69,7 +69,6 @@ DFU = AVR8 : at90usb647 : NONE : 64 : 4 : 16 :
DFU = AVR8 : at90usb1286 : NONE : 128 : 8 : 16 :
DFU = AVR8 : at90usb1286 : NONE : 128 : 4 : 16 :
DFU = AVR8 : at90usb646 : NONE : 64 : 4 : 16 :
DFU = AVR8 : atmega32u6 : NONE : 32 : 4 : 16 :
DFU = AVR8 : atmega32u4 : NONE : 32 : 4 : 16 :
DFU = AVR8 : atmega16u4 : NONE : 16 : 4 : 16 :
DFU = AVR8 : atmega32u2 : NONE : 32 : 4 : 16 :
...
...
@@ -103,7 +102,6 @@ HID = AVR8 : at90usb647 : NONE : 64 : 4 : 8 :
HID = AVR8 : at90usb1286 : NONE : 128 : 8 : 16 :
HID = AVR8 : at90usb1286 : NONE : 128 : 4 : 16 :
HID = AVR8 : at90usb646 : NONE : 64 : 4 : 16 :
HID = AVR8 : atmega32u6 : NONE : 32 : 4 : 16 :
HID = AVR8 : atmega32u4 : NONE : 32 : 4 : 16 :
HID = AVR8 : atmega16u4 : NONE : 16 : 4 : 16 :
HID = AVR8 : atmega32u2 : NONE : 32 : 2 : 16 :
...
...
BuildTests/StaticAnalysisTest/makefile
View file @
c493a495
...
...
@@ -20,6 +20,8 @@ CPPCHECK_INCLUDES := $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/
CPPCHECK_FLAGS
:=
-U
TEMPLATE_FUNC_NAME
-U
__GNUC__
-U
__DOXYGEN__
CPPCHECK_SUPPRESS
:=
variableScope missingInclude unusedFunction
SRC
:=
$(
patsubst
%/,%,
$(LUFA_PATH)
)
/..
# Build test cannot be run with multiple parallel jobs
...
...
Demos/Device/ClassDriver/AudioInput/Config/LUFAConfig.h
View file @
c493a495
...
...
@@ -82,8 +82,8 @@
// #define HOST_STATE_AS_GPIOR {Insert Value Here}
// #define USB_HOST_TIMEOUT_MS {Insert Value Here}
// #define HOST_DEVICE_SETTLE_DELAY_MS {Insert Value Here}
//
#define NO_AUTO_VBUS_MANAGEMENT
//
#define INVERTED_VBUS_ENABLE_LINE
//
#define NO_AUTO_VBUS_MANAGEMENT
//
#define INVERTED_VBUS_ENABLE_LINE
#else
...
...
Demos/Device/ClassDriver/AudioInput/Doxygen.conf
View file @
c493a495
# Doxyfile 1.8.3
# Doxyfile 1.8.3
.1
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
...
...
@@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
SEARCHDATA_FILE
=
searchdata
.
xml
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
# doxygen projects that are not otherwise connected via tags files, but are
# all added to the same search index. Each project needs to have a tag file set
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
# to a relative location where the documentation can be found,
# similar to the
# TAGFILES option but without actually processing the tag file.
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
# projects and redirect the results back to the right project.
EXTERNAL_SEARCH_ID
=
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
# projects other than the one defined by this configuration file, but that are
# all added to the same external search index. Each project needs to have a
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
# of to a relative location where the documentation can be found.
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
EXTRA_SEARCH_MAPPINGS
=
...
...
Demos/Device/ClassDriver/AudioInput/asf.xml
0 → 100644
View file @
c493a495
<asf
xmlversion=
"1.0"
>
<project
caption=
"Audio Input Device Demo (Class Driver APIs)"
id=
"lufa.demos.device.class.audio_input.example"
>
<require
idref=
"lufa.demos.device.class.audio_input"
/>
<require
idref=
"lufa.boards.dummy.avr8"
/>
<generator
value=
"as5_8"
/>
<device-support
value=
"at90usb1287"
/>
<config
name=
"lufa.drivers.board.name"
value=
"usbkey"
/>
<build
type=
"define"
name=
"F_CPU"
value=
"8000000UL"
/>
<build
type=
"define"
name=
"F_USB"
value=
"8000000UL"
/>
</project>
<module
type=
"application"
id=
"lufa.demos.device.class.audio_input"
caption=
"Audio Input Device Demo (Class Driver APIs)"
>
<info
type=
"description"
value=
"summary"
>