index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Doxygen typos in Device.h.
Dean Camera
2010-08-24
1
-3
/
+3
*
Optimise Endpoint_ConfigureEndpoint_Prv() function to produce smaller code wh...
Dean Camera
2010-08-22
1
-0
/
+11
*
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...
Dean Camera
2010-08-22
14
-1143
/
+1294
*
Changed all Device mode LowLevel demos and Device Class drivers so that the c...
Dean Camera
2010-08-22
5
-31
/
+16
*
Moved calls to Device mode Class Driver events to after the request has been ...
Dean Camera
2010-08-22
2
-8
/
+11
*
Added compile time error to the AVRISP-MKII project when built for the U4 chi...
Dean Camera
2010-08-22
1
-0
/
+2
*
Clarify in the documentation that the Audio demos and driver is for the Audio...
Dean Camera
2010-08-21
3
-7
/
+7
*
Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...
Dean Camera
2010-08-20
2
-17
/
+75
*
Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ...
Dean Camera
2010-08-20
1
-0
/
+5
*
Fixed USB_GetHIDReportItemInfo() function modifying the given report item's d...
Dean Camera
2010-08-10
2
-6
/
+8
*
Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...
Dean Camera
2010-08-09
3
-140
/
+111
*
Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...
Dean Camera
2010-08-02
1
-30
/
+30
*
Fix XPLAINBridge project discarding characters from the USB interface due to ...
Dean Camera
2010-08-01
5
-32
/
+27
*
Fixed Serial peripheral driver not turning off the USART before reconfiguring...
Dean Camera
2010-07-31
1
-9
/
+11
*
Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...
Dean Camera
2010-07-30
2
-2
/
+2
*
More spell checking of all source files -- correct missed errors, switch to E...
Dean Camera
2010-07-30
22
-24
/
+24
*
Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...
Dean Camera
2010-07-30
4
-37
/
+60
*
Spell check all source files once again to find any typos.
Dean Camera
2010-07-29
2
-7
/
+7
*
Add special support to the AVRISP-MKII for the new model USBTINY-MKII's addit...
Dean Camera
2010-07-29
1
-1
/
+4
*
Oops - remove duplicated SPI driver init mask.
Dean Camera
2010-07-29
1
-3
/
+0
*
Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi...
Dean Camera
2010-07-29
1
-1
/
+10
*
Use static inline intermediatary functions in Endpoint.h to handle the maskin...
Dean Camera
2010-07-27
1
-14
/
+36
*
Move over message ID specific header data to unions inside the standard TMC h...
Dean Camera
2010-07-27
1
-2
/
+2
*
Rename reserved members of all structs so that they are uniformly named acros...
Dean Camera
2010-07-26
2
-7
/
+7
*
Update size of compiled Mouse demo in documentation, fix indenting in Device.h.
Dean Camera
2010-07-23
1
-1
/
+1
*
Convert over internal pseudo-function macros to true inline functions for add...
Dean Camera
2010-07-22
17
-1025
/
+1586
*
Replace internal Pipe_BytesToEPSizeMask() routine with a new version which re...
Dean Camera
2010-07-21
1
-12
/
+10
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
65
-276
/
+524
*
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean Camera
2010-07-21
15
-46
/
+58
*
Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...
Dean Camera
2010-07-21
3
-208
/
+198
*
Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to...
Dean Camera
2010-07-20
1
-1
/
+1
*
Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
Dean Camera
2010-07-19
27
-44
/
+45
*
Removed the automated checking of event names in the demo, project and bootlo...
Dean Camera
2010-07-15
6
-19
/
+11
*
Fixed HID device class driver still using PrevReportINBuffer for GetReport co...
Dean Camera
2010-07-15
1
-1
/
+1
*
Added const attributes to some of the class driver function parameters that w...
Dean Camera
2010-07-13
16
-41
/
+43
*
Add missing eol-style properties to new source files.
Dean Camera
2010-07-12
1
-52
/
+52
*
Make main readme file easier to read, and make documentation build instructio...
Dean Camera
2010-07-06
1
-2
/
+2
*
Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...
Dean Camera
2010-07-02
3
-50
/
+72
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
42
-880
/
+887
*
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean Camera
2010-06-16
16
-28
/
+28
*
Fix HID parser documentation for the default maximum report/path/etc. element...
Dean Camera
2010-06-15
1
-2
/
+2
*
Change over Doxygen \note documentation to \pre where applicable.
Dean Camera
2010-06-15
13
-114
/
+109
*
Slight improvements to the reliability of the software UART in the XPLAINBrid...
Dean Camera
2010-06-12
1
-1
/
+1
*
Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...
Dean Camera
2010-06-12
2
-5
/
+8
*
Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ...
Dean Camera
2010-06-08
10
-45
/
+63
*
Fixed incorrect function references in the Mass Storage Class driver document...
Dean Camera
2010-06-03
2
-2
/
+4
*
More documentation fixes.
Dean Camera
2010-06-03
5
-17
/
+17
*
Minor documentation cleanups.
Dean Camera
2010-06-03
30
-68
/
+68
*
Oops - descriptor pointer should be assigned, not incremented with the new ty...
Dean Camera
2010-06-02
1
-1
/
+1
*
Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...
Dean Camera
2010-06-02
1
-16
/
+4
[next]