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