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
7f9f97c7
Commit
7f9f97c7
authored
Dec 30, 2009
by
Dean Camera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright year to 2010.
parent
5e3572d7
Changes
528
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
528 changed files
with
1068 additions
and
1064 deletions
+1068
-1064
Bootloaders/CDC/BootloaderCDC.c
Bootloaders/CDC/BootloaderCDC.c
+2
-2
Bootloaders/CDC/BootloaderCDC.h
Bootloaders/CDC/BootloaderCDC.h
+2
-2
Bootloaders/CDC/Descriptors.c
Bootloaders/CDC/Descriptors.c
+2
-2
Bootloaders/CDC/Descriptors.h
Bootloaders/CDC/Descriptors.h
+2
-2
Bootloaders/DFU/BootloaderDFU.c
Bootloaders/DFU/BootloaderDFU.c
+2
-2
Bootloaders/DFU/BootloaderDFU.h
Bootloaders/DFU/BootloaderDFU.h
+2
-2
Bootloaders/DFU/Descriptors.c
Bootloaders/DFU/Descriptors.c
+2
-2
Bootloaders/DFU/Descriptors.h
Bootloaders/DFU/Descriptors.h
+2
-2
Bootloaders/Incomplete/MIDI/BootloaderMIDI.c
Bootloaders/Incomplete/MIDI/BootloaderMIDI.c
+2
-2
Bootloaders/Incomplete/MIDI/BootloaderMIDI.h
Bootloaders/Incomplete/MIDI/BootloaderMIDI.h
+2
-2
Bootloaders/Incomplete/MIDI/Descriptors.c
Bootloaders/Incomplete/MIDI/Descriptors.c
+2
-2
Bootloaders/Incomplete/MIDI/Descriptors.h
Bootloaders/Incomplete/MIDI/Descriptors.h
+2
-2
Bootloaders/Incomplete/MIDI/MIDI.c
Bootloaders/Incomplete/MIDI/MIDI.c
+2
-2
Bootloaders/TeensyHID/Descriptors.c
Bootloaders/TeensyHID/Descriptors.c
+2
-2
Bootloaders/TeensyHID/Descriptors.h
Bootloaders/TeensyHID/Descriptors.h
+2
-2
Bootloaders/TeensyHID/TeensyHID.c
Bootloaders/TeensyHID/TeensyHID.c
+2
-2
Bootloaders/TeensyHID/TeensyHID.h
Bootloaders/TeensyHID/TeensyHID.h
+2
-2
Bootloaders/makefile
Bootloaders/makefile
+1
-1
Demos/Device/ClassDriver/AudioInput/AudioInput.c
Demos/Device/ClassDriver/AudioInput/AudioInput.c
+2
-2
Demos/Device/ClassDriver/AudioInput/AudioInput.h
Demos/Device/ClassDriver/AudioInput/AudioInput.h
+2
-2
Demos/Device/ClassDriver/AudioInput/Descriptors.c
Demos/Device/ClassDriver/AudioInput/Descriptors.c
+2
-2
Demos/Device/ClassDriver/AudioInput/Descriptors.h
Demos/Device/ClassDriver/AudioInput/Descriptors.h
+2
-2
Demos/Device/ClassDriver/AudioOutput/AudioOutput.c
Demos/Device/ClassDriver/AudioOutput/AudioOutput.c
+2
-2
Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
+2
-2
Demos/Device/ClassDriver/AudioOutput/Descriptors.c
Demos/Device/ClassDriver/AudioOutput/Descriptors.c
+2
-2
Demos/Device/ClassDriver/AudioOutput/Descriptors.h
Demos/Device/ClassDriver/AudioOutput/Descriptors.h
+2
-2
Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.c
Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.c
+2
-2
Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.h
Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.h
+2
-2
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
.../Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
+2
-2
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.h
.../Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.h
+2
-2
Demos/Device/ClassDriver/GenericHID/Descriptors.c
Demos/Device/ClassDriver/GenericHID/Descriptors.c
+2
-2
Demos/Device/ClassDriver/GenericHID/Descriptors.h
Demos/Device/ClassDriver/GenericHID/Descriptors.h
+2
-2
Demos/Device/ClassDriver/GenericHID/GenericHID.c
Demos/Device/ClassDriver/GenericHID/GenericHID.c
+2
-2
Demos/Device/ClassDriver/GenericHID/GenericHID.h
Demos/Device/ClassDriver/GenericHID/GenericHID.h
+2
-2
Demos/Device/ClassDriver/Joystick/Descriptors.c
Demos/Device/ClassDriver/Joystick/Descriptors.c
+2
-2
Demos/Device/ClassDriver/Joystick/Descriptors.h
Demos/Device/ClassDriver/Joystick/Descriptors.h
+2
-2
Demos/Device/ClassDriver/Joystick/Joystick.c
Demos/Device/ClassDriver/Joystick/Joystick.c
+2
-2
Demos/Device/ClassDriver/Joystick/Joystick.h
Demos/Device/ClassDriver/Joystick/Joystick.h
+2
-2
Demos/Device/ClassDriver/Keyboard/Descriptors.c
Demos/Device/ClassDriver/Keyboard/Descriptors.c
+2
-2
Demos/Device/ClassDriver/Keyboard/Descriptors.h
Demos/Device/ClassDriver/Keyboard/Descriptors.h
+2
-2
Demos/Device/ClassDriver/Keyboard/Keyboard.c
Demos/Device/ClassDriver/Keyboard/Keyboard.c
+2
-2
Demos/Device/ClassDriver/Keyboard/Keyboard.h
Demos/Device/ClassDriver/Keyboard/Keyboard.h
+2
-2
Demos/Device/ClassDriver/KeyboardMouse/Descriptors.c
Demos/Device/ClassDriver/KeyboardMouse/Descriptors.c
+3
-3
Demos/Device/ClassDriver/KeyboardMouse/Descriptors.h
Demos/Device/ClassDriver/KeyboardMouse/Descriptors.h
+3
-3
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
+3
-3
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.h
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.h
+3
-3
Demos/Device/ClassDriver/MIDI/Descriptors.c
Demos/Device/ClassDriver/MIDI/Descriptors.c
+2
-2
Demos/Device/ClassDriver/MIDI/Descriptors.h
Demos/Device/ClassDriver/MIDI/Descriptors.h
+2
-2
Demos/Device/ClassDriver/MIDI/MIDI.c
Demos/Device/ClassDriver/MIDI/MIDI.c
+2
-2
Demos/Device/ClassDriver/MIDI/MIDI.h
Demos/Device/ClassDriver/MIDI/MIDI.h
+2
-2
Demos/Device/ClassDriver/MassStorage/Descriptors.c
Demos/Device/ClassDriver/MassStorage/Descriptors.c
+2
-2
Demos/Device/ClassDriver/MassStorage/Descriptors.h
Demos/Device/ClassDriver/MassStorage/Descriptors.h
+2
-2
Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.c
Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.c
+2
-2
Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.h
Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.h
+2
-2
Demos/Device/ClassDriver/MassStorage/Lib/SCSI.c
Demos/Device/ClassDriver/MassStorage/Lib/SCSI.c
+2
-2
Demos/Device/ClassDriver/MassStorage/Lib/SCSI.h
Demos/Device/ClassDriver/MassStorage/Lib/SCSI.h
+2
-2
Demos/Device/ClassDriver/MassStorage/MassStorage.c
Demos/Device/ClassDriver/MassStorage/MassStorage.c
+2
-2
Demos/Device/ClassDriver/MassStorage/MassStorage.h
Demos/Device/ClassDriver/MassStorage/MassStorage.h
+2
-2
Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
+3
-3
Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h
Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h
+3
-3
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.c
...ce/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.c
+2
-2
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.h
...ce/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.h
+2
-2
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.c
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.c
+2
-2
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.h
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.h
+2
-2
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI_Codes.h
...s/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI_Codes.h
+2
-2
Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c
...ice/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c
+3
-3
Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.h
...ice/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.h
+3
-3
Demos/Device/ClassDriver/Mouse/Descriptors.c
Demos/Device/ClassDriver/Mouse/Descriptors.c
+2
-2
Demos/Device/ClassDriver/Mouse/Descriptors.h
Demos/Device/ClassDriver/Mouse/Descriptors.h
+2
-2
Demos/Device/ClassDriver/Mouse/Mouse.c
Demos/Device/ClassDriver/Mouse/Mouse.c
+2
-2
Demos/Device/ClassDriver/Mouse/Mouse.h
Demos/Device/ClassDriver/Mouse/Mouse.h
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Descriptors.c
Demos/Device/ClassDriver/RNDISEthernet/Descriptors.c
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Descriptors.h
Demos/Device/ClassDriver/RNDISEthernet/Descriptors.h
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/ARP.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/ARP.c
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/ARP.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/ARP.h
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/DHCP.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/DHCP.c
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/DHCP.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/DHCP.h
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.c
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h
.../Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.c
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.h
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/IP.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/IP.c
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/IP.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/IP.h
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c
...s/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h
...s/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/UDP.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/UDP.c
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/UDP.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/UDP.h
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.c
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.h
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c
Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c
+2
-2
Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
+2
-2
Demos/Device/ClassDriver/VirtualSerial/Descriptors.c
Demos/Device/ClassDriver/VirtualSerial/Descriptors.c
+2
-2
Demos/Device/ClassDriver/VirtualSerial/Descriptors.h
Demos/Device/ClassDriver/VirtualSerial/Descriptors.h
+2
-2
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
+2
-2
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.h
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.h
+2
-2
Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c
Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c
+2
-2
Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.h
Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.h
+2
-2
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.c
...evice/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.c
+2
-2
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.h
...evice/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.h
+2
-2
Demos/Device/ClassDriver/makefile
Demos/Device/ClassDriver/makefile
+1
-1
Demos/Device/Incomplete/Sideshow/Descriptors.c
Demos/Device/Incomplete/Sideshow/Descriptors.c
+2
-2
Demos/Device/Incomplete/Sideshow/Descriptors.h
Demos/Device/Incomplete/Sideshow/Descriptors.h
+2
-2
Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.c
Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.c
+2
-2
Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.h
Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.h
+2
-2
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.c
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.c
+2
-2
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h
+2
-2
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.c
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.c
+2
-2
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h
+2
-2
Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.c
Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.c
+2
-2
Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h
Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h
+2
-2
Demos/Device/Incomplete/Sideshow/Sideshow.c
Demos/Device/Incomplete/Sideshow/Sideshow.c
+2
-2
Demos/Device/Incomplete/Sideshow/Sideshow.h
Demos/Device/Incomplete/Sideshow/Sideshow.h
+2
-2
Demos/Device/LowLevel/AudioInput/AudioInput.c
Demos/Device/LowLevel/AudioInput/AudioInput.c
+2
-2
Demos/Device/LowLevel/AudioInput/AudioInput.h
Demos/Device/LowLevel/AudioInput/AudioInput.h
+2
-2
Demos/Device/LowLevel/AudioInput/Descriptors.c
Demos/Device/LowLevel/AudioInput/Descriptors.c
+2
-2
Demos/Device/LowLevel/AudioInput/Descriptors.h
Demos/Device/LowLevel/AudioInput/Descriptors.h
+2
-2
Demos/Device/LowLevel/AudioOutput/AudioOutput.c
Demos/Device/LowLevel/AudioOutput/AudioOutput.c
+2
-2
Demos/Device/LowLevel/AudioOutput/AudioOutput.h
Demos/Device/LowLevel/AudioOutput/AudioOutput.h
+2
-2
Demos/Device/LowLevel/AudioOutput/Descriptors.c
Demos/Device/LowLevel/AudioOutput/Descriptors.c
+2
-2
Demos/Device/LowLevel/AudioOutput/Descriptors.h
Demos/Device/LowLevel/AudioOutput/Descriptors.h
+2
-2
Demos/Device/LowLevel/DualVirtualSerial/Descriptors.c
Demos/Device/LowLevel/DualVirtualSerial/Descriptors.c
+2
-2
Demos/Device/LowLevel/DualVirtualSerial/Descriptors.h
Demos/Device/LowLevel/DualVirtualSerial/Descriptors.h
+2
-2
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.c
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.c
+2
-2
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.h
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.h
+2
-2
Demos/Device/LowLevel/GenericHID/Descriptors.c
Demos/Device/LowLevel/GenericHID/Descriptors.c
+2
-2
Demos/Device/LowLevel/GenericHID/Descriptors.h
Demos/Device/LowLevel/GenericHID/Descriptors.h
+2
-2
Demos/Device/LowLevel/GenericHID/GenericHID.c
Demos/Device/LowLevel/GenericHID/GenericHID.c
+2
-2
Demos/Device/LowLevel/GenericHID/GenericHID.h
Demos/Device/LowLevel/GenericHID/GenericHID.h
+2
-2
Demos/Device/LowLevel/Joystick/Descriptors.c
Demos/Device/LowLevel/Joystick/Descriptors.c
+2
-2
Demos/Device/LowLevel/Joystick/Descriptors.h
Demos/Device/LowLevel/Joystick/Descriptors.h
+2
-2
Demos/Device/LowLevel/Joystick/Joystick.c
Demos/Device/LowLevel/Joystick/Joystick.c
+2
-2
Demos/Device/LowLevel/Joystick/Joystick.h
Demos/Device/LowLevel/Joystick/Joystick.h
+2
-2
Demos/Device/LowLevel/Keyboard/Descriptors.c
Demos/Device/LowLevel/Keyboard/Descriptors.c
+2
-2
Demos/Device/LowLevel/Keyboard/Descriptors.h
Demos/Device/LowLevel/Keyboard/Descriptors.h
+2
-2
Demos/Device/LowLevel/Keyboard/Keyboard.c
Demos/Device/LowLevel/Keyboard/Keyboard.c
+2
-2
Demos/Device/LowLevel/Keyboard/Keyboard.h
Demos/Device/LowLevel/Keyboard/Keyboard.h
+2
-2
Demos/Device/LowLevel/KeyboardMouse/Descriptors.c
Demos/Device/LowLevel/KeyboardMouse/Descriptors.c
+3
-3
Demos/Device/LowLevel/KeyboardMouse/Descriptors.h
Demos/Device/LowLevel/KeyboardMouse/Descriptors.h
+3
-3
Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.c
Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.c
+3
-3
Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.h
Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.h
+3
-3
Demos/Device/LowLevel/MIDI/Descriptors.c
Demos/Device/LowLevel/MIDI/Descriptors.c
+2
-2
Demos/Device/LowLevel/MIDI/Descriptors.h
Demos/Device/LowLevel/MIDI/Descriptors.h
+2
-2
Demos/Device/LowLevel/MIDI/MIDI.c
Demos/Device/LowLevel/MIDI/MIDI.c
+2
-2
Demos/Device/LowLevel/MIDI/MIDI.h
Demos/Device/LowLevel/MIDI/MIDI.h
+2
-2
Demos/Device/LowLevel/MassStorage/Descriptors.c
Demos/Device/LowLevel/MassStorage/Descriptors.c
+2
-2
Demos/Device/LowLevel/MassStorage/Descriptors.h
Demos/Device/LowLevel/MassStorage/Descriptors.h
+2
-2
Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.c
Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.c
+2
-2
Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h
Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h
+2
-2
Demos/Device/LowLevel/MassStorage/Lib/SCSI.c
Demos/Device/LowLevel/MassStorage/Lib/SCSI.c
+2
-2
Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
+2
-2
Demos/Device/LowLevel/MassStorage/Lib/SCSI_Codes.h
Demos/Device/LowLevel/MassStorage/Lib/SCSI_Codes.h
+2
-2
Demos/Device/LowLevel/MassStorage/MassStorage.c
Demos/Device/LowLevel/MassStorage/MassStorage.c
+2
-2
Demos/Device/LowLevel/MassStorage/MassStorage.h
Demos/Device/LowLevel/MassStorage/MassStorage.h
+2
-2
Demos/Device/LowLevel/Mouse/Descriptors.c
Demos/Device/LowLevel/Mouse/Descriptors.c
+2
-2
Demos/Device/LowLevel/Mouse/Descriptors.h
Demos/Device/LowLevel/Mouse/Descriptors.h
+2
-2
Demos/Device/LowLevel/Mouse/Mouse.c
Demos/Device/LowLevel/Mouse/Mouse.c
+2
-2
Demos/Device/LowLevel/Mouse/Mouse.h
Demos/Device/LowLevel/Mouse/Mouse.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Descriptors.c
Demos/Device/LowLevel/RNDISEthernet/Descriptors.c
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Descriptors.h
Demos/Device/LowLevel/RNDISEthernet/Descriptors.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.c
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h
Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/DHCP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/DHCP.c
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/DHCP.h
Demos/Device/LowLevel/RNDISEthernet/Lib/DHCP.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.c
Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.c
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h
Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/EthernetProtocols.h
Demos/Device/LowLevel/RNDISEthernet/Lib/EthernetProtocols.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/ICMP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/ICMP.c
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/ICMP.h
Demos/Device/LowLevel/RNDISEthernet/Lib/ICMP.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/IP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/IP.c
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/IP.h
Demos/Device/LowLevel/RNDISEthernet/Lib/IP.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.c
Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.c
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h
Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDISConstants.h
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDISConstants.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h
Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.c
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.h
Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c
Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c
+2
-2
Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.h
Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.h
+2
-2
Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.c
Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.c
+2
-2
Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h
Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h
+2
-2
Demos/Device/LowLevel/VirtualSerial/Descriptors.c
Demos/Device/LowLevel/VirtualSerial/Descriptors.c
+2
-2
Demos/Device/LowLevel/VirtualSerial/Descriptors.h
Demos/Device/LowLevel/VirtualSerial/Descriptors.h
+2
-2
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.c
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.c
+2
-2
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.h
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.h
+2
-2
Demos/Device/LowLevel/makefile
Demos/Device/LowLevel/makefile
+1
-1
Demos/Device/makefile
Demos/Device/makefile
+1
-1
Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.c
Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.c
+2
-2
Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.h
Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.h
+2
-2
Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c
Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c
+2
-2
Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.h
Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.h
+2
-2
Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c
Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c
+2
-2
Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.h
Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.h
+2
-2
Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c
Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c
+2
-2
Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h
Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h
+2
-2
Demos/DualRole/ClassDriver/makefile
Demos/DualRole/ClassDriver/makefile
+1
-1
Demos/DualRole/makefile
Demos/DualRole/makefile
+1
-1
Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.c
...assDriver/JoystickHostWithParser/JoystickHostWithParser.c
+2
-2
Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.h
...assDriver/JoystickHostWithParser/JoystickHostWithParser.h
+2
-2
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
+2
-2
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h
+2
-2
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.c
...assDriver/KeyboardHostWithParser/KeyboardHostWithParser.c
+2
-2
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.h
...assDriver/KeyboardHostWithParser/KeyboardHostWithParser.h
+2
-2
Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
+2
-2
Demos/Host/ClassDriver/MIDIHost/MIDIHost.h
Demos/Host/ClassDriver/MIDIHost/MIDIHost.h
+2
-2
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c
+2
-2
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.h
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.h
+2
-2
Demos/Host/ClassDriver/MouseHost/MouseHost.c
Demos/Host/ClassDriver/MouseHost/MouseHost.c
+2
-2
Demos/Host/ClassDriver/MouseHost/MouseHost.h
Demos/Host/ClassDriver/MouseHost/MouseHost.h
+2
-2
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.c
...ost/ClassDriver/MouseHostWithParser/MouseHostWithParser.c
+2
-2
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.h
...ost/ClassDriver/MouseHostWithParser/MouseHostWithParser.h
+2
-2
Demos/Host/ClassDriver/PrinterHost/PrinterHost.c
Demos/Host/ClassDriver/PrinterHost/PrinterHost.c
+2
-2
Demos/Host/ClassDriver/PrinterHost/PrinterHost.h
Demos/Host/ClassDriver/PrinterHost/PrinterHost.h
+2
-2
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.c
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.c
+2
-2
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h
+2
-2
Demos/Host/ClassDriver/StillImageHost/StillImageHost.c
Demos/Host/ClassDriver/StillImageHost/StillImageHost.c
+2
-2
Demos/Host/ClassDriver/StillImageHost/StillImageHost.h
Demos/Host/ClassDriver/StillImageHost/StillImageHost.h
+2
-2
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.c
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.c
+2
-2
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.h
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.h
+2
-2
Demos/Host/ClassDriver/makefile
Demos/Host/ClassDriver/makefile
+1
-1
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
+2
-2
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h
+2
-2
Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c
Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c
+2
-2
Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.h
Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.h
+2
-2
Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.c
Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.c
+2
-2
Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h
Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h
+2
-2
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
...s/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
+2
-2
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h
...s/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h
+2
-2
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h
...s/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h
+2
-2
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
.../Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
+2
-2
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
.../Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
+2
-2
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
+2
-2
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
+2
-2
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.c
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.c
+2
-2
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.h
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.h
+2
-2
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c
+2
-2
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.h
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.h
+2
-2
Demos/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.c
...s/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.c
+2
-2
Demos/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.h
...s/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.h
+2
-2
Demos/Host/LowLevel/JoystickHostWithParser/HIDReport.c
Demos/Host/LowLevel/JoystickHostWithParser/HIDReport.c
+2
-2
Demos/Host/LowLevel/JoystickHostWithParser/HIDReport.h
Demos/Host/LowLevel/JoystickHostWithParser/HIDReport.h
+2
-2
Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.c
.../LowLevel/JoystickHostWithParser/JoystickHostWithParser.c
+2
-2
Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.h
.../LowLevel/JoystickHostWithParser/JoystickHostWithParser.h
+2
-2
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.c
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.c
+2
-2
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.h
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.h
+2
-2
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.c
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.c
+2
-2
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.h
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.h
+2
-2
Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c
...s/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c
+2
-2
Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.h
...s/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.h
+2
-2
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.c
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.c
+2
-2
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
+2
-2
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
.../LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
+2
-2
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.h
.../LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.h
+2
-2
Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.c
Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.c
+2
-2
Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.h
Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.h
+2
-2
Demos/Host/LowLevel/MIDIHost/MIDIHost.c
Demos/Host/LowLevel/MIDIHost/MIDIHost.c
+2
-2
Demos/Host/LowLevel/MIDIHost/MIDIHost.h
Demos/Host/LowLevel/MIDIHost/MIDIHost.h
+2
-2
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.c
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.c
+2
-2
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.h
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.h
+2
-2
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c
+2
-2
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h
+2
-2
Demos/Host/LowLevel/MassStorageHost/Lib/SCSI_Codes.h
Demos/Host/LowLevel/MassStorageHost/Lib/SCSI_Codes.h
+2
-2
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c
+2
-2
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h
+2
-2
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.c
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.c
+2
-2
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.h
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.h
+2
-2
Demos/Host/LowLevel/MouseHost/MouseHost.c
Demos/Host/LowLevel/MouseHost/MouseHost.c
+2
-2
Demos/Host/LowLevel/MouseHost/MouseHost.h
Demos/Host/LowLevel/MouseHost/MouseHost.h
+2
-2
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c
+2
-2
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.h
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.h
+2
-2
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c
+2
-2
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h
+2
-2
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c
...s/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c
+2
-2
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.h
...s/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.h
+2
-2
Demos/Host/LowLevel/PrinterHost/ConfigDescriptor.c
Demos/Host/LowLevel/PrinterHost/ConfigDescriptor.c
+2
-2
Demos/Host/LowLevel/PrinterHost/ConfigDescriptor.h
Demos/Host/LowLevel/PrinterHost/ConfigDescriptor.h
+2
-2
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c
+2
-2
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h
+2
-2
Demos/Host/LowLevel/PrinterHost/PrinterHost.c
Demos/Host/LowLevel/PrinterHost/PrinterHost.c
+2
-2
Demos/Host/LowLevel/PrinterHost/PrinterHost.h
Demos/Host/LowLevel/PrinterHost/PrinterHost.h
+2
-2
Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c
Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c
+2
-2
Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.h
Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.h
+2
-2
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c
+2
-2
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.h
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.h
+2
-2
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISConstants.h
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISConstants.h
+2
-2
Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.c
Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.c
+2
-2
Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.h
Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.h
+2
-2
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.c
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.c
+2
-2
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.h
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.h
+2
-2
Demos/Host/LowLevel/StillImageHost/Lib/PIMACodes.h
Demos/Host/LowLevel/StillImageHost/Lib/PIMACodes.h
+2
-2
Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c
Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c
+2
-2
Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.h
Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.h
+2
-2
Demos/Host/LowLevel/StillImageHost/StillImageHost.c
Demos/Host/LowLevel/StillImageHost/StillImageHost.c
+2
-2
Demos/Host/LowLevel/StillImageHost/StillImageHost.h
Demos/Host/LowLevel/StillImageHost/StillImageHost.h
+2
-2
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c
+2
-2
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h
+2
-2
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
+2
-2
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.h
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.h
+2
-2
Demos/Host/LowLevel/makefile
Demos/Host/LowLevel/makefile
+1
-1
Demos/Host/makefile
Demos/Host/makefile
+1
-1
Demos/makefile
Demos/makefile
+1
-1
LUFA/Common/BoardTypes.h
LUFA/Common/BoardTypes.h
+2
-2
LUFA/Common/Common.h
LUFA/Common/Common.h
+2
-2
LUFA/Common/FunctionAttributes.h
LUFA/Common/FunctionAttributes.h
+2
-2
LUFA/DriverStubs/Buttons.h
LUFA/DriverStubs/Buttons.h
+2
-2
LUFA/DriverStubs/Dataflash.h
LUFA/DriverStubs/Dataflash.h
+2
-2
LUFA/DriverStubs/Joystick.h
LUFA/DriverStubs/Joystick.h
+2
-2
LUFA/DriverStubs/LEDs.h
LUFA/DriverStubs/LEDs.h
+2
-2
LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h
LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h
+2
-2
LUFA/Drivers/Board/ATAVRUSBRF01/LEDs.h
LUFA/Drivers/Board/ATAVRUSBRF01/LEDs.h
+2
-2
LUFA/Drivers/Board/BUMBLEB/Buttons.h
LUFA/Drivers/Board/BUMBLEB/Buttons.h
+2
-2
LUFA/Drivers/Board/BUMBLEB/Joystick.h
LUFA/Drivers/Board/BUMBLEB/Joystick.h
+2
-2
LUFA/Drivers/Board/BUMBLEB/LEDs.h
LUFA/Drivers/Board/BUMBLEB/LEDs.h
+2
-2
LUFA/Drivers/Board/Buttons.h
LUFA/Drivers/Board/Buttons.h
+2
-2
LUFA/Drivers/Board/Dataflash.h
LUFA/Drivers/Board/Dataflash.h
+2
-2
LUFA/Drivers/Board/EVK527/AT45DB321C.h
LUFA/Drivers/Board/EVK527/AT45DB321C.h
+2
-2
LUFA/Drivers/Board/EVK527/Buttons.h
LUFA/Drivers/Board/EVK527/Buttons.h
+2
-2
LUFA/Drivers/Board/EVK527/Dataflash.h
LUFA/Drivers/Board/EVK527/Dataflash.h
+2
-2
LUFA/Drivers/Board/EVK527/Joystick.h
LUFA/Drivers/Board/EVK527/Joystick.h
+2
-2
LUFA/Drivers/Board/EVK527/LEDs.h
LUFA/Drivers/Board/EVK527/LEDs.h
+2
-2
LUFA/Drivers/Board/Joystick.h
LUFA/Drivers/Board/Joystick.h
+2
-2
LUFA/Drivers/Board/LEDs.h
LUFA/Drivers/Board/LEDs.h
+2
-2
LUFA/Drivers/Board/RZUSBSTICK/LEDs.h
LUFA/Drivers/Board/RZUSBSTICK/LEDs.h
+2
-2
LUFA/Drivers/Board/STK525/AT45DB321C.h
LUFA/Drivers/Board/STK525/AT45DB321C.h
+2
-2
LUFA/Drivers/Board/STK525/Buttons.h
LUFA/Drivers/Board/STK525/Buttons.h
+2
-2
LUFA/Drivers/Board/STK525/Dataflash.h
LUFA/Drivers/Board/STK525/Dataflash.h
+2
-2
LUFA/Drivers/Board/STK525/Joystick.h
LUFA/Drivers/Board/STK525/Joystick.h
+2
-2
LUFA/Drivers/Board/STK525/LEDs.h
LUFA/Drivers/Board/STK525/LEDs.h
+2
-2
LUFA/Drivers/Board/STK526/AT45DB642D.h
LUFA/Drivers/Board/STK526/AT45DB642D.h
+2
-2
LUFA/Drivers/Board/STK526/Buttons.h
LUFA/Drivers/Board/STK526/Buttons.h
+2
-2
LUFA/Drivers/Board/STK526/Dataflash.h
LUFA/Drivers/Board/STK526/Dataflash.h
+2
-2
LUFA/Drivers/Board/STK526/Joystick.h
LUFA/Drivers/Board/STK526/Joystick.h
+2
-2
LUFA/Drivers/Board/STK526/LEDs.h
LUFA/Drivers/Board/STK526/LEDs.h
+2
-2
LUFA/Drivers/Board/Temperature.c
LUFA/Drivers/Board/Temperature.c
+2
-2
LUFA/Drivers/Board/Temperature.h
LUFA/Drivers/Board/Temperature.h
+2
-2
LUFA/Drivers/Board/USBKEY/AT45DB642D.h
LUFA/Drivers/Board/USBKEY/AT45DB642D.h
+2
-2
LUFA/Drivers/Board/USBKEY/Buttons.h
LUFA/Drivers/Board/USBKEY/Buttons.h
+2
-2
LUFA/Drivers/Board/USBKEY/Dataflash.h
LUFA/Drivers/Board/USBKEY/Dataflash.h
+2
-2
LUFA/Drivers/Board/USBKEY/Joystick.h
LUFA/Drivers/Board/USBKEY/Joystick.h
+2
-2
LUFA/Drivers/Board/USBKEY/LEDs.h
LUFA/Drivers/Board/USBKEY/LEDs.h
+2
-2
LUFA/Drivers/Board/XPLAIN/AT45DB642D.h
LUFA/Drivers/Board/XPLAIN/AT45DB642D.h
+2
-2
LUFA/Drivers/Board/XPLAIN/Dataflash.h
LUFA/Drivers/Board/XPLAIN/Dataflash.h
+2
-2
LUFA/Drivers/Board/XPLAIN/LEDs.h
LUFA/Drivers/Board/XPLAIN/LEDs.h
+2
-2
LUFA/Drivers/Misc/TerminalCodes.h
LUFA/Drivers/Misc/TerminalCodes.h
+2
-2
LUFA/Drivers/Peripheral/ADC.h
LUFA/Drivers/Peripheral/ADC.h
+2
-2
LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h
LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h
+2
-2
LUFA/Drivers/Peripheral/SPI.h
LUFA/Drivers/Peripheral/SPI.h
+2
-2
LUFA/Drivers/Peripheral/Serial.c
LUFA/Drivers/Peripheral/Serial.c
+2
-2
LUFA/Drivers/Peripheral/Serial.h
LUFA/Drivers/Peripheral/Serial.h
+2
-2
LUFA/Drivers/Peripheral/SerialStream.c
LUFA/Drivers/Peripheral/SerialStream.c
+2
-2
LUFA/Drivers/Peripheral/SerialStream.h
LUFA/Drivers/Peripheral/SerialStream.h
+2
-2
LUFA/Drivers/USB/Class/Audio.h
LUFA/Drivers/USB/Class/Audio.h
+2
-2
LUFA/Drivers/USB/Class/CDC.h
LUFA/Drivers/USB/Class/CDC.h
+2
-2
LUFA/Drivers/USB/Class/Common/Audio.h
LUFA/Drivers/USB/Class/Common/Audio.h
+2
-2
LUFA/Drivers/USB/Class/Common/CDC.h
LUFA/Drivers/USB/Class/Common/CDC.h
+2
-2
LUFA/Drivers/USB/Class/Common/HID.h
LUFA/Drivers/USB/Class/Common/HID.h
+2
-2
LUFA/Drivers/USB/Class/Common/MIDI.h
LUFA/Drivers/USB/Class/Common/MIDI.h
+2
-2
LUFA/Drivers/USB/Class/Common/MassStorage.h
LUFA/Drivers/USB/Class/Common/MassStorage.h
+2
-2
LUFA/Drivers/USB/Class/Common/Printer.h
LUFA/Drivers/USB/Class/Common/Printer.h
+2
-2
LUFA/Drivers/USB/Class/Common/RNDIS.h
LUFA/Drivers/USB/Class/Common/RNDIS.h
+2
-2
LUFA/Drivers/USB/Class/Common/RNDISConstants.h
LUFA/Drivers/USB/Class/Common/RNDISConstants.h
+2
-2
LUFA/Drivers/USB/Class/Common/StillImage.h
LUFA/Drivers/USB/Class/Common/StillImage.h
+2
-2
LUFA/Drivers/USB/Class/Device/Audio.c
LUFA/Drivers/USB/Class/Device/Audio.c
+2
-2
LUFA/Drivers/USB/Class/Device/Audio.h
LUFA/Drivers/USB/Class/Device/Audio.h
+2
-2
LUFA/Drivers/USB/Class/Device/CDC.c
LUFA/Drivers/USB/Class/Device/CDC.c
+2
-2
LUFA/Drivers/USB/Class/Device/CDC.h
LUFA/Drivers/USB/Class/Device/CDC.h
+2
-2
LUFA/Drivers/USB/Class/Device/HID.c
LUFA/Drivers/USB/Class/Device/HID.c
+2
-2
LUFA/Drivers/USB/Class/Device/HID.h
LUFA/Drivers/USB/Class/Device/HID.h
+2
-2
LUFA/Drivers/USB/Class/Device/MIDI.c
LUFA/Drivers/USB/Class/Device/MIDI.c
+2
-2
LUFA/Drivers/USB/Class/Device/MIDI.h
LUFA/Drivers/USB/Class/Device/MIDI.h
+2
-2
LUFA/Drivers/USB/Class/Device/MassStorage.c
LUFA/Drivers/USB/Class/Device/MassStorage.c
+2
-2
LUFA/Drivers/USB/Class/Device/MassStorage.h
LUFA/Drivers/USB/Class/Device/MassStorage.h
+2
-2
LUFA/Drivers/USB/Class/Device/RNDIS.c
LUFA/Drivers/USB/Class/Device/RNDIS.c
+2
-2
LUFA/Drivers/USB/Class/Device/RNDIS.h
LUFA/Drivers/USB/Class/Device/RNDIS.h
+2
-2
LUFA/Drivers/USB/Class/HID.h
LUFA/Drivers/USB/Class/HID.h
+2
-2
LUFA/Drivers/USB/Class/Host/CDC.c
LUFA/Drivers/USB/Class/Host/CDC.c
+2
-2
LUFA/Drivers/USB/Class/Host/CDC.h
LUFA/Drivers/USB/Class/Host/CDC.h
+2
-2
LUFA/Drivers/USB/Class/Host/HID.c
LUFA/Drivers/USB/Class/Host/HID.c
+2
-2
LUFA/Drivers/USB/Class/Host/HID.h
LUFA/Drivers/USB/Class/Host/HID.h
+2
-2
LUFA/Drivers/USB/Class/Host/HIDParser.c
LUFA/Drivers/USB/Class/Host/HIDParser.c
+2
-2
LUFA/Drivers/USB/Class/Host/HIDParser.h
LUFA/Drivers/USB/Class/Host/HIDParser.h
+2
-2
LUFA/Drivers/USB/Class/Host/HIDReportData.h
LUFA/Drivers/USB/Class/Host/HIDReportData.h
+2
-2
LUFA/Drivers/USB/Class/Host/MIDI.c
LUFA/Drivers/USB/Class/Host/MIDI.c
+2
-2
LUFA/Drivers/USB/Class/Host/MIDI.h
LUFA/Drivers/USB/Class/Host/MIDI.h
+2
-2
LUFA/Drivers/USB/Class/Host/MassStorage.c
LUFA/Drivers/USB/Class/Host/MassStorage.c
+2
-2
LUFA/Drivers/USB/Class/Host/MassStorage.h
LUFA/Drivers/USB/Class/Host/MassStorage.h
+2
-2
LUFA/Drivers/USB/Class/Host/Printer.c
LUFA/Drivers/USB/Class/Host/Printer.c
+2
-2
LUFA/Drivers/USB/Class/Host/Printer.h
LUFA/Drivers/USB/Class/Host/Printer.h
+2
-2
LUFA/Drivers/USB/Class/Host/RNDIS.c
LUFA/Drivers/USB/Class/Host/RNDIS.c
+2
-2
LUFA/Drivers/USB/Class/Host/RNDIS.h
LUFA/Drivers/USB/Class/Host/RNDIS.h
+2
-2
LUFA/Drivers/USB/Class/Host/StillImage.c
LUFA/Drivers/USB/Class/Host/StillImage.c
+2
-2
LUFA/Drivers/USB/Class/Host/StillImage.h
LUFA/Drivers/USB/Class/Host/StillImage.h
+2
-2
LUFA/Drivers/USB/Class/MIDI.h
LUFA/Drivers/USB/Class/MIDI.h
+2
-2
LUFA/Drivers/USB/Class/MassStorage.h
LUFA/Drivers/USB/Class/MassStorage.h
+2
-2
LUFA/Drivers/USB/Class/Printer.h
LUFA/Drivers/USB/Class/Printer.h
+2
-2
LUFA/Drivers/USB/Class/RNDIS.h
LUFA/Drivers/USB/Class/RNDIS.h
+2
-2
LUFA/Drivers/USB/Class/StillImage.h
LUFA/Drivers/USB/Class/StillImage.h
+2
-2
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.c
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.c
+2
-2
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h
+2
-2
LUFA/Drivers/USB/HighLevel/Events.c
LUFA/Drivers/USB/HighLevel/Events.c
+2
-2
LUFA/Drivers/USB/HighLevel/Events.h
LUFA/Drivers/USB/HighLevel/Events.h
+2
-2
LUFA/Drivers/USB/HighLevel/StdDescriptors.h
LUFA/Drivers/USB/HighLevel/StdDescriptors.h
+2
-2
LUFA/Drivers/USB/HighLevel/StdRequestType.h
LUFA/Drivers/USB/HighLevel/StdRequestType.h
+2
-2
LUFA/Drivers/USB/HighLevel/StreamCallbacks.h
LUFA/Drivers/USB/HighLevel/StreamCallbacks.h
+2
-2
LUFA/Drivers/USB/HighLevel/USBInterrupt.c
LUFA/Drivers/USB/HighLevel/USBInterrupt.c
+2
-2
LUFA/Drivers/USB/HighLevel/USBInterrupt.h
LUFA/Drivers/USB/HighLevel/USBInterrupt.h
+2
-2
LUFA/Drivers/USB/HighLevel/USBMode.h
LUFA/Drivers/USB/HighLevel/USBMode.h
+2
-2
LUFA/Drivers/USB/HighLevel/USBTask.c
LUFA/Drivers/USB/HighLevel/USBTask.c
+2
-2
LUFA/Drivers/USB/HighLevel/USBTask.h
LUFA/Drivers/USB/HighLevel/USBTask.h
+2
-2
LUFA/Drivers/USB/LowLevel/DevChapter9.c
LUFA/Drivers/USB/LowLevel/DevChapter9.c
+2
-2
LUFA/Drivers/USB/LowLevel/DevChapter9.h
LUFA/Drivers/USB/LowLevel/DevChapter9.h
+2
-2
LUFA/Drivers/USB/LowLevel/Device.h
LUFA/Drivers/USB/LowLevel/Device.h
+2
-2
LUFA/Drivers/USB/LowLevel/Endpoint.c
LUFA/Drivers/USB/LowLevel/Endpoint.c
+2
-2
LUFA/Drivers/USB/LowLevel/Endpoint.h
LUFA/Drivers/USB/LowLevel/Endpoint.h
+2
-2
LUFA/Drivers/USB/LowLevel/Host.c
LUFA/Drivers/USB/LowLevel/Host.c
+2
-2
LUFA/Drivers/USB/LowLevel/Host.h
LUFA/Drivers/USB/LowLevel/Host.h
+2
-2
LUFA/Drivers/USB/LowLevel/HostChapter9.c
LUFA/Drivers/USB/LowLevel/HostChapter9.c
+2
-2
LUFA/Drivers/USB/LowLevel/HostChapter9.h
LUFA/Drivers/USB/LowLevel/HostChapter9.h
+2
-2
LUFA/Drivers/USB/LowLevel/LowLevel.c
LUFA/Drivers/USB/LowLevel/LowLevel.c
+2
-2
LUFA/Drivers/USB/LowLevel/LowLevel.h
LUFA/Drivers/USB/LowLevel/LowLevel.h
+2
-2
LUFA/Drivers/USB/LowLevel/OTG.h
LUFA/Drivers/USB/LowLevel/OTG.h
+2
-2
LUFA/Drivers/USB/LowLevel/Pipe.c
LUFA/Drivers/USB/LowLevel/Pipe.c
+2
-2
LUFA/Drivers/USB/LowLevel/Pipe.h
LUFA/Drivers/USB/LowLevel/Pipe.h
+2
-2
LUFA/Drivers/USB/USB.h
LUFA/Drivers/USB/USB.h
+2
-2
LUFA/ManPages/CompileTimeTokens.txt
LUFA/ManPages/CompileTimeTokens.txt
+2
-1
LUFA/ManPages/MainPage.txt
LUFA/ManPages/MainPage.txt
+2
-2
LUFA/Scheduler/Scheduler.c
LUFA/Scheduler/Scheduler.c
+2
-2
LUFA/Scheduler/Scheduler.h
LUFA/Scheduler/Scheduler.h
+2
-2
LUFA/Version.h
LUFA/Version.h
+2
-2
LUFA/makefile
LUFA/makefile
+1
-1
Projects/AVRISP-MKII/AVRISP.c
Projects/AVRISP-MKII/AVRISP.c
+2
-2
Projects/AVRISP-MKII/AVRISP.h
Projects/AVRISP-MKII/AVRISP.h
+2
-2
Projects/AVRISP-MKII/Descriptors.c
Projects/AVRISP-MKII/Descriptors.c
+2
-2
Projects/AVRISP-MKII/Descriptors.h
Projects/AVRISP-MKII/Descriptors.h
+2
-2
Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c
Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c
+2
-2
Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.h
Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.h
+2
-2
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
+2
-2
Projects/AVRISP-MKII/Lib/V2Protocol.c
Projects/AVRISP-MKII/Lib/V2Protocol.c
+2
-2
Projects/AVRISP-MKII/Lib/V2Protocol.h
Projects/AVRISP-MKII/Lib/V2Protocol.h
+2
-2
Projects/AVRISP-MKII/Lib/V2ProtocolConstants.h
Projects/AVRISP-MKII/Lib/V2ProtocolConstants.h
+2
-2
Projects/AVRISP-MKII/Lib/V2ProtocolParams.c
Projects/AVRISP-MKII/Lib/V2ProtocolParams.c
+2
-2
Projects/AVRISP-MKII/Lib/V2ProtocolParams.h
Projects/AVRISP-MKII/Lib/V2ProtocolParams.h
+2
-2
Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
+2
-2
Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.h
Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.h
+2
-2
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.c
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.c
+2
-2
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.h
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.h
+2
-2
Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c
Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c
+2
-2
Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
+2
-2
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
+2
-2
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.h
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.h
+2
-2
Projects/Benito/Benito.c
Projects/Benito/Benito.c
+2
-2
Projects/Benito/Benito.h
Projects/Benito/Benito.h
+2
-2
Projects/Benito/Board/LEDs.h
Projects/Benito/Board/LEDs.h
+2
-2
Projects/Benito/Descriptors.c
Projects/Benito/Descriptors.c
+2
-2
Projects/Benito/Descriptors.h
Projects/Benito/Descriptors.h
+2
-2
Projects/Benito/Lib/RingBuff.c
Projects/Benito/Lib/RingBuff.c
+2
-2
Projects/Benito/Lib/RingBuff.h
Projects/Benito/Lib/RingBuff.h
+2
-2
Projects/Incomplete/StandaloneProgrammer/Descriptors.c
Projects/Incomplete/StandaloneProgrammer/Descriptors.c
+2
-2
Projects/Incomplete/StandaloneProgrammer/Descriptors.h
Projects/Incomplete/StandaloneProgrammer/Descriptors.h
+2
-2
Projects/Incomplete/StandaloneProgrammer/DiskDevice.c
Projects/Incomplete/StandaloneProgrammer/DiskDevice.c
+2
-2
Projects/Incomplete/StandaloneProgrammer/DiskDevice.h
Projects/Incomplete/StandaloneProgrammer/DiskDevice.h
+2
-2
Projects/Incomplete/StandaloneProgrammer/DiskHost.c
Projects/Incomplete/StandaloneProgrammer/DiskHost.c
+2
-2
Projects/Incomplete/StandaloneProgrammer/DiskHost.h
Projects/Incomplete/StandaloneProgrammer/DiskHost.h
+2
-2
Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.c
...ts/Incomplete/StandaloneProgrammer/Lib/DataflashManager.c
+2
-2
Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
...ts/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
+2
-2
Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/00readme.txt
...omplete/StandaloneProgrammer/Lib/PetiteFATFs/00readme.txt
+3
-3
Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.c
.../Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.c
+1
-1
Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.h
.../Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.h
+1
-1
Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.c
...cts/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.c
+2
-2
Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.h
...cts/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.h
+2
-2
Projects/Incomplete/StandaloneProgrammer/Lib/ProgrammerConfig.c
...ts/Incomplete/StandaloneProgrammer/Lib/ProgrammerConfig.c
+2
-2
Projects/Incomplete/StandaloneProgrammer/Lib/ProgrammerConfig.h
...ts/Incomplete/StandaloneProgrammer/Lib/ProgrammerConfig.h
+2
-2
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.c
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.c
+2
-2
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h
+2
-2
Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c
...ts/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c
+2
-2
Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h
...ts/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h
+2
-2
Projects/LEDNotifier/Board/LEDs.h
Projects/LEDNotifier/Board/LEDs.h
+2
-2
Projects/LEDNotifier/Descriptors.c
Projects/LEDNotifier/Descriptors.c
+2
-2
Projects/LEDNotifier/Descriptors.h
Projects/LEDNotifier/Descriptors.h
+2
-2
Projects/LEDNotifier/LEDNotifier.c
Projects/LEDNotifier/LEDNotifier.c
+2
-2
Projects/LEDNotifier/LEDNotifier.h
Projects/LEDNotifier/LEDNotifier.h
+2
-2
Projects/Magstripe/Descriptors.c
Projects/Magstripe/Descriptors.c
+3
-3
Projects/Magstripe/Descriptors.h
Projects/Magstripe/Descriptors.h
+3
-3
Projects/Magstripe/Lib/CircularBitBuffer.c
Projects/Magstripe/Lib/CircularBitBuffer.c
+3
-3
Projects/Magstripe/Lib/CircularBitBuffer.h
Projects/Magstripe/Lib/CircularBitBuffer.h
+3
-3
Projects/Magstripe/Lib/MagstripeHW.h
Projects/Magstripe/Lib/MagstripeHW.h
+2
-2
Projects/Magstripe/Magstripe.c
Projects/Magstripe/Magstripe.c
+3
-3
Projects/Magstripe/Magstripe.h
Projects/Magstripe/Magstripe.h
+3
-3
Projects/MissileLauncher/ConfigDescriptor.c
Projects/MissileLauncher/ConfigDescriptor.c
+2
-2
Projects/MissileLauncher/ConfigDescriptor.h
Projects/MissileLauncher/ConfigDescriptor.h
+2
-2
Projects/MissileLauncher/MissileLauncher.c
Projects/MissileLauncher/MissileLauncher.c
+3
-3
Projects/MissileLauncher/MissileLauncher.h
Projects/MissileLauncher/MissileLauncher.h
+2
-2
Projects/TemperatureDataLogger/Descriptors.c
Projects/TemperatureDataLogger/Descriptors.c
+2
-2
Projects/TemperatureDataLogger/Descriptors.h
Projects/TemperatureDataLogger/Descriptors.h
+2
-2
Projects/TemperatureDataLogger/Lib/DataflashManager.c
Projects/TemperatureDataLogger/Lib/DataflashManager.c
+2
-2
Projects/TemperatureDataLogger/Lib/DataflashManager.h
Projects/TemperatureDataLogger/Lib/DataflashManager.h
+2
-2
Projects/TemperatureDataLogger/Lib/FATFs/00readme.txt
Projects/TemperatureDataLogger/Lib/FATFs/00readme.txt
+6
-6
Projects/TemperatureDataLogger/Lib/FATFs/diskio.h
Projects/TemperatureDataLogger/Lib/FATFs/diskio.h
+1
-1
Projects/TemperatureDataLogger/Lib/FATFs/ff.c
Projects/TemperatureDataLogger/Lib/FATFs/ff.c
+2
-2
Projects/TemperatureDataLogger/Lib/FATFs/ff.h
Projects/TemperatureDataLogger/Lib/FATFs/ff.h
+2
-2
Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h
Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h
+1
-1
Projects/TemperatureDataLogger/Lib/SCSI.c
Projects/TemperatureDataLogger/Lib/SCSI.c
+2
-2
Projects/TemperatureDataLogger/Lib/SCSI.h
Projects/TemperatureDataLogger/Lib/SCSI.h
+2
-2
Projects/TemperatureDataLogger/TempDataLogger.c
Projects/TemperatureDataLogger/TempDataLogger.c
+2
-2
Projects/TemperatureDataLogger/TempDataLogger.h
Projects/TemperatureDataLogger/TempDataLogger.h
+2
-2
Projects/USBtoSerial/Descriptors.c
Projects/USBtoSerial/Descriptors.c
+2
-2
Projects/USBtoSerial/Descriptors.h
Projects/USBtoSerial/Descriptors.h
+2
-2
Projects/USBtoSerial/Lib/RingBuff.c
Projects/USBtoSerial/Lib/RingBuff.c
+2
-2
Projects/USBtoSerial/Lib/RingBuff.h
Projects/USBtoSerial/Lib/RingBuff.h
+2
-2
Projects/USBtoSerial/USBtoSerial.c
Projects/USBtoSerial/USBtoSerial.c
+2
-2
Projects/USBtoSerial/USBtoSerial.h
Projects/USBtoSerial/USBtoSerial.h
+2
-2
Projects/XPLAINBridge/Descriptors.c
Projects/XPLAINBridge/Descriptors.c
+2
-2
Projects/XPLAINBridge/Descriptors.h
Projects/XPLAINBridge/Descriptors.h
+2
-2
Projects/XPLAINBridge/Lib/RingBuff.c
Projects/XPLAINBridge/Lib/RingBuff.c
+2
-2
Projects/XPLAINBridge/Lib/RingBuff.h
Projects/XPLAINBridge/Lib/RingBuff.h
+2
-2
Projects/XPLAINBridge/Lib/SoftUART.c
Projects/XPLAINBridge/Lib/SoftUART.c
+4
-4
Projects/XPLAINBridge/Lib/SoftUART.h
Projects/XPLAINBridge/Lib/SoftUART.h
+4
-4
Projects/XPLAINBridge/XPLAINBridge.c
Projects/XPLAINBridge/XPLAINBridge.c
+2
-2
Projects/XPLAINBridge/XPLAINBridge.h
Projects/XPLAINBridge/XPLAINBridge.h
+2
-2
Projects/makefile
Projects/makefile
+1
-1
README.txt
README.txt
+3
-0
makefile
makefile
+1
-1
No files found.
Bootloaders/CDC/BootloaderCDC.c
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/CDC/BootloaderCDC.h
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/CDC/Descriptors.c
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/CDC/Descriptors.h
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/DFU/BootloaderDFU.c
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/DFU/BootloaderDFU.h
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/DFU/Descriptors.c
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/DFU/Descriptors.h
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/Incomplete/MIDI/BootloaderMIDI.c
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/Incomplete/MIDI/BootloaderMIDI.h
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/Incomplete/MIDI/Descriptors.c
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/Incomplete/MIDI/Descriptors.h
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/Incomplete/MIDI/MIDI.c
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/TeensyHID/Descriptors.c
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/TeensyHID/Descriptors.h
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/TeensyHID/TeensyHID.c
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
software and its documentation for any purpose is hereby granted
...
...
Bootloaders/TeensyHID/TeensyHID.h
View file @
7f9f97c7
/*
/*
LUFA Library
LUFA Library
Copyright (C) Dean Camera, 20
09
.
Copyright (C) Dean Camera, 20
10
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
www.fourwalledcubicle.com
*/
*/
/*
/*
Copyright 20
09
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 20
10
Dean Camera (dean [at] fourwalledcubicle [dot] com)