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 Webserver project Doxygen configuration file and overview document.
Dean Camera
2010-01-25
50
-50
/
+50
*
Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh...
Dean Camera
2010-01-25
3
-23
/
+6
*
Added explicit ADC channel masks for the standard set of ADC channels, as the...
Dean Camera
2010-01-25
4
-2
/
+8
*
Fix up the incomplete Webserver project so that it integrates with the uIP st...
Dean Camera
2010-01-21
2
-1
/
+7
*
Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...
Dean Camera
2010-01-19
1
-2
/
+2
*
Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ...
Dean Camera
2010-01-12
4
-8
/
+8
*
Update Doxygen configuration files to the latest Doxygen version.
Dean Camera
2010-01-06
50
-31550
/
+35450
*
Added support to the MIDI Class drivers for packed data, where multiple MIDI ...
Dean Camera
2010-01-05
4
-2
/
+4
*
Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...
Dean Camera
2010-01-04
2
-6
/
+14
*
Clean up MassStorageKeyboard demo.
Dean Camera
2010-01-03
4
-30
/
+17
*
Update copyright year to 2010.
Dean Camera
2009-12-30
288
-579
/
+579
*
Fix TemperatureDataLogger - sample tick timer wasn't being initialized in the...
Dean Camera
2009-12-30
2
-16
/
+11
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
279
-1967
/
+1967
*
Test with -Wextra, fix library warnings due to unused function parameters.
Dean Camera
2009-12-13
1
-1
/
+1
*
Use -pedantic compile time option to find and correct several minor code errors.
Dean Camera
2009-12-13
3
-20
/
+20
*
Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...
Dean Camera
2009-12-09
48
-102
/
+104
*
Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDrive...
Dean Camera
2009-12-08
2
-1
/
+2
*
Fix newly renamed VirtualSerial demos' include filename references so that th...
Dean Camera
2009-12-07
15
-37
/
+37
*
Additional file renames and modifications to change CDC demos to VirtualSerial.
Dean Camera
2009-12-07
44
-40
/
+40
*
Rename CDC demos to VirtualSerial.
Dean Camera
2009-12-07
52
-0
/
+0
*
Fixed Mass Storage Host Class driver and Low Level demo not clearing the erro...
Dean Camera
2009-12-04
1
-2
/
+9
*
Fixed HID Parser not distributing the Usage Min and Usage Max values across a...
Dean Camera
2009-12-04
2
-2
/
+2
*
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
*
Make MIDI device demos also turn off the on board LEDs if MIDI Note On messag...
Dean Camera
2009-11-26
2
-3
/
+4
*
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...
Dean Camera
2009-11-26
10
-23
/
+2626
*
Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver.
Dean Camera
2009-11-25
1
-1
/
+1
*
Fix more Doxygen errors from missing parameter documentation.
Dean Camera
2009-11-25
1
-0
/
+1
*
Fix build and Doxygen errors.
Dean Camera
2009-11-25
10
-7
/
+14
*
Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...
Dean Camera
2009-11-25
14
-52
/
+1668
*
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
*
Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...
Dean Camera
2009-11-23
17
-16
/
+21
*
Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt dat...
Dean Camera
2009-11-23
3
-63
/
+11
*
The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...
Dean Camera
2009-11-23
1
-61
/
+0
*
Removed code to zero reports between two keyboard reports with differing numb...
Dean Camera
2009-11-23
2
-21
/
+2
*
Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...
Dean Camera
2009-11-20
4
-7
/
+7
*
Fixed LowLevel Keyboard demo not saving the issued report only after it has b...
Dean Camera
2009-11-20
9
-33
/
+64
*
Fix doxygen documentation - doxygen was getting confused on the variable-leng...
Dean Camera
2009-11-17
1
-1
/
+1
*
Make RNDISHost demo validate the set Packet Filter to ensure that it is being...
Dean Camera
2009-11-17
5
-7
/
+24
*
Cleanups to the MassStorage Device demos, and the MassStorage Device Class dr...
Dean Camera
2009-11-15
4
-36
/
+24
*
Corrections, improvements and additions to the incomplete RNDISHost demo.
Dean Camera
2009-11-13
9
-57
/
+78
*
Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...
Dean Camera
2009-11-13
24
-35
/
+35
*
Extend incomplete RNDISHost demo -- can not enumerate a RNDIS device correctl...
Dean Camera
2009-11-13
5
-14
/
+186
*
Add beginnings of a RNDIS Ethernet Host demo.
Dean Camera
2009-11-12
8
-0
/
+1806
*
Minor code cleanups for clarity.
Dean Camera
2009-11-11
2
-4
/
+4
*
Added new stream creation function to the CDC Class drivers, to easily make s...
Dean Camera
2009-11-10
3
-44
/
+13
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
24
-26
/
+26
*
Fixed HID host Class driver report send/receive report broken when issued thr...
Dean Camera
2009-11-09
2
-2
/
+0
[next]