index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
lufa
/
Demos
/
Device
/
LowLevel
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'lib/lufa/Demos/Device/LowLevel')
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioInput/AudioInput.c
259
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioInput/AudioInput.h
82
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioInput/AudioInput.txt
87
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioInput/Config/AppConfig.h
51
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioInput/Config/LUFAConfig.h
93
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioInput/Descriptors.c
312
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioInput/Descriptors.h
106
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioInput/asf.xml
52
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioInput/doxyfile
2395
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioInput/makefile
43
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioOutput/AudioOutput.c
293
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioOutput/AudioOutput.h
74
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
92
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioOutput/Config/AppConfig.h
50
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioOutput/Config/LUFAConfig.h
93
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioOutput/Descriptors.c
312
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioOutput/Descriptors.h
106
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioOutput/asf.xml
51
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioOutput/doxyfile
2395
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/AudioOutput/makefile
43
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/BulkVendor.c
136
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/BulkVendor.h
76
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/BulkVendor.txt
69
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/Config/LUFAConfig.h
126
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/Descriptors.c
194
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/Descriptors.h
96
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/HostTestApp/test_bulk_vendor.py
67
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/WindowsDriver/LUFA_Bulk_Vendor_Demo.inf
bin
8150 -> 0 bytes
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/WindowsDriver/amd64/libusb0.dll
bin
76384 -> 0 bytes
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/WindowsDriver/amd64/libusb0.sys
bin
52832 -> 0 bytes
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/WindowsDriver/ia64/libusb0.dll
bin
157792 -> 0 bytes
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/WindowsDriver/ia64/libusb0.sys
bin
110176 -> 0 bytes
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/WindowsDriver/installer_x64.exe
bin
25088 -> 0 bytes
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/WindowsDriver/installer_x86.exe
bin
23552 -> 0 bytes
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/WindowsDriver/license/libusb0/installer_license.txt
851
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/WindowsDriver/x86/libusb0.sys
bin
42592 -> 0 bytes
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/WindowsDriver/x86/libusb0_x86.dll
bin
67680 -> 0 bytes
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/asf.xml
61
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/doxyfile
2397
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/BulkVendor/makefile
43
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/Config/LUFAConfig.h
126
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/Descriptors.c
360
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/Descriptors.h
135
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.c
299
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.h
77
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt
89
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf
66
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/asf.xml
62
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/doxyfile
2395
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/makefile
43
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/GenericHID/Config/AppConfig.h
48
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/GenericHID/Config/LUFAConfig.h
126
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/GenericHID/Descriptors.c
238
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/GenericHID/Descriptors.h
99
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/GenericHID/GenericHID.c
253
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/GenericHID/GenericHID.h
81
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/GenericHID/GenericHID.txt
79
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/GenericHID/HostTestApp/test_generic_hid.py
96
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/GenericHID/asf.xml
63
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/GenericHID/doxyfile
2396
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/GenericHID/makefile
43
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Joystick/Config/LUFAConfig.h
126
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Joystick/Descriptors.c
240
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Joystick/Descriptors.h
99
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Joystick/Joystick.c
217
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Joystick/Joystick.h
91
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Joystick/Joystick.txt
77
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Joystick/asf.xml
62
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Joystick/doxyfile
2395
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Joystick/makefile
43
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Keyboard/Config/LUFAConfig.h
126
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Keyboard/Descriptors.c
255
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Keyboard/Descriptors.h
98
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Keyboard/Keyboard.c
383
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Keyboard/Keyboard.h
85
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Keyboard/Keyboard.txt
76
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Keyboard/asf.xml
62
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Keyboard/doxyfile
2395
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Keyboard/makefile
43
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/KeyboardMouse/Config/LUFAConfig.h
126
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/KeyboardMouse/Descriptors.c
346
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/KeyboardMouse/Descriptors.h
107
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.c
321
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.h
77
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.txt
81
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/KeyboardMouse/asf.xml
62
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/KeyboardMouse/doxyfile
2395
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/KeyboardMouse/makefile
43
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MIDI/Config/LUFAConfig.h
126
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MIDI/Descriptors.c
314
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MIDI/Descriptors.h
108
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MIDI/MIDI.c
224
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MIDI/MIDI.h
76
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MIDI/MIDI.txt
78
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MIDI/asf.xml
62
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MIDI/doxyfile
2395
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MIDI/makefile
43
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/Config/AppConfig.h
50
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/Config/LUFAConfig.h
126
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/Descriptors.c
194
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/Descriptors.h
98
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.c
530
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h
86
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/Lib/SCSI.c
344
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
150
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/MassStorage.c
332
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/MassStorage.h
92
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/MassStorage.txt
100
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/asf.xml
67
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/doxyfile
2395
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/MassStorage/makefile
43
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Mouse/Config/LUFAConfig.h
126
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Mouse/Descriptors.c
240
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Mouse/Descriptors.h
93
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Mouse/Mouse.c
311
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Mouse/Mouse.h
81
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Mouse/Mouse.txt
76
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Mouse/asf.xml
62
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Mouse/doxyfile
2395
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/Mouse/makefile
43
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/RNDISEthernet/Config/AppConfig.h
60
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/RNDISEthernet/Config/LUFAConfig.h
126
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/RNDISEthernet/Descriptors.c
244
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/RNDISEthernet/Descriptors.h
112
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/RNDISEthernet/LUFA RNDIS.inf
59
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.c
87
-rw-r--r--
lib/lufa/Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h
78