Fix endianness issues in the Service Discovery Protocol service of the incomplete...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / LowLevel.h
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-28 Dean CameraRelocate USBInterrupt.c/.h from the HighLevel USB drive...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-04-13 Dean CameraRemoved two-step endpoint/pipe bank clear and switch...
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-02-24 Dean CameraFix incorrect error when directly including the LUFA...
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-24 Dean CameraMore AVR32 achitecture ports.
2010-02-23 Dean CameraMore porting of the USB core to the AVR32.
2010-02-23 Dean CameraStart porting the USB core to the AVR32 UC3B.
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-01-16 Dean CameraFix incorrect preprocessor checks in the PLL prescaler...
2010-01-15 Dean CameraFixed invalid USB controller PLL prescaler values for...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-29 Dean CameraFixed USB driver failing to define the PLL prescaler...
2009-11-23 Dean CameraThe incomplete StandaloneProgrammer project now uses...
2009-11-15 Dean CameraFix incorrect compiler error message when F_CLOCK is...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-07-29 Dean CameraCleanup USBMode.h to simplify preprocessor logic.
2009-07-21 Dean CameraSlight changes to TeensyHID bootloader to ensure it...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-14 Dean CameraFix errors from last commit.
2009-06-14 Dean CameraChanged per-device controller preprocessor checks over...
2009-06-08 Dean CameraConverted Host mode demos to schedulerless. Fixed host...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-13 Dean CameraMoved USB Host state machine code out from USBTask...
2009-05-04 Dean CameraChanged PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64...
2009-05-03 Dean CameraFixed naming of OTG.h functions, to make them consisten...
2009-05-03 Dean CameraMore minor renaming of library enums and events to...
2009-04-22 Dean CameraDocumentation enhancements to improve documentation...
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-05 Dean CameraRemoved all binary constants and replaced with decimal...
2009-04-05 Dean CameraMove StdRequestType.h, StreamCallbacks.h, USBMode.h...
2009-03-31 Dean CameraCommit for the 090401 release.
2009-03-10 Dean CameraFixed incorrect/missing control status stage transfers...
2009-02-26 Dean CameraMakefiles and library modified to add a new F_CLOCK...
2009-02-23 Dean CameraMoved all source to the trunk directory.