index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
LowLevel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2010.
Dean Camera
2009-12-30
14
-28
/
+28
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
14
-98
/
+98
*
Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...
Dean Camera
2009-12-21
3
-7
/
+16
*
Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.
Dean Camera
2009-12-20
5
-28
/
+62
*
Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface...
Dean Camera
2009-12-18
1
-1
/
+1
*
Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.
Dean Camera
2009-12-17
2
-15
/
+15
*
Use -pedantic compile time option to find and correct several minor code errors.
Dean Camera
2009-12-13
2
-11
/
+11
*
Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...
Dean Camera
2009-12-09
1
-1
/
+1
*
Fix incorrect definition of Endpoint_BytesInEndpoint() for the U4 parts.
Dean Camera
2009-12-09
1
-2
/
+4
*
Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...
Dean Camera
2009-12-09
1
-1
/
+1
*
Add new USB_Host_GetDeviceStringDescriptor() convenience function.
Dean Camera
2009-12-06
2
-0
/
+32
*
Fix double oops -- Host mode settle delay was still being ignored due to inve...
Dean Camera
2009-12-04
1
-1
/
+1
*
Oops - fix Host mode pre-enumeration settle delay being ignored leading to fa...
Dean Camera
2009-12-04
1
-2
/
+0
*
Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...
Dean Camera
2009-11-29
1
-2
/
+4
*
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...
Dean Camera
2009-11-26
1
-5
/
+5
*
Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...
Dean Camera
2009-11-25
4
-8
/
+8
*
Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_...
Dean Camera
2009-11-24
1
-5
/
+6
*
Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...
Dean Camera
2009-11-24
1
-1
/
+1
*
The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...
Dean Camera
2009-11-23
1
-8
/
+4
*
Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...
Dean Camera
2009-11-20
2
-1
/
+6
*
Fix incorrect compiler error message when F_CLOCK is not defined by the user ...
Dean Camera
2009-11-15
1
-1
/
+1
*
Corrections, improvements and additions to the incomplete RNDISHost demo.
Dean Camera
2009-11-13
1
-1
/
+1
*
Minor code cleanups for clarity.
Dean Camera
2009-11-11
1
-15
/
+12
*
Update CDC Class Driver character stream functions to use the correct avr-lib...
Dean Camera
2009-11-10
7
-35
/
+35
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
3
-3
/
+3
*
Add optional pipe double banking support to the Host mode Class drivers.
Dean Camera
2009-11-07
1
-2
/
+2
*
Add double banking property to LUFA powered projects in the Projects director...
Dean Camera
2009-11-06
4
-16
/
+16
*
Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...
Dean Camera
2009-11-04
1
-19
/
+7
*
Add const attribute to class driver APIs.
Dean Camera
2009-11-03
1
-1
/
+1
*
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...
Dean Camera
2009-10-18
7
-21
/
+43
*
Fix broken Endpoint/Pipe stream templates.
Dean Camera
2009-10-04
2
-2
/
+2
*
Minor documentation fixups.
Dean Camera
2009-10-03
2
-26
/
+26
*
Removed mostly useless "TestApp" demo, as it was mainly useful only for check...
Dean Camera
2009-09-30
1
-1
/
+1
*
Doxygen fixes to \param directives to give data direction in all projects. Ma...
Dean Camera
2009-09-24
2
-2
/
+2
*
Add const qualifiers to Host mode Class drivers.
Dean Camera
2009-09-21
2
-2
/
+2
*
Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...
Dean Camera
2009-09-20
2
-1
/
+9
*
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...
Dean Camera
2009-09-09
2
-12
/
+3
*
Add StillImage Host Class Driver functions for opening and closing sessions. ...
Dean Camera
2009-09-02
2
-2
/
+2
*
Oops: Really disable building of Projects/Host/ClassDriver directory in the P...
Dean Camera
2009-08-26
1
-4
/
+8
*
Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...
Dean Camera
2009-08-25
2
-16
/
+32
*
Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...
Dean Camera
2009-08-20
2
-21
/
+21
*
Fixed invalid data being returned when a GetStatus request is issued in Devic...
Dean Camera
2009-08-18
1
-0
/
+2
*
Added beginnings of a new AVRISP-MKII clone project.
Dean Camera
2009-08-17
1
-0
/
+8
*
Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...
Dean Camera
2009-08-16
1
-0
/
+15
*
Added CDC_Device_Flush() command to the CDC Device mode class driver.
Dean Camera
2009-08-13
1
-4
/
+0
*
Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory wou...
Dean Camera
2009-08-07
1
-11
/
+2
*
Make Endpoint control transfers more reliable; early-abort when an incomplete...
Dean Camera
2009-08-06
1
-2
/
+11
*
Make Control Endpoint stream transfers more reliable by adding in early abort...
Dean Camera
2009-08-05
3
-31
/
+26
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
6
-46
/
+34
*
Cleanup and optimization of the internal serial retrieval routines.
Dean Camera
2009-08-03
2
-16
/
+11
[next]