index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Endpoint.h
Age
Commit message (
Expand
)
Author
2011-02-19
Initial restructuring of the core USB driver module to support multiple archi...
Dean
2011-02-19
Add new ARCH option to the makefiles to (eventually) specify the target devic...
Dean
2011-01-16
Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver.
Dean
2011-01-08
Minor documentation improvements.
Dean
2011-01-01
Update copyright year on all source files.
Dean
2010-12-24
Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...
Dean
2010-10-29
Oops - typos in the naming of the NBUSYBK0 bits breaking the new busy bank co...
Dean
2010-10-29
Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPend...
Dean
2010-10-28
Move RNDISConstants.h into the RNDIS class driver common definition header.
Dean
2010-10-28
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean
2010-10-13
Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha...
Dean
2010-10-13
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean
2010-10-12
Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.
Dean
2010-09-30
Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...
Dean
2010-09-24
Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() cal...
Dean
2010-08-24
Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...
Dean
2010-08-22
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...
Dean
2010-08-09
Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...
Dean
2010-07-27
Use static inline intermediatary functions in Endpoint.h to handle the maskin...
Dean
2010-07-27
Move over message ID specific header data to unions inside the standard TMC h...
Dean
2010-07-22
Convert over internal pseudo-function macros to true inline functions for add...
Dean
2010-07-21
Add missing const qualifiers to class drivers.
Dean
2010-07-15
Removed the automated checking of event names in the demo, project and bootlo...
Dean
2010-06-17
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean
2010-06-15
Change over Doxygen \note documentation to \pre where applicable.
Dean
2010-05-29
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-05-03
Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...
Dean
2010-04-13
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...
Dean
2010-03-29
Add file-level brief documentation.
Dean
2010-02-24
Fix incorrect error when directly including the LUFA internal USB library com...
Dean
2010-02-24
Revert changes made for the partial port to the AVR32 architecture.
Dean
2010-02-24
More AVR32 achitecture ports.
Dean
2010-02-23
More porting of the USB core to the AVR32.
Dean
2010-02-23
Start porting the USB core to the AVR32 UC3B.
Dean
2010-02-11
Add more include protection macros to give the user warnings when they try to...
Dean
2010-02-01
Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...
Dean
2009-12-30
Update copyright year to 2010.
Dean
2009-12-28
Fix MIT license language to make its intent clearer.
Dean
2009-12-09
Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...
Dean
2009-12-09
Fix incorrect definition of Endpoint_BytesInEndpoint() for the U4 parts.
Dean
2009-12-09
Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...
Dean
2009-11-10
Update CDC Class Driver character stream functions to use the correct avr-lib...
Dean
2009-11-09
Spell check all source code variables, comments and strings.
Dean
2009-11-06
Add double banking property to LUFA powered projects in the Projects director...
Dean
2009-10-18
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...
Dean
2009-10-03
Minor documentation fixups.
Dean
2009-09-24
Doxygen fixes to \param directives to give data direction in all projects. Ma...
Dean
2009-09-02
Add StillImage Host Class Driver functions for opening and closing sessions. ...
Dean
2009-08-25
Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...
Dean
[next]