index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
/
Host
/
ClassDriver
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add double banking property to LUFA powered projects in the Projects director...
Dean Camera
2009-11-06
1
-3
/
+8
*
Added new Printer Host mode Class driver.
Dean Camera
2009-11-04
6
-0
/
+2582
*
Add support for Mouse Scrollwheel to the MouseHostWithParser demos.
Dean Camera
2009-11-04
3
-4
/
+22
*
Added new JoystickHostWithParser demos to the library.
Dean Camera
2009-11-04
7
-4
/
+2675
*
Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.
Dean Camera
2009-11-03
4
-7
/
+34
*
Fix invalid Event name rule in demo/project makefiles.
Dean Camera
2009-10-16
8
-8
/
+8
*
Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.
Dean Camera
2009-10-12
8
-24
/
+16
*
Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.
Dean Camera
2009-10-11
1
-0
/
+21
*
Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...
Dean Camera
2009-10-08
6
-0
/
+2619
*
Application documentation/comment cleanup.
Dean Camera
2009-10-08
7
-7
/
+7
*
Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...
Dean Camera
2009-09-30
2
-0
/
+2
*
Fix missing semicolons in the *WithParser Host mode demos.
Dean Camera
2009-09-29
2
-2
/
+2
*
Remove old OTG demo directory with useless TestApp demo. Add new DualRole dir...
Dean Camera
2009-09-29
5
-5
/
+5
*
Doxygen fixes to \param directives to give data direction in all projects. Ma...
Dean Camera
2009-09-24
2
-23
/
+13
*
Fix incorrect names for the HID Host protocol setting routines.
Dean Camera
2009-09-24
4
-4
/
+4
*
Fix broken Host ClassDriver MouseHostWithParser demo.
Dean Camera
2009-09-22
1
-1
/
+1
*
Add new error condition to the HID Report Parser for when a report is parsed ...
Dean Camera
2009-09-22
2
-4
/
+4
*
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
13
-10
/
+5299
*
Add const qualifiers to Host mode Class drivers.
Dean Camera
2009-09-21
1
-8
/
+10
*
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
2
-2
/
+34
*
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
*
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...
Dean Camera
2009-09-09
4
-8
/
+2
*
Add Host mode Class driver demo summaries.
Dean Camera
2009-09-09
3
-0
/
+199
*
Finish Still Image Host class driver.
Dean Camera
2009-09-09
1
-1
/
+9
*
Add in new invalid event hook check targets to project makefiles to produce c...
Dean Camera
2009-09-06
4
-120
/
+188
*
Changed Still Image Host class driver to auto-fill TransactionID element of s...
Dean Camera
2009-09-06
1
-2
/
+4
*
Add StillImage Host Class Driver functions for opening and closing sessions. ...
Dean Camera
2009-09-02
1
-1
/
+21
*
Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...
Dean Camera
2009-08-31
4
-12
/
+8
*
Added start of the Still Image Host Class driver demo and driver code.
Dean Camera
2009-08-30
5
-0
/
+2463
*
Replace -finline-limit with -fno-inline-small-functions in project makefiles.
Dean Camera
2009-08-30
3
-3
/
+3
*
Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...
Dean Camera
2009-08-27
1
-1
/
+3
*
Fix memory corruption in Host mode Mass Storage Class driver.
Dean Camera
2009-08-27
1
-1
/
+1
*
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
1
-1
/
+1
*
Oops: Really disable building of Projects/Host/ClassDriver directory in the P...
Dean Camera
2009-08-26
2
-1
/
+54
*
More work on the Mass Storage Host mode Class driver.
Dean Camera
2009-08-26
1
-2
/
+2
*
Added explicit attribute masks to the device mode demos' descriptors.
Dean Camera
2009-08-13
1
-4
/
+1
*
Added CDC_Device_Flush() command to the CDC Device mode class driver.
Dean Camera
2009-08-13
5
-1
/
+2530
*
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
2
-3
/
+2
*
Fix issue in CDC device class driver where received data the size of the data...
Dean Camera
2009-08-11
3
-1
/
+12
*
Make Endpoint control transfers more reliable; early-abort when an incomplete...
Dean Camera
2009-08-06
2
-12
/
+12
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
4
-20
/
+20
*
Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...
Dean Camera
2009-08-02
2
-6
/
+4
*
Change project makefiles so that the current target settings and not just the...
Dean Camera
2009-07-28
2
-78
/
+42
*
State information for class drivers is now zeroed out during enumeration (bot...
Dean Camera
2009-07-27
2
-10
/
+0
[prev]
[next]