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
Age
Commit message (
Expand
)
Author
2010-08-22
Optimise Endpoint_ConfigureEndpoint_Prv() function to produce smaller code wh...
Dean
2010-08-22
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...
Dean
2010-08-22
Added compile time error to the AVRISP-MKII project when built for the U4 chi...
Dean
2010-08-20
Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...
Dean
2010-08-09
Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...
Dean
2010-07-30
More spell checking of all source files -- correct missed errors, switch to E...
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-23
Update size of compiled Mouse demo in documentation, fix indenting in Device.h.
Dean
2010-07-22
Convert over internal pseudo-function macros to true inline functions for add...
Dean
2010-07-21
Replace internal Pipe_BytesToEPSizeMask() routine with a new version which re...
Dean
2010-07-21
Add missing const qualifiers to class drivers.
Dean
2010-07-21
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean
2010-07-15
Removed the automated checking of event names in the demo, project and bootlo...
Dean
2010-07-12
Add missing eol-style properties to new source files.
Dean
2010-07-02
Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...
Dean
2010-06-17
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean
2010-06-16
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean
2010-06-15
Change over Doxygen \note documentation to \pre where applicable.
Dean
2010-06-12
Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...
Dean
2010-06-03
More documentation fixes.
Dean
2010-05-30
Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...
Dean
2010-05-29
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Dean
2010-05-26
The EEPROM stream read/write functions now use eeprom_update_byte() instead o...
Dean
2010-05-13
Remove incorrect check for the current device state in the Set Configuration ...
Dean
2010-05-13
Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...
Dean
2010-05-11
Fix nasty bug in USBInterrupt.c which would cause a lockup if the control end...
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-05-04
Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...
Dean
2010-05-04
Fixed device state not being reset back to the default state if the host sets...
Dean
2010-05-03
Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...
Dean
2010-04-28
Oops - relocated USBInterrupt.h header file requires adjusted include paths f...
Dean
2010-04-28
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...
Dean
2010-04-28
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean
2010-04-14
Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...
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-03-17
Software PDI mode breaks unless the software USART has 100 cycles between bits.
Dean
2010-03-09
Fix incorrect LED mask name in the Webserver project.
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
2010-01-16
Fix incorrect preprocessor checks in the PLL prescaler mask determination cod...
Dean
2010-01-15
Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers
Dean
2009-12-30
Update copyright year to 2010.
Dean
2009-12-28
Fix MIT license language to make its intent clearer.
Dean
[prev]
[next]