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
*
Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...
Dean Camera
2009-11-30
1
-0
/
+2
*
Better checking of whether a packet is received in the RNDISEthernetHost Clas...
Dean Camera
2009-11-27
2
-6
/
+12
*
Make the RNDISEthernetHost Class driver demo print out incomming packets from...
Dean Camera
2009-11-26
2
-1
/
+20
*
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...
Dean Camera
2009-11-26
6
-0
/
+2586
*
Make the StandaloneProgrammer project seamlessly read out drive contents from...
Dean Camera
2009-11-24
1
-1
/
+1
*
Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.
Dean Camera
2009-11-23
1
-3
/
+3
*
Fixed LowLevel Keyboard demo not saving the issued report only after it has b...
Dean Camera
2009-11-20
2
-2
/
+2
*
Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...
Dean Camera
2009-11-13
10
-20
/
+20
*
Added new stream creation function to the CDC Class drivers, to easily make s...
Dean Camera
2009-11-10
1
-22
/
+0
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
3
-3
/
+3
*
Fixed HID host Class driver report send/receive report broken when issued thr...
Dean Camera
2009-11-09
2
-2
/
+0
*
Add optional pipe double banking support to the Host mode Class drivers.
Dean Camera
2009-11-07
9
-0
/
+29
*
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
[next]