index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new attributes to the HID Report Parser and HID Host Mode Class driver to...
Dean Camera
2009-09-21
2
-2
/
+2
*
Finish initial draft of the Host Mode HID Class driver.
Dean Camera
2009-09-21
19
-18
/
+5307
*
Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hu...
Dean Camera
2009-09-21
16
-2
/
+4190
*
Fix building of KeyboardHostWithParser and MouseHostWithParser demos broken b...
Dean Camera
2009-09-21
2
-8
/
+16
*
Fix broken KeyboardMouse ClassDriver device demo - use internal HID Class Dri...
Dean Camera
2009-09-21
1
-21
/
+0
*
Add const qualifiers to Host mode Class drivers.
Dean Camera
2009-09-21
1
-8
/
+10
*
Remove type definitions of the keyboard and mouse boot protocol report layout...
Dean Camera
2009-09-20
2
-22
/
+0
*
Add KeyboardHost HID Host Class driver demo to the library.
Dean Camera
2009-09-20
7
-3
/
+2589
*
Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc...
Dean Camera
2009-09-20
2
-6
/
+80
*
Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...
Dean Camera
2009-09-20
7
-8
/
+40
*
Added support for the officially recommended layout of the external periphera...
Dean Camera
2009-09-17
1
-6
/
+1
*
Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...
Dean Camera
2009-09-17
1
-0
/
+8
*
Fixed Low Level USBtoSerial demo not storing received characters (thanks to M...
Dean Camera
2009-09-13
1
-1
/
+1
*
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...
Dean Camera
2009-09-09
42
-84
/
+40
*
Change HID report parser so that it can calculate and record the sizes (IN, O...
Dean Camera
2009-09-09
2
-1
/
+29
*
Add Host mode Class driver demo summaries.
Dean Camera
2009-09-09
5
-2
/
+201
*
Finish Still Image Host class driver.
Dean Camera
2009-09-09
1
-1
/
+9
*
Add link to third-party signed version of the official FLIP DFU driver for 64...
Dean Camera
2009-09-07
1
-0
/
+3
*
Remove information about 64 bit Windows OS signing requirements for the CDC b...
Dean Camera
2009-09-07
6
-42
/
+0
*
Add in new invalid event hook check targets to project makefiles to produce c...
Dean Camera
2009-09-06
42
-1251
/
+1972
*
Added 64 bit OS driver installation instructions to the readme for all CDC ba...
Dean Camera
2009-09-06
6
-0
/
+42
*
Changed Still Image Host class driver to auto-fill TransactionID element of s...
Dean Camera
2009-09-06
7
-190
/
+496
*
Add StillImage Host Class Driver functions for opening and closing sessions. ...
Dean Camera
2009-09-02
5
-11
/
+31
*
Add user-filtering to the HID report parser, so that the user code can decide...
Dean Camera
2009-09-02
4
-0
/
+50
*
Fixed error in PrinterHost preventing the full page data from being sent to t...
Dean Camera
2009-09-02
3
-23
/
+11
*
Fixed StillImageHost not correctly freezing and unfreezing data pipes while w...
Dean Camera
2009-09-01
1
-8
/
+5
*
Move check for devices not supporting internal serials in demos which make us...
Dean Camera
2009-09-01
16
-32
/
+96
*
Oops - with new changes to the way the device Configuration Descriptor is ret...
Dean Camera
2009-08-31
12
-20
/
+20
*
Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...
Dean Camera
2009-08-31
15
-225
/
+178
*
Remove deleted source files from the Device mode Class driver demos to enable...
Dean Camera
2009-08-30
3
-3
/
+0
*
Added start of the Still Image Host Class driver demo and driver code.
Dean Camera
2009-08-30
8
-4
/
+2467
*
Replace -finline-limit with -fno-inline-small-functions in project makefiles.
Dean Camera
2009-08-30
39
-39
/
+39
*
Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...
Dean Camera
2009-08-27
5
-277
/
+242
*
Fix memory corruption in Host mode Mass Storage Class driver.
Dean Camera
2009-08-27
2
-2
/
+2
*
Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCapacity() to the host mo...
Dean Camera
2009-08-26
1
-4
/
+8
*
Add SCSICodes.h to the Class Driver Common folder, and automatically include ...
Dean Camera
2009-08-26
3
-87
/
+1
*
Oops: Really disable building of Projects/Host/ClassDriver directory in the P...
Dean Camera
2009-08-26
3
-2
/
+55
*
More work on the Mass Storage Host mode Class driver.
Dean Camera
2009-08-26
1
-2
/
+2
*
Fixed AVRISP programmer demo -- can now connect to a target and read/write Si...
Dean Camera
2009-08-23
2
-2
/
+4
*
Moved out the handling of V2 Protocol parameters to a seperate set of files. ...
Dean Camera
2009-08-19
1
-2
/
+2
*
Fix misspelt event name in the Class driver USBtoSerial demo, preventing corr...
Dean Camera
2009-08-16
1
-1
/
+1
*
Fix USBtoSerial device demos -- ensure the UDR1 register contents is read in ...
Dean Camera
2009-08-16
2
-2
/
+6
*
Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...
Dean Camera
2009-08-16
16
-66
/
+38
*
Adjust endpoint polling intervals for HID demos, to make them compliant with ...
Dean Camera
2009-08-13
10
-15
/
+15
*
Added explicit attribute masks to the device mode demos' descriptors.
Dean Camera
2009-08-13
21
-53
/
+50
*
Added CDC_Device_Flush() command to the CDC Device mode class driver.
Dean Camera
2009-08-13
8
-24
/
+2542
*
Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.
Dean Camera
2009-08-11
1
-1
/
+1
*
Add new functions to the HID host class driver, refine HID interface protocol...
Dean Camera
2009-08-11
4
-3
/
+28
*
Fixed swapped paremeters in the HID state memory copy call while processing a...
Dean Camera
2009-08-11
5
-22
/
+7
*
Fix issue in CDC device class driver where received data the size of the data...
Dean Camera
2009-08-11
3
-1
/
+12
[next]