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
*
Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...
Dean Camera
2009-11-04
2
-22
/
+22
*
Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port...
Dean Camera
2009-11-03
13
-4
/
+3195
*
Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.
Dean Camera
2009-11-03
8
-17
/
+67
*
Make HID device class driver ignore the previous HID report comparison buffer...
Dean Camera
2009-10-26
1
-18
/
+18
*
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...
Dean Camera
2009-10-18
23
-6825
/
+0
*
Fix invalid Event name rule in demo/project makefiles.
Dean Camera
2009-10-16
47
-64
/
+64
*
Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v...
Dean Camera
2009-10-14
5
-5
/
+3
*
Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.
Dean Camera
2009-10-12
50
-308
/
+173
*
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
12
-34
/
+2637
*
Application documentation/comment cleanup.
Dean Camera
2009-10-08
36
-43
/
+33
*
Add new MIDIHost LowLevel demo application.
Dean Camera
2009-10-08
26
-76
/
+2941
*
Fix broken Endpoint/Pipe stream templates.
Dean Camera
2009-10-04
2
-38
/
+24
*
Changed Audio Class driver sample read/write functions to be inline, to reduc...
Dean Camera
2009-10-03
3
-20
/
+17
*
Cleanups to the Device mode Mass Storage demo applications' SCSI routines.
Dean Camera
2009-10-02
5
-115
/
+61
*
Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...
Dean Camera
2009-09-30
2
-0
/
+2
*
Removed mostly useless "TestApp" demo, as it was mainly useful only for check...
Dean Camera
2009-09-30
2
-5
/
+29
*
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
24
-511
/
+737
*
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
6
-13
/
+25
*
Move Dataflash operational checking code out from SCSI.c into the DataflashMa...
Dean Camera
2009-09-22
6
-58
/
+74
*
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
[next]