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
d4ca7fb4
Commit
d4ca7fb4
authored
Dec 28, 2009
by
Dean Camera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MIT license language to make its intent clearer.
parent
d15cbdd4
Changes
496
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
496 changed files
with
3498 additions
and
3498 deletions
+3498
-3498
Bootloaders/CDC/BootloaderCDC.c
Bootloaders/CDC/BootloaderCDC.c
+7
-7
Bootloaders/CDC/BootloaderCDC.h
Bootloaders/CDC/BootloaderCDC.h
+7
-7
Bootloaders/CDC/Descriptors.c
Bootloaders/CDC/Descriptors.c
+7
-7
Bootloaders/CDC/Descriptors.h
Bootloaders/CDC/Descriptors.h
+7
-7
Bootloaders/DFU/BootloaderDFU.c
Bootloaders/DFU/BootloaderDFU.c
+7
-7
Bootloaders/DFU/BootloaderDFU.h
Bootloaders/DFU/BootloaderDFU.h
+7
-7
Bootloaders/DFU/Descriptors.c
Bootloaders/DFU/Descriptors.c
+7
-7
Bootloaders/DFU/Descriptors.h
Bootloaders/DFU/Descriptors.h
+7
-7
Bootloaders/Incomplete/MIDI/BootloaderMIDI.c
Bootloaders/Incomplete/MIDI/BootloaderMIDI.c
+7
-7
Bootloaders/Incomplete/MIDI/BootloaderMIDI.h
Bootloaders/Incomplete/MIDI/BootloaderMIDI.h
+7
-7
Bootloaders/Incomplete/MIDI/Descriptors.c
Bootloaders/Incomplete/MIDI/Descriptors.c
+7
-7
Bootloaders/Incomplete/MIDI/Descriptors.h
Bootloaders/Incomplete/MIDI/Descriptors.h
+7
-7
Bootloaders/Incomplete/MIDI/MIDI.c
Bootloaders/Incomplete/MIDI/MIDI.c
+7
-7
Bootloaders/TeensyHID/Descriptors.c
Bootloaders/TeensyHID/Descriptors.c
+7
-7
Bootloaders/TeensyHID/Descriptors.h
Bootloaders/TeensyHID/Descriptors.h
+7
-7
Bootloaders/TeensyHID/TeensyHID.c
Bootloaders/TeensyHID/TeensyHID.c
+7
-7
Bootloaders/TeensyHID/TeensyHID.h
Bootloaders/TeensyHID/TeensyHID.h
+7
-7
Demos/Device/ClassDriver/AudioInput/AudioInput.c
Demos/Device/ClassDriver/AudioInput/AudioInput.c
+7
-7
Demos/Device/ClassDriver/AudioInput/AudioInput.h
Demos/Device/ClassDriver/AudioInput/AudioInput.h
+7
-7
Demos/Device/ClassDriver/AudioInput/Descriptors.c
Demos/Device/ClassDriver/AudioInput/Descriptors.c
+7
-7
Demos/Device/ClassDriver/AudioInput/Descriptors.h
Demos/Device/ClassDriver/AudioInput/Descriptors.h
+7
-7
Demos/Device/ClassDriver/AudioOutput/AudioOutput.c
Demos/Device/ClassDriver/AudioOutput/AudioOutput.c
+7
-7
Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
+7
-7
Demos/Device/ClassDriver/AudioOutput/Descriptors.c
Demos/Device/ClassDriver/AudioOutput/Descriptors.c
+7
-7
Demos/Device/ClassDriver/AudioOutput/Descriptors.h
Demos/Device/ClassDriver/AudioOutput/Descriptors.h
+7
-7
Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.c
Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.c
+7
-7
Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.h
Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.h
+7
-7
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
.../Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
+7
-7
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.h
.../Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.h
+7
-7
Demos/Device/ClassDriver/GenericHID/Descriptors.c
Demos/Device/ClassDriver/GenericHID/Descriptors.c
+7
-7
Demos/Device/ClassDriver/GenericHID/Descriptors.h
Demos/Device/ClassDriver/GenericHID/Descriptors.h
+7
-7
Demos/Device/ClassDriver/GenericHID/GenericHID.c
Demos/Device/ClassDriver/GenericHID/GenericHID.c
+7
-7
Demos/Device/ClassDriver/GenericHID/GenericHID.h
Demos/Device/ClassDriver/GenericHID/GenericHID.h
+7
-7
Demos/Device/ClassDriver/Joystick/Descriptors.c
Demos/Device/ClassDriver/Joystick/Descriptors.c
+7
-7
Demos/Device/ClassDriver/Joystick/Descriptors.h
Demos/Device/ClassDriver/Joystick/Descriptors.h
+7
-7
Demos/Device/ClassDriver/Joystick/Joystick.c
Demos/Device/ClassDriver/Joystick/Joystick.c
+7
-7
Demos/Device/ClassDriver/Joystick/Joystick.h
Demos/Device/ClassDriver/Joystick/Joystick.h
+7
-7
Demos/Device/ClassDriver/Keyboard/Descriptors.c
Demos/Device/ClassDriver/Keyboard/Descriptors.c
+7
-7
Demos/Device/ClassDriver/Keyboard/Descriptors.h
Demos/Device/ClassDriver/Keyboard/Descriptors.h
+7
-7
Demos/Device/ClassDriver/Keyboard/Keyboard.c
Demos/Device/ClassDriver/Keyboard/Keyboard.c
+7
-7
Demos/Device/ClassDriver/Keyboard/Keyboard.h
Demos/Device/ClassDriver/Keyboard/Keyboard.h
+7
-7
Demos/Device/ClassDriver/KeyboardMouse/Descriptors.c
Demos/Device/ClassDriver/KeyboardMouse/Descriptors.c
+7
-7
Demos/Device/ClassDriver/KeyboardMouse/Descriptors.h
Demos/Device/ClassDriver/KeyboardMouse/Descriptors.h
+7
-7
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
+7
-7
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.h
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.h
+7
-7
Demos/Device/ClassDriver/MIDI/Descriptors.c
Demos/Device/ClassDriver/MIDI/Descriptors.c
+7
-7
Demos/Device/ClassDriver/MIDI/Descriptors.h
Demos/Device/ClassDriver/MIDI/Descriptors.h
+7
-7
Demos/Device/ClassDriver/MIDI/MIDI.c
Demos/Device/ClassDriver/MIDI/MIDI.c
+7
-7
Demos/Device/ClassDriver/MIDI/MIDI.h
Demos/Device/ClassDriver/MIDI/MIDI.h
+7
-7
Demos/Device/ClassDriver/MassStorage/Descriptors.c
Demos/Device/ClassDriver/MassStorage/Descriptors.c
+7
-7
Demos/Device/ClassDriver/MassStorage/Descriptors.h
Demos/Device/ClassDriver/MassStorage/Descriptors.h
+7
-7
Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.c
Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.c
+7
-7
Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.h
Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.h
+7
-7
Demos/Device/ClassDriver/MassStorage/Lib/SCSI.c
Demos/Device/ClassDriver/MassStorage/Lib/SCSI.c
+7
-7
Demos/Device/ClassDriver/MassStorage/Lib/SCSI.h
Demos/Device/ClassDriver/MassStorage/Lib/SCSI.h
+7
-7
Demos/Device/ClassDriver/MassStorage/MassStorage.c
Demos/Device/ClassDriver/MassStorage/MassStorage.c
+7
-7
Demos/Device/ClassDriver/MassStorage/MassStorage.h
Demos/Device/ClassDriver/MassStorage/MassStorage.h
+8
-8
Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
+7
-7
Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h
Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h
+7
-7
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.c
...ce/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.c
+7
-7
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.h
...ce/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.h
+7
-7
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.c
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.c
+7
-7
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.h
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.h
+7
-7
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI_Codes.h
...s/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI_Codes.h
+7
-7
Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c
...ice/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c
+7
-7
Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.h
...ice/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.h
+8
-8
Demos/Device/ClassDriver/Mouse/Descriptors.c
Demos/Device/ClassDriver/Mouse/Descriptors.c
+7
-7
Demos/Device/ClassDriver/Mouse/Descriptors.h
Demos/Device/ClassDriver/Mouse/Descriptors.h
+7
-7
Demos/Device/ClassDriver/Mouse/Mouse.c
Demos/Device/ClassDriver/Mouse/Mouse.c
+7
-7
Demos/Device/ClassDriver/Mouse/Mouse.h
Demos/Device/ClassDriver/Mouse/Mouse.h
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Descriptors.c
Demos/Device/ClassDriver/RNDISEthernet/Descriptors.c
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Descriptors.h
Demos/Device/ClassDriver/RNDISEthernet/Descriptors.h
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/ARP.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/ARP.c
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/ARP.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/ARP.h
+8
-8
Demos/Device/ClassDriver/RNDISEthernet/Lib/DHCP.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/DHCP.c
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/DHCP.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/DHCP.h
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.c
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h
.../Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.c
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.h
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/IP.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/IP.c
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/IP.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/IP.h
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c
...s/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h
...s/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
+8
-8
Demos/Device/ClassDriver/RNDISEthernet/Lib/UDP.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/UDP.c
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/UDP.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/UDP.h
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.c
Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.c
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.h
Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.h
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c
Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c
+7
-7
Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
+8
-8
Demos/Device/ClassDriver/VirtualSerial/Descriptors.c
Demos/Device/ClassDriver/VirtualSerial/Descriptors.c
+7
-7
Demos/Device/ClassDriver/VirtualSerial/Descriptors.h
Demos/Device/ClassDriver/VirtualSerial/Descriptors.h
+7
-7
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
+7
-7
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.h
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.h
+7
-7
Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c
Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c
+7
-7
Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.h
Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.h
+7
-7
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.c
...evice/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.c
+7
-7
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.h
...evice/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.h
+7
-7
Demos/Device/Incomplete/Sideshow/Descriptors.c
Demos/Device/Incomplete/Sideshow/Descriptors.c
+7
-7
Demos/Device/Incomplete/Sideshow/Descriptors.h
Demos/Device/Incomplete/Sideshow/Descriptors.h
+7
-7
Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.c
Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.c
+7
-7
Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.h
Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.h
+7
-7
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.c
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.c
+7
-7
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h
+7
-7
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.c
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.c
+7
-7
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h
+7
-7
Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.c
Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.c
+7
-7
Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h
Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h
+7
-7
Demos/Device/Incomplete/Sideshow/Sideshow.c
Demos/Device/Incomplete/Sideshow/Sideshow.c
+7
-7
Demos/Device/Incomplete/Sideshow/Sideshow.h
Demos/Device/Incomplete/Sideshow/Sideshow.h
+8
-8
Demos/Device/LowLevel/AudioInput/AudioInput.c
Demos/Device/LowLevel/AudioInput/AudioInput.c
+7
-7
Demos/Device/LowLevel/AudioInput/AudioInput.h
Demos/Device/LowLevel/AudioInput/AudioInput.h
+7
-7
Demos/Device/LowLevel/AudioInput/Descriptors.c
Demos/Device/LowLevel/AudioInput/Descriptors.c
+7
-7
Demos/Device/LowLevel/AudioInput/Descriptors.h
Demos/Device/LowLevel/AudioInput/Descriptors.h
+7
-7
Demos/Device/LowLevel/AudioOutput/AudioOutput.c
Demos/Device/LowLevel/AudioOutput/AudioOutput.c
+7
-7
Demos/Device/LowLevel/AudioOutput/AudioOutput.h
Demos/Device/LowLevel/AudioOutput/AudioOutput.h
+8
-8
Demos/Device/LowLevel/AudioOutput/Descriptors.c
Demos/Device/LowLevel/AudioOutput/Descriptors.c
+7
-7
Demos/Device/LowLevel/AudioOutput/Descriptors.h
Demos/Device/LowLevel/AudioOutput/Descriptors.h
+7
-7
Demos/Device/LowLevel/DualVirtualSerial/Descriptors.c
Demos/Device/LowLevel/DualVirtualSerial/Descriptors.c
+7
-7
Demos/Device/LowLevel/DualVirtualSerial/Descriptors.h
Demos/Device/LowLevel/DualVirtualSerial/Descriptors.h
+7
-7
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.c
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.c
+7
-7
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.h
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.h
+7
-7
Demos/Device/LowLevel/GenericHID/Descriptors.c
Demos/Device/LowLevel/GenericHID/Descriptors.c
+7
-7
Demos/Device/LowLevel/GenericHID/Descriptors.h
Demos/Device/LowLevel/GenericHID/Descriptors.h
+7
-7
Demos/Device/LowLevel/GenericHID/GenericHID.c
Demos/Device/LowLevel/GenericHID/GenericHID.c
+7
-7
Demos/Device/LowLevel/GenericHID/GenericHID.h
Demos/Device/LowLevel/GenericHID/GenericHID.h
+7
-7
Demos/Device/LowLevel/Joystick/Descriptors.c
Demos/Device/LowLevel/Joystick/Descriptors.c
+7
-7
Demos/Device/LowLevel/Joystick/Descriptors.h
Demos/Device/LowLevel/Joystick/Descriptors.h
+7
-7
Demos/Device/LowLevel/Joystick/Joystick.c
Demos/Device/LowLevel/Joystick/Joystick.c
+7
-7
Demos/Device/LowLevel/Joystick/Joystick.h
Demos/Device/LowLevel/Joystick/Joystick.h
+7
-7
Demos/Device/LowLevel/Keyboard/Descriptors.c
Demos/Device/LowLevel/Keyboard/Descriptors.c
+7
-7
Demos/Device/LowLevel/Keyboard/Descriptors.h
Demos/Device/LowLevel/Keyboard/Descriptors.h
+7
-7
Demos/Device/LowLevel/Keyboard/Keyboard.c
Demos/Device/LowLevel/Keyboard/Keyboard.c
+7
-7
Demos/Device/LowLevel/Keyboard/Keyboard.h
Demos/Device/LowLevel/Keyboard/Keyboard.h
+7
-7
Demos/Device/LowLevel/KeyboardMouse/Descriptors.c
Demos/Device/LowLevel/KeyboardMouse/Descriptors.c
+7
-7
Demos/Device/LowLevel/KeyboardMouse/Descriptors.h
Demos/Device/LowLevel/KeyboardMouse/Descriptors.h
+7
-7
Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.c
Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.c
+7
-7
Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.h
Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.h
+7
-7
Demos/Device/LowLevel/MIDI/Descriptors.c
Demos/Device/LowLevel/MIDI/Descriptors.c
+7
-7
Demos/Device/LowLevel/MIDI/Descriptors.h
Demos/Device/LowLevel/MIDI/Descriptors.h
+7
-7
Demos/Device/LowLevel/MIDI/MIDI.c
Demos/Device/LowLevel/MIDI/MIDI.c
+7
-7
Demos/Device/LowLevel/MIDI/MIDI.h
Demos/Device/LowLevel/MIDI/MIDI.h
+7
-7
Demos/Device/LowLevel/MassStorage/Descriptors.c
Demos/Device/LowLevel/MassStorage/Descriptors.c
+7
-7
Demos/Device/LowLevel/MassStorage/Descriptors.h
Demos/Device/LowLevel/MassStorage/Descriptors.h
+7
-7
Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.c
Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.c
+7
-7
Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h
Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h
+7
-7
Demos/Device/LowLevel/MassStorage/Lib/SCSI.c
Demos/Device/LowLevel/MassStorage/Lib/SCSI.c
+7
-7
Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
+7
-7
Demos/Device/LowLevel/MassStorage/Lib/SCSI_Codes.h
Demos/Device/LowLevel/MassStorage/Lib/SCSI_Codes.h
+7
-7
Demos/Device/LowLevel/MassStorage/MassStorage.c
Demos/Device/LowLevel/MassStorage/MassStorage.c
+7
-7
Demos/Device/LowLevel/MassStorage/MassStorage.h
Demos/Device/LowLevel/MassStorage/MassStorage.h
+7
-7
Demos/Device/LowLevel/Mouse/Descriptors.c
Demos/Device/LowLevel/Mouse/Descriptors.c
+7
-7
Demos/Device/LowLevel/Mouse/Descriptors.h
Demos/Device/LowLevel/Mouse/Descriptors.h
+7
-7
Demos/Device/LowLevel/Mouse/Mouse.c
Demos/Device/LowLevel/Mouse/Mouse.c
+7
-7
Demos/Device/LowLevel/Mouse/Mouse.h
Demos/Device/LowLevel/Mouse/Mouse.h
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Descriptors.c
Demos/Device/LowLevel/RNDISEthernet/Descriptors.c
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Descriptors.h
Demos/Device/LowLevel/RNDISEthernet/Descriptors.h
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.c
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h
Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h
+8
-8
Demos/Device/LowLevel/RNDISEthernet/Lib/DHCP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/DHCP.c
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/DHCP.h
Demos/Device/LowLevel/RNDISEthernet/Lib/DHCP.h
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.c
Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.c
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h
Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/EthernetProtocols.h
Demos/Device/LowLevel/RNDISEthernet/Lib/EthernetProtocols.h
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/ICMP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/ICMP.c
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/ICMP.h
Demos/Device/LowLevel/RNDISEthernet/Lib/ICMP.h
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/IP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/IP.c
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/IP.h
Demos/Device/LowLevel/RNDISEthernet/Lib/IP.h
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.c
Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.c
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h
Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDISConstants.h
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDISConstants.h
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h
Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h
+8
-8
Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.c
Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.c
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.h
Demos/Device/LowLevel/RNDISEthernet/Lib/UDP.h
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c
Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c
+7
-7
Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.h
Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.h
+7
-7
Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.c
Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.c
+7
-7
Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h
Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h
+8
-8
Demos/Device/LowLevel/VirtualSerial/Descriptors.c
Demos/Device/LowLevel/VirtualSerial/Descriptors.c
+7
-7
Demos/Device/LowLevel/VirtualSerial/Descriptors.h
Demos/Device/LowLevel/VirtualSerial/Descriptors.h
+7
-7
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.c
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.c
+7
-7
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.h
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.h
+8
-8
Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.c
Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.c
+7
-7
Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.h
Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.h
+7
-7
Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c
Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c
+7
-7
Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.h
Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.h
+7
-7
Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c
Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c
+7
-7
Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.h
Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.h
+7
-7
Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c
Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c
+7
-7
Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h
Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h
+7
-7
Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.c
...assDriver/JoystickHostWithParser/JoystickHostWithParser.c
+7
-7
Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.h
...assDriver/JoystickHostWithParser/JoystickHostWithParser.h
+7
-7
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
+7
-7
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h
+7
-7
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.c
...assDriver/KeyboardHostWithParser/KeyboardHostWithParser.c
+7
-7
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.h
...assDriver/KeyboardHostWithParser/KeyboardHostWithParser.h
+7
-7
Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
+7
-7
Demos/Host/ClassDriver/MIDIHost/MIDIHost.h
Demos/Host/ClassDriver/MIDIHost/MIDIHost.h
+7
-7
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c
+7
-7
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.h
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.h
+7
-7
Demos/Host/ClassDriver/MouseHost/MouseHost.c
Demos/Host/ClassDriver/MouseHost/MouseHost.c
+7
-7
Demos/Host/ClassDriver/MouseHost/MouseHost.h
Demos/Host/ClassDriver/MouseHost/MouseHost.h
+7
-7
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.c
...ost/ClassDriver/MouseHostWithParser/MouseHostWithParser.c
+7
-7
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.h
...ost/ClassDriver/MouseHostWithParser/MouseHostWithParser.h
+7
-7
Demos/Host/ClassDriver/PrinterHost/PrinterHost.c
Demos/Host/ClassDriver/PrinterHost/PrinterHost.c
+7
-7
Demos/Host/ClassDriver/PrinterHost/PrinterHost.h
Demos/Host/ClassDriver/PrinterHost/PrinterHost.h
+7
-7
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.c
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.c
+7
-7
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h
+7
-7
Demos/Host/ClassDriver/StillImageHost/StillImageHost.c
Demos/Host/ClassDriver/StillImageHost/StillImageHost.c
+7
-7
Demos/Host/ClassDriver/StillImageHost/StillImageHost.h
Demos/Host/ClassDriver/StillImageHost/StillImageHost.h
+7
-7
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.c
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.c
+7
-7
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.h
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.h
+7
-7
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
+7
-7
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h
+7
-7
Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c
Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c
+7
-7
Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.h
Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.h
+7
-7
Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.c
Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.c
+7
-7
Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h
Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h
+7
-7
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
...s/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
+7
-7
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h
...s/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h
+7
-7
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h
...s/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h
+7
-7
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
.../Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
+7
-7
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
.../Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
+7
-7
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
+7
-7
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
+8
-8
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.c
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.c
+7
-7
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.h
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.h
+7
-7
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c
+7
-7
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.h
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.h
+7
-7
Demos/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.c
...s/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.c
+7
-7
Demos/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.h
...s/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.h
+7
-7
Demos/Host/LowLevel/JoystickHostWithParser/HIDReport.c
Demos/Host/LowLevel/JoystickHostWithParser/HIDReport.c
+7
-7
Demos/Host/LowLevel/JoystickHostWithParser/HIDReport.h
Demos/Host/LowLevel/JoystickHostWithParser/HIDReport.h
+7
-7
Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.c
.../LowLevel/JoystickHostWithParser/JoystickHostWithParser.c
+7
-7
Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.h
.../LowLevel/JoystickHostWithParser/JoystickHostWithParser.h
+7
-7
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.c
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.c
+7
-7
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.h
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.h
+7
-7
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.c
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.c
+7
-7
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.h
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.h
+7
-7
Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c
...s/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c
+7
-7
Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.h
...s/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.h
+7
-7
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.c
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.c
+7
-7
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
+7
-7
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
.../LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
+7
-7
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.h
.../LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.h
+8
-8
Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.c
Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.c
+7
-7
Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.h
Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.h
+7
-7
Demos/Host/LowLevel/MIDIHost/MIDIHost.c
Demos/Host/LowLevel/MIDIHost/MIDIHost.c
+7
-7
Demos/Host/LowLevel/MIDIHost/MIDIHost.h
Demos/Host/LowLevel/MIDIHost/MIDIHost.h
+7
-7
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.c
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.c
+7
-7
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.h
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.h
+7
-7
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c
+7
-7
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h
+7
-7
Demos/Host/LowLevel/MassStorageHost/Lib/SCSI_Codes.h
Demos/Host/LowLevel/MassStorageHost/Lib/SCSI_Codes.h
+7
-7
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c
+7
-7
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h
+7
-7
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.c
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.c
+7
-7
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.h
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.h
+7
-7
Demos/Host/LowLevel/MouseHost/MouseHost.c
Demos/Host/LowLevel/MouseHost/MouseHost.c
+7
-7
Demos/Host/LowLevel/MouseHost/MouseHost.h
Demos/Host/LowLevel/MouseHost/MouseHost.h
+7
-7
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c
+7
-7
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.h
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.h
+7
-7
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c
+7
-7
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h
+7
-7
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c
...s/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c
+7
-7
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.h
...s/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.h
+7
-7
Demos/Host/LowLevel/PrinterHost/ConfigDescriptor.c
Demos/Host/LowLevel/PrinterHost/ConfigDescriptor.c
+7
-7
Demos/Host/LowLevel/PrinterHost/ConfigDescriptor.h
Demos/Host/LowLevel/PrinterHost/ConfigDescriptor.h
+7
-7
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c
+7
-7
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h
+7
-7
Demos/Host/LowLevel/PrinterHost/PrinterHost.c
Demos/Host/LowLevel/PrinterHost/PrinterHost.c
+7
-7
Demos/Host/LowLevel/PrinterHost/PrinterHost.h
Demos/Host/LowLevel/PrinterHost/PrinterHost.h
+8
-8
Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c
Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c
+7
-7
Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.h
Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.h
+7
-7
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c
+7
-7
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.h
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.h
+7
-7
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISConstants.h
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISConstants.h
+7
-7
Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.c
Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.c
+7
-7
Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.h
Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.h
+7
-7
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.c
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.c
+7
-7
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.h
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.h
+7
-7
Demos/Host/LowLevel/StillImageHost/Lib/PIMACodes.h
Demos/Host/LowLevel/StillImageHost/Lib/PIMACodes.h
+7
-7
Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c
Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c
+7
-7
Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.h
Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.h
+7
-7
Demos/Host/LowLevel/StillImageHost/StillImageHost.c
Demos/Host/LowLevel/StillImageHost/StillImageHost.c
+7
-7
Demos/Host/LowLevel/StillImageHost/StillImageHost.h
Demos/Host/LowLevel/StillImageHost/StillImageHost.h
+7
-7
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c
+7
-7
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h
+7
-7
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
+7
-7
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.h
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.h
+7
-7
LUFA/Common/BoardTypes.h
LUFA/Common/BoardTypes.h
+7
-7
LUFA/Common/Common.h
LUFA/Common/Common.h
+7
-7
LUFA/Common/FunctionAttributes.h
LUFA/Common/FunctionAttributes.h
+7
-7
LUFA/DriverStubs/Buttons.h
LUFA/DriverStubs/Buttons.h
+7
-7
LUFA/DriverStubs/Dataflash.h
LUFA/DriverStubs/Dataflash.h
+7
-7
LUFA/DriverStubs/Joystick.h
LUFA/DriverStubs/Joystick.h
+7
-7
LUFA/DriverStubs/LEDs.h
LUFA/DriverStubs/LEDs.h
+7
-7
LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h
LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h
+7
-7
LUFA/Drivers/Board/ATAVRUSBRF01/LEDs.h
LUFA/Drivers/Board/ATAVRUSBRF01/LEDs.h
+7
-7
LUFA/Drivers/Board/BUMBLEB/Buttons.h
LUFA/Drivers/Board/BUMBLEB/Buttons.h
+7
-7
LUFA/Drivers/Board/BUMBLEB/Joystick.h
LUFA/Drivers/Board/BUMBLEB/Joystick.h
+7
-7
LUFA/Drivers/Board/BUMBLEB/LEDs.h
LUFA/Drivers/Board/BUMBLEB/LEDs.h
+7
-7
LUFA/Drivers/Board/Buttons.h
LUFA/Drivers/Board/Buttons.h
+7
-7
LUFA/Drivers/Board/Dataflash.h
LUFA/Drivers/Board/Dataflash.h
+7
-7
LUFA/Drivers/Board/EVK527/AT45DB321C.h
LUFA/Drivers/Board/EVK527/AT45DB321C.h
+7
-7
LUFA/Drivers/Board/EVK527/Buttons.h
LUFA/Drivers/Board/EVK527/Buttons.h
+7
-7
LUFA/Drivers/Board/EVK527/Dataflash.h
LUFA/Drivers/Board/EVK527/Dataflash.h
+7
-7
LUFA/Drivers/Board/EVK527/Joystick.h
LUFA/Drivers/Board/EVK527/Joystick.h
+7
-7
LUFA/Drivers/Board/EVK527/LEDs.h
LUFA/Drivers/Board/EVK527/LEDs.h
+7
-7
LUFA/Drivers/Board/Joystick.h
LUFA/Drivers/Board/Joystick.h
+7
-7
LUFA/Drivers/Board/LEDs.h
LUFA/Drivers/Board/LEDs.h
+7
-7
LUFA/Drivers/Board/RZUSBSTICK/LEDs.h
LUFA/Drivers/Board/RZUSBSTICK/LEDs.h
+8
-8
LUFA/Drivers/Board/STK525/AT45DB321C.h
LUFA/Drivers/Board/STK525/AT45DB321C.h
+7
-7
LUFA/Drivers/Board/STK525/Buttons.h
LUFA/Drivers/Board/STK525/Buttons.h
+7
-7
LUFA/Drivers/Board/STK525/Dataflash.h
LUFA/Drivers/Board/STK525/Dataflash.h
+7
-7
LUFA/Drivers/Board/STK525/Joystick.h
LUFA/Drivers/Board/STK525/Joystick.h
+7
-7
LUFA/Drivers/Board/STK525/LEDs.h
LUFA/Drivers/Board/STK525/LEDs.h
+7
-7
LUFA/Drivers/Board/STK526/AT45DB642D.h
LUFA/Drivers/Board/STK526/AT45DB642D.h
+7
-7
LUFA/Drivers/Board/STK526/Buttons.h
LUFA/Drivers/Board/STK526/Buttons.h
+7
-7
LUFA/Drivers/Board/STK526/Dataflash.h
LUFA/Drivers/Board/STK526/Dataflash.h
+8
-8
LUFA/Drivers/Board/STK526/Joystick.h
LUFA/Drivers/Board/STK526/Joystick.h
+7
-7
LUFA/Drivers/Board/STK526/LEDs.h
LUFA/Drivers/Board/STK526/LEDs.h
+7
-7
LUFA/Drivers/Board/Temperature.c
LUFA/Drivers/Board/Temperature.c
+7
-7
LUFA/Drivers/Board/Temperature.h
LUFA/Drivers/Board/Temperature.h
+7
-7
LUFA/Drivers/Board/USBKEY/AT45DB642D.h
LUFA/Drivers/Board/USBKEY/AT45DB642D.h
+7
-7
LUFA/Drivers/Board/USBKEY/Buttons.h
LUFA/Drivers/Board/USBKEY/Buttons.h
+7
-7
LUFA/Drivers/Board/USBKEY/Dataflash.h
LUFA/Drivers/Board/USBKEY/Dataflash.h
+7
-7
LUFA/Drivers/Board/USBKEY/Joystick.h
LUFA/Drivers/Board/USBKEY/Joystick.h
+7
-7
LUFA/Drivers/Board/USBKEY/LEDs.h
LUFA/Drivers/Board/USBKEY/LEDs.h
+7
-7
LUFA/Drivers/Board/XPLAIN/AT45DB642D.h
LUFA/Drivers/Board/XPLAIN/AT45DB642D.h
+7
-7
LUFA/Drivers/Board/XPLAIN/Dataflash.h
LUFA/Drivers/Board/XPLAIN/Dataflash.h
+7
-7
LUFA/Drivers/Board/XPLAIN/LEDs.h
LUFA/Drivers/Board/XPLAIN/LEDs.h
+7
-7
LUFA/Drivers/Misc/TerminalCodes.h
LUFA/Drivers/Misc/TerminalCodes.h
+7
-7
LUFA/Drivers/Peripheral/ADC.h
LUFA/Drivers/Peripheral/ADC.h
+7
-7
LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h
LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h
+7
-7
LUFA/Drivers/Peripheral/SPI.h
LUFA/Drivers/Peripheral/SPI.h
+7
-7
LUFA/Drivers/Peripheral/Serial.c
LUFA/Drivers/Peripheral/Serial.c
+7
-7
LUFA/Drivers/Peripheral/Serial.h
LUFA/Drivers/Peripheral/Serial.h
+7
-7
LUFA/Drivers/Peripheral/SerialStream.c
LUFA/Drivers/Peripheral/SerialStream.c
+7
-7
LUFA/Drivers/Peripheral/SerialStream.h
LUFA/Drivers/Peripheral/SerialStream.h
+7
-7
LUFA/Drivers/USB/Class/Audio.h
LUFA/Drivers/USB/Class/Audio.h
+7
-7
LUFA/Drivers/USB/Class/CDC.h
LUFA/Drivers/USB/Class/CDC.h
+7
-7
LUFA/Drivers/USB/Class/Common/Audio.h
LUFA/Drivers/USB/Class/Common/Audio.h
+7
-7
LUFA/Drivers/USB/Class/Common/CDC.h
LUFA/Drivers/USB/Class/Common/CDC.h
+7
-7
LUFA/Drivers/USB/Class/Common/HID.h
LUFA/Drivers/USB/Class/Common/HID.h
+7
-7
LUFA/Drivers/USB/Class/Common/MIDI.h
LUFA/Drivers/USB/Class/Common/MIDI.h
+7
-7
LUFA/Drivers/USB/Class/Common/MassStorage.h
LUFA/Drivers/USB/Class/Common/MassStorage.h
+7
-7
LUFA/Drivers/USB/Class/Common/Printer.h
LUFA/Drivers/USB/Class/Common/Printer.h
+7
-7
LUFA/Drivers/USB/Class/Common/RNDIS.h
LUFA/Drivers/USB/Class/Common/RNDIS.h
+7
-7
LUFA/Drivers/USB/Class/Common/RNDISConstants.h
LUFA/Drivers/USB/Class/Common/RNDISConstants.h
+7
-7
LUFA/Drivers/USB/Class/Common/StillImage.h
LUFA/Drivers/USB/Class/Common/StillImage.h
+7
-7
LUFA/Drivers/USB/Class/Device/Audio.c
LUFA/Drivers/USB/Class/Device/Audio.c
+7
-7
LUFA/Drivers/USB/Class/Device/Audio.h
LUFA/Drivers/USB/Class/Device/Audio.h
+7
-7
LUFA/Drivers/USB/Class/Device/CDC.c
LUFA/Drivers/USB/Class/Device/CDC.c
+7
-7
LUFA/Drivers/USB/Class/Device/CDC.h
LUFA/Drivers/USB/Class/Device/CDC.h
+7
-7
LUFA/Drivers/USB/Class/Device/HID.c
LUFA/Drivers/USB/Class/Device/HID.c
+7
-7
LUFA/Drivers/USB/Class/Device/HID.h
LUFA/Drivers/USB/Class/Device/HID.h
+7
-7
LUFA/Drivers/USB/Class/Device/MIDI.c
LUFA/Drivers/USB/Class/Device/MIDI.c
+7
-7
LUFA/Drivers/USB/Class/Device/MIDI.h
LUFA/Drivers/USB/Class/Device/MIDI.h
+7
-7
LUFA/Drivers/USB/Class/Device/MassStorage.c
LUFA/Drivers/USB/Class/Device/MassStorage.c
+7
-7
LUFA/Drivers/USB/Class/Device/MassStorage.h
LUFA/Drivers/USB/Class/Device/MassStorage.h
+7
-7
LUFA/Drivers/USB/Class/Device/RNDIS.c
LUFA/Drivers/USB/Class/Device/RNDIS.c
+7
-7
LUFA/Drivers/USB/Class/Device/RNDIS.h
LUFA/Drivers/USB/Class/Device/RNDIS.h
+7
-7
LUFA/Drivers/USB/Class/HID.h
LUFA/Drivers/USB/Class/HID.h
+7
-7
LUFA/Drivers/USB/Class/Host/CDC.c
LUFA/Drivers/USB/Class/Host/CDC.c
+7
-7
LUFA/Drivers/USB/Class/Host/CDC.h
LUFA/Drivers/USB/Class/Host/CDC.h
+7
-7
LUFA/Drivers/USB/Class/Host/HID.c
LUFA/Drivers/USB/Class/Host/HID.c
+7
-7
LUFA/Drivers/USB/Class/Host/HID.h
LUFA/Drivers/USB/Class/Host/HID.h
+7
-7
LUFA/Drivers/USB/Class/Host/HIDParser.c
LUFA/Drivers/USB/Class/Host/HIDParser.c
+7
-7
LUFA/Drivers/USB/Class/Host/HIDParser.h
LUFA/Drivers/USB/Class/Host/HIDParser.h
+7
-7
LUFA/Drivers/USB/Class/Host/HIDReportData.h
LUFA/Drivers/USB/Class/Host/HIDReportData.h
+7
-7
LUFA/Drivers/USB/Class/Host/MIDI.c
LUFA/Drivers/USB/Class/Host/MIDI.c
+7
-7
LUFA/Drivers/USB/Class/Host/MIDI.h
LUFA/Drivers/USB/Class/Host/MIDI.h
+7
-7
LUFA/Drivers/USB/Class/Host/MassStorage.c
LUFA/Drivers/USB/Class/Host/MassStorage.c
+7
-7
LUFA/Drivers/USB/Class/Host/MassStorage.h
LUFA/Drivers/USB/Class/Host/MassStorage.h
+7
-7
LUFA/Drivers/USB/Class/Host/Printer.c
LUFA/Drivers/USB/Class/Host/Printer.c
+7
-7
LUFA/Drivers/USB/Class/Host/Printer.h
LUFA/Drivers/USB/Class/Host/Printer.h
+7
-7
LUFA/Drivers/USB/Class/Host/RNDIS.c
LUFA/Drivers/USB/Class/Host/RNDIS.c
+7
-7
LUFA/Drivers/USB/Class/Host/RNDIS.h
LUFA/Drivers/USB/Class/Host/RNDIS.h
+7
-7
LUFA/Drivers/USB/Class/Host/StillImage.c
LUFA/Drivers/USB/Class/Host/StillImage.c
+7
-7
LUFA/Drivers/USB/Class/Host/StillImage.h
LUFA/Drivers/USB/Class/Host/StillImage.h
+7
-7
LUFA/Drivers/USB/Class/MIDI.h
LUFA/Drivers/USB/Class/MIDI.h
+7
-7
LUFA/Drivers/USB/Class/MassStorage.h
LUFA/Drivers/USB/Class/MassStorage.h
+7
-7
LUFA/Drivers/USB/Class/Printer.h
LUFA/Drivers/USB/Class/Printer.h
+7
-7
LUFA/Drivers/USB/Class/RNDIS.h
LUFA/Drivers/USB/Class/RNDIS.h
+7
-7
LUFA/Drivers/USB/Class/StillImage.h
LUFA/Drivers/USB/Class/StillImage.h
+7
-7
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.c
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.c
+7
-7
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h
+7
-7
LUFA/Drivers/USB/HighLevel/Events.c
LUFA/Drivers/USB/HighLevel/Events.c
+7
-7
LUFA/Drivers/USB/HighLevel/Events.h
LUFA/Drivers/USB/HighLevel/Events.h
+7
-7
LUFA/Drivers/USB/HighLevel/StdDescriptors.h
LUFA/Drivers/USB/HighLevel/StdDescriptors.h
+7
-7
LUFA/Drivers/USB/HighLevel/StdRequestType.h
LUFA/Drivers/USB/HighLevel/StdRequestType.h
+7
-7
LUFA/Drivers/USB/HighLevel/StreamCallbacks.h
LUFA/Drivers/USB/HighLevel/StreamCallbacks.h
+7
-7
LUFA/Drivers/USB/HighLevel/USBInterrupt.c
LUFA/Drivers/USB/HighLevel/USBInterrupt.c
+7
-7
LUFA/Drivers/USB/HighLevel/USBInterrupt.h
LUFA/Drivers/USB/HighLevel/USBInterrupt.h
+7
-7
LUFA/Drivers/USB/HighLevel/USBMode.h
LUFA/Drivers/USB/HighLevel/USBMode.h
+7
-7
LUFA/Drivers/USB/HighLevel/USBTask.c
LUFA/Drivers/USB/HighLevel/USBTask.c
+7
-7
LUFA/Drivers/USB/HighLevel/USBTask.h
LUFA/Drivers/USB/HighLevel/USBTask.h
+7
-7
LUFA/Drivers/USB/LowLevel/DevChapter9.c
LUFA/Drivers/USB/LowLevel/DevChapter9.c
+7
-7
LUFA/Drivers/USB/LowLevel/DevChapter9.h
LUFA/Drivers/USB/LowLevel/DevChapter9.h
+7
-7
LUFA/Drivers/USB/LowLevel/Device.h
LUFA/Drivers/USB/LowLevel/Device.h
+7
-7
LUFA/Drivers/USB/LowLevel/Endpoint.c
LUFA/Drivers/USB/LowLevel/Endpoint.c
+7
-7
LUFA/Drivers/USB/LowLevel/Endpoint.h
LUFA/Drivers/USB/LowLevel/Endpoint.h
+7
-7
LUFA/Drivers/USB/LowLevel/Host.c
LUFA/Drivers/USB/LowLevel/Host.c
+7
-7
LUFA/Drivers/USB/LowLevel/Host.h
LUFA/Drivers/USB/LowLevel/Host.h
+7
-7
LUFA/Drivers/USB/LowLevel/HostChapter9.c
LUFA/Drivers/USB/LowLevel/HostChapter9.c
+7
-7
LUFA/Drivers/USB/LowLevel/HostChapter9.h
LUFA/Drivers/USB/LowLevel/HostChapter9.h
+7
-7
LUFA/Drivers/USB/LowLevel/LowLevel.c
LUFA/Drivers/USB/LowLevel/LowLevel.c
+7
-7
LUFA/Drivers/USB/LowLevel/LowLevel.h
LUFA/Drivers/USB/LowLevel/LowLevel.h
+7
-7
LUFA/Drivers/USB/LowLevel/OTG.h
LUFA/Drivers/USB/LowLevel/OTG.h
+7
-7
LUFA/Drivers/USB/LowLevel/Pipe.c
LUFA/Drivers/USB/LowLevel/Pipe.c
+7
-7
LUFA/Drivers/USB/LowLevel/Pipe.h
LUFA/Drivers/USB/LowLevel/Pipe.h
+7
-7
LUFA/Drivers/USB/USB.h
LUFA/Drivers/USB/USB.h
+7
-7
LUFA/ManPages/LUFAPoweredProjects.txt
LUFA/ManPages/LUFAPoweredProjects.txt
+1
-0
LUFA/ManPages/Licence.txt
LUFA/ManPages/Licence.txt
+2
-2
LUFA/Scheduler/Scheduler.c
LUFA/Scheduler/Scheduler.c
+7
-7
LUFA/Scheduler/Scheduler.h
LUFA/Scheduler/Scheduler.h
+7
-7
LUFA/Version.h
LUFA/Version.h
+7
-8
Projects/AVRISP-MKII/AVRISP.c
Projects/AVRISP-MKII/AVRISP.c
+7
-7
Projects/AVRISP-MKII/AVRISP.h
Projects/AVRISP-MKII/AVRISP.h
+12
-12
Projects/AVRISP-MKII/Descriptors.c
Projects/AVRISP-MKII/Descriptors.c
+9
-9
Projects/AVRISP-MKII/Descriptors.h
Projects/AVRISP-MKII/Descriptors.h
+7
-7
Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c
Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c
+7
-7
Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.h
Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.h
+7
-7
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c
+7
-7
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h
+7
-7
Projects/AVRISP-MKII/Lib/V2Protocol.c
Projects/AVRISP-MKII/Lib/V2Protocol.c
+7
-7
Projects/AVRISP-MKII/Lib/V2Protocol.h
Projects/AVRISP-MKII/Lib/V2Protocol.h
+20
-20
Projects/AVRISP-MKII/Lib/V2ProtocolConstants.h
Projects/AVRISP-MKII/Lib/V2ProtocolConstants.h
+7
-7
Projects/AVRISP-MKII/Lib/V2ProtocolParams.c
Projects/AVRISP-MKII/Lib/V2ProtocolParams.c
+7
-7
Projects/AVRISP-MKII/Lib/V2ProtocolParams.h
Projects/AVRISP-MKII/Lib/V2ProtocolParams.h
+7
-7
Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
+7
-7
Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.h
Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.h
+7
-7
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.c
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.c
+7
-7
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.h
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.h
+7
-7
Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c
Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c
+7
-7
Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
+7
-7
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
+7
-7
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.h
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.h
+7
-7
Projects/Benito/Benito.c
Projects/Benito/Benito.c
+7
-7
Projects/Benito/Benito.h
Projects/Benito/Benito.h
+7
-7
Projects/Benito/Board/LEDs.h
Projects/Benito/Board/LEDs.h
+7
-7
Projects/Benito/Descriptors.c
Projects/Benito/Descriptors.c
+7
-7
Projects/Benito/Descriptors.h
Projects/Benito/Descriptors.h
+7
-7
Projects/Benito/Lib/RingBuff.c
Projects/Benito/Lib/RingBuff.c
+7
-7
Projects/Benito/Lib/RingBuff.h
Projects/Benito/Lib/RingBuff.h
+7
-7
Projects/Incomplete/StandaloneProgrammer/Descriptors.c
Projects/Incomplete/StandaloneProgrammer/Descriptors.c
+7
-7
Projects/Incomplete/StandaloneProgrammer/Descriptors.h
Projects/Incomplete/StandaloneProgrammer/Descriptors.h
+7
-7
Projects/Incomplete/StandaloneProgrammer/DiskDevice.c
Projects/Incomplete/StandaloneProgrammer/DiskDevice.c
+7
-7
Projects/Incomplete/StandaloneProgrammer/DiskDevice.h
Projects/Incomplete/StandaloneProgrammer/DiskDevice.h
+7
-7
Projects/Incomplete/StandaloneProgrammer/DiskHost.c
Projects/Incomplete/StandaloneProgrammer/DiskHost.c
+7
-7
Projects/Incomplete/StandaloneProgrammer/DiskHost.h
Projects/Incomplete/StandaloneProgrammer/DiskHost.h
+7
-7
Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.c
...ts/Incomplete/StandaloneProgrammer/Lib/DataflashManager.c
+7
-7
Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
...ts/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
+7
-7
Projects/Incomplete/StandaloneProgrammer/Lib/ProgrammerConfig.c
...ts/Incomplete/StandaloneProgrammer/Lib/ProgrammerConfig.c
+7
-7
Projects/Incomplete/StandaloneProgrammer/Lib/ProgrammerConfig.h
...ts/Incomplete/StandaloneProgrammer/Lib/ProgrammerConfig.h
+7
-7
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.c
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.c
+7
-7
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h
+7
-7
Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c
...ts/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c
+7
-7
Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h
...ts/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h
+7
-7
Projects/LEDNotifier/Board/LEDs.h
Projects/LEDNotifier/Board/LEDs.h
+7
-7
Projects/LEDNotifier/Descriptors.c
Projects/LEDNotifier/Descriptors.c
+7
-7
Projects/LEDNotifier/Descriptors.h
Projects/LEDNotifier/Descriptors.h
+7
-7
Projects/LEDNotifier/LEDNotifier.c
Projects/LEDNotifier/LEDNotifier.c
+8
-8
Projects/LEDNotifier/LEDNotifier.h
Projects/LEDNotifier/LEDNotifier.h
+7
-7
Projects/Magstripe/Descriptors.c
Projects/Magstripe/Descriptors.c
+7
-7
Projects/Magstripe/Descriptors.h
Projects/Magstripe/Descriptors.h
+7
-7
Projects/Magstripe/Lib/CircularBitBuffer.c
Projects/Magstripe/Lib/CircularBitBuffer.c
+7
-7
Projects/Magstripe/Lib/CircularBitBuffer.h
Projects/Magstripe/Lib/CircularBitBuffer.h
+7
-7
Projects/Magstripe/Lib/MagstripeHW.h
Projects/Magstripe/Lib/MagstripeHW.h
+7
-7
Projects/Magstripe/Magstripe.c
Projects/Magstripe/Magstripe.c
+7
-7
Projects/Magstripe/Magstripe.h
Projects/Magstripe/Magstripe.h
+7
-7
Projects/MissileLauncher/ConfigDescriptor.c
Projects/MissileLauncher/ConfigDescriptor.c
+7
-7
Projects/MissileLauncher/ConfigDescriptor.h
Projects/MissileLauncher/ConfigDescriptor.h
+7
-7
Projects/MissileLauncher/MissileLauncher.c
Projects/MissileLauncher/MissileLauncher.c
+7
-7
Projects/MissileLauncher/MissileLauncher.h
Projects/MissileLauncher/MissileLauncher.h
+7
-7
Projects/USBtoSerial/Descriptors.c
Projects/USBtoSerial/Descriptors.c
+7
-7
Projects/USBtoSerial/Descriptors.h
Projects/USBtoSerial/Descriptors.h
+7
-7
Projects/USBtoSerial/Lib/RingBuff.c
Projects/USBtoSerial/Lib/RingBuff.c
+7
-7
Projects/USBtoSerial/Lib/RingBuff.h
Projects/USBtoSerial/Lib/RingBuff.h
+7
-7
Projects/USBtoSerial/USBtoSerial.c
Projects/USBtoSerial/USBtoSerial.c
+7
-7
Projects/USBtoSerial/USBtoSerial.h
Projects/USBtoSerial/USBtoSerial.h
+7
-7
Projects/XPLAINBridge/Descriptors.c
Projects/XPLAINBridge/Descriptors.c
+7
-7
Projects/XPLAINBridge/Descriptors.h
Projects/XPLAINBridge/Descriptors.h
+7
-7
Projects/XPLAINBridge/Lib/RingBuff.c
Projects/XPLAINBridge/Lib/RingBuff.c
+7
-7
Projects/XPLAINBridge/Lib/RingBuff.h
Projects/XPLAINBridge/Lib/RingBuff.h
+7
-7
Projects/XPLAINBridge/Lib/SoftUART.c
Projects/XPLAINBridge/Lib/SoftUART.c
+7
-7
Projects/XPLAINBridge/Lib/SoftUART.h
Projects/XPLAINBridge/Lib/SoftUART.h
+7
-7
Projects/XPLAINBridge/XPLAINBridge.c
Projects/XPLAINBridge/XPLAINBridge.c
+7
-7
Projects/XPLAINBridge/XPLAINBridge.h
Projects/XPLAINBridge/XPLAINBridge.h
+7
-7
No files found.
Bootloaders/CDC/BootloaderCDC.c
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/CDC/BootloaderCDC.h
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/CDC/Descriptors.c
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/CDC/Descriptors.h
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/DFU/BootloaderDFU.c
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/DFU/BootloaderDFU.h
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/DFU/Descriptors.c
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/DFU/Descriptors.h
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/Incomplete/MIDI/BootloaderMIDI.c
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/Incomplete/MIDI/BootloaderMIDI.h
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/Incomplete/MIDI/Descriptors.c
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/Incomplete/MIDI/Descriptors.h
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/Incomplete/MIDI/MIDI.c
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/TeensyHID/Descriptors.c
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/TeensyHID/Descriptors.h
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/TeensyHID/TeensyHID.c
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Bootloaders/TeensyHID/TeensyHID.h
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Demos/Device/ClassDriver/AudioInput/AudioInput.c
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Demos/Device/ClassDriver/AudioInput/AudioInput.h
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, 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
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 disclaim all warranties with regard to this
...
...
Demos/Device/ClassDriver/AudioInput/Descriptors.c
View file @
d4ca7fb4
...
...
@@ -9,13 +9,13 @@
/*
Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify,
and distribute this software
and its documentation for any purpose and without fee is hereby
granted, provided that the above copyright notice appear in all
copies and that both that the copyright notice and this