Fix up the incomplete Webserver project so that it integrates with the uIP stack...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / LowLevel.h
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.