index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
/
Host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix invalid Event name rule in demo/project makefiles.
Dean Camera
2009-10-16
19
-19
/
+19
*
Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.
Dean Camera
2009-10-12
18
-54
/
+36
*
Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.
Dean Camera
2009-10-11
2
-0
/
+67
*
Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...
Dean Camera
2009-10-08
10
-30
/
+2633
*
Application documentation/comment cleanup.
Dean Camera
2009-10-08
19
-20
/
+17
*
Add new MIDIHost LowLevel demo application.
Dean Camera
2009-10-08
25
-74
/
+2939
*
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
*
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
7
-7
/
+7
*
Fixed PrinterHost demo returning invalid Device ID data when the attached dev...
Dean Camera
2009-09-28
1
-1
/
+7
*
Doxygen fixes to \param directives to give data direction in all projects. Ma...
Dean Camera
2009-09-24
4
-46
/
+26
*
Fix incorrect names for the HID Host protocol setting routines.
Dean Camera
2009-09-24
4
-4
/
+4
*
Fix more build errors in the LowLevel "WithParser" HID Host demos.
Dean Camera
2009-09-22
2
-2
/
+2
*
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
4
-9
/
+17
*
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
15
-14
/
+5303
*
Fix building of KeyboardHostWithParser and MouseHostWithParser demos broken b...
Dean Camera
2009-09-21
2
-8
/
+16
*
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
14
-28
/
+12
*
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
3
-0
/
+199
*
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
*
Add in new invalid event hook check targets to project makefiles to produce c...
Dean Camera
2009-09-06
14
-405
/
+651
*
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
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
*
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
*
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
13
-13
/
+13
*
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
1
-1
/
+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
*
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
3
-4
/
+3
[next]