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
/
Pipe.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor documentation improvements.
Dean Camera
2011-01-08
1
-25
/
+26
*
Update copyright year on all source files.
Dean Camera
2011-01-01
1
-2
/
+2
*
Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...
Dean Camera
2010-12-24
1
-1
/
+2
*
Oops - typos in the naming of the NBUSYBK0 bits breaking the new busy bank co...
Dean Camera
2010-10-29
1
-1
/
+1
*
Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPend...
Dean Camera
2010-10-29
1
-0
/
+13
*
Move RNDISConstants.h into the RNDIS class driver common definition header.
Dean Camera
2010-10-28
1
-2
/
+11
*
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean Camera
2010-10-28
1
-1
/
+1
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
1
-70
/
+71
*
Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...
Dean Camera
2010-10-12
1
-1
/
+1
*
Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.
Dean Camera
2010-10-12
1
-1
/
+1
*
Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...
Dean Camera
2010-09-30
1
-2
/
+5
*
Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...
Dean Camera
2010-08-24
1
-17
/
+30
*
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...
Dean Camera
2010-08-22
1
-264
/
+17
*
Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...
Dean Camera
2010-08-09
1
-17
/
+13
*
Convert over internal pseudo-function macros to true inline functions for add...
Dean Camera
2010-07-22
1
-321
/
+389
*
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
1
-17
/
+42
*
Removed the automated checking of event names in the demo, project and bootlo...
Dean Camera
2010-07-15
1
-3
/
+0
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
1
-46
/
+46
*
Change over Doxygen \note documentation to \pre where applicable.
Dean Camera
2010-06-15
1
-5
/
+5
*
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Dean Camera
2010-05-29
1
-13
/
+13
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-1065
/
+1065
*
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...
Dean Camera
2010-04-13
1
-7
/
+5
*
Add file-level brief documentation.
Dean Camera
2010-03-29
1
-0
/
+10
*
Fix incorrect error when directly including the LUFA internal USB library com...
Dean Camera
2010-02-24
1
-1
/
+1
*
Revert changes made for the partial port to the AVR32 architecture.
Dean Camera
2010-02-24
1
-103
/
+7
*
More AVR32 achitecture ports.
Dean Camera
2010-02-24
1
-0
/
+4
*
More porting of the USB core to the AVR32.
Dean Camera
2010-02-23
1
-16
/
+51
*
Start porting the USB core to the AVR32 UC3B.
Dean Camera
2010-02-23
1
-4
/
+61
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
1
-0
/
+5
*
Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...
Dean Camera
2010-02-01
1
-2
/
+8
*
Update copyright year to 2010.
Dean Camera
2009-12-30
1
-2
/
+2
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
1
-7
/
+7
*
Use -pedantic compile time option to find and correct several minor code errors.
Dean Camera
2009-12-13
1
-1
/
+1
*
Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...
Dean Camera
2009-11-25
1
-1
/
+1
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
1
-1
/
+1
*
Add double banking property to LUFA powered projects in the Projects director...
Dean Camera
2009-11-06
1
-6
/
+6
*
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...
Dean Camera
2009-10-18
1
-6
/
+6
*
Minor documentation fixups.
Dean Camera
2009-10-03
1
-13
/
+13
*
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
1
-1
/
+1
*
Add const qualifiers to Host mode Class drivers.
Dean Camera
2009-09-21
1
-1
/
+1
*
Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...
Dean Camera
2009-09-20
1
-0
/
+8
*
Add StillImage Host Class Driver functions for opening and closing sessions. ...
Dean Camera
2009-09-02
1
-1
/
+1
*
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
1
-8
/
+16
*
Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...
Dean Camera
2009-08-20
1
-10
/
+10
*
Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.
Dean Camera
2009-07-26
1
-3
/
+21
*
Move unfinished SideShow source files to nested Lib directory for clarity.
Dean Camera
2009-07-20
1
-5
/
+0
*
Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with en...
Dean Camera
2009-07-19
1
-1
/
+1
[next]