Changed all Device mode LowLevel demos and Device Class drivers so that the control...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel /
2010-08-22 Dean CameraAdded compile time error to the AVRISP-MKII project...
2010-08-20 Dean CameraFixed critical pipe/endpoint memory allocation issue...
2010-08-09 Dean CameraRemoved complicated logic for the Endpoint_ConfigureEnd...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-27 Dean CameraUse static inline intermediatary functions in Endpoint...
2010-07-27 Dean CameraMove over message ID specific header data to unions...
2010-07-23 Dean CameraUpdate size of compiled Mouse demo in documentation...
2010-07-22 Dean CameraConvert over internal pseudo-function macros to true...
2010-07-21 Dean CameraReplace internal Pipe_BytesToEPSizeMask() routine with...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-21 Dean CameraMove and rename DevChaper9.c/.h and HostChapter9.c...
2010-07-15 Dean CameraRemoved the automated checking of event names in the...
2010-07-12 Dean CameraAdd missing eol-style properties to new source files.
2010-07-02 Dean CameraAdded new Drivers/USB/LowLevel/Device.c file to house...
2010-06-17 Dean CameraRenamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
2010-06-16 Dean CameraSpell check code and manual pages. Remove custom Doxyge...
2010-06-15 Dean CameraChange over Doxygen \note documentation to \pre where...
2010-06-12 Dean CameraSpeed up calls to Pipe_IsPipeBound() by immediately...
2010-06-03 Dean CameraMore documentation fixes.
2010-05-30 Dean CameraFixed internal device serial not being accessible on...
2010-05-29 Dean CameraFix spacing of the function parameter descriptions...
2010-05-26 Dean CameraThe EEPROM stream read/write functions now use eeprom_u...
2010-05-13 Dean CameraRemove incorrect check for the current device state...
2010-05-13 Dean CameraFixed possible device lockup when INTERRUPT_CONTROL_END...
2010-05-11 Dean CameraFix nasty bug in USBInterrupt.c which would cause a...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-04 Dean CameraFixed INTERRUPT_CONTROL_ENDPOINT compile time option...
2010-05-04 Dean CameraFixed device state not being reset back to the default...
2010-05-03 Dean CameraAdded new ENDPOINT_*_BusSuspended error code to the...
2010-04-28 Dean CameraOops - relocated USBInterrupt.h header file requires...
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-14 Dean CameraFixed Set/Clear Feature requests directed to a non...
2010-04-13 Dean CameraRemoved two-step endpoint/pipe bank clear and switch...
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-03-17 Dean CameraSoftware PDI mode breaks unless the software USART...
2010-03-09 Dean CameraFix incorrect LED mask name in the Webserver project.
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-02-01 Dean CameraFixed Pipe_IsEndpointBound() function not taking the...
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-12-21 Dean CameraEnsure that unsupported SetFeature/ClearFeature request...
2009-12-20 Dean CameraAdded new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAK...
2009-12-18 Dean CameraFixed USB_CurrentMode not being reset to USB_MODE_NONE...
2009-12-17 Dean CameraUn-inline the SendAddress function in NVMTarget.c/...
2009-12-13 Dean CameraUse -pedantic compile time option to find and correct...
2009-12-09 Dean CameraFix inverted bit-banged USART logic in the AVRISP proje...
2009-12-09 Dean CameraFix incorrect definition of Endpoint_BytesInEndpoint...
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-12-06 Dean CameraAdd new USB_Host_GetDeviceStringDescriptor() convenienc...
2009-12-04 Dean CameraFix double oops -- Host mode settle delay was still...
2009-12-04 Dean CameraOops - fix Host mode pre-enumeration settle delay being...
2009-11-29 Dean CameraFixed USB driver failing to define the PLL prescaler...
2009-11-26 Dean CameraAdded new RNDIS Host class driver and the beginnings...
2009-11-25 Dean CameraAdded new RNDISHost Host LowLevel demo. Fixed misnamed...
2009-11-24 Dean CameraFixed host state machine not enabling Auto VBUS mode...
2009-11-24 Dean CameraFixed broken USB_GetNextDescriptor() function causing...
2009-11-23 Dean CameraThe incomplete StandaloneProgrammer project now uses...
2009-11-20 Dean CameraFixed Endpoint_Write_Control_Stream_* functions not...
2009-11-15 Dean CameraFix incorrect compiler error message when F_CLOCK is...
2009-11-13 Dean CameraCorrections, improvements and additions to the incomple...
2009-11-11 Dean CameraMinor code cleanups for clarity.
2009-11-10 Dean CameraUpdate CDC Class Driver character stream functions...
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-11-06 Dean CameraAdd double banking property to LUFA powered projects...
2009-11-04 Dean CameraUpdate DevChapter9.c - use the Endpoint_ClearStatusStag...
2009-11-03 Dean CameraAdd const attribute to class driver APIs.
2009-10-18 Dean CameraMoved USBtoSerial demo the Projects directory, as it...
2009-10-04 Dean CameraFix broken Endpoint/Pipe stream templates.
2009-10-03 Dean CameraMinor documentation fixups.
2009-09-30 Dean CameraRemoved mostly useless "TestApp" demo, as it was mainly...
2009-09-24 Dean CameraDoxygen fixes to \param directives to give data directi...
2009-09-21 Dean CameraAdd const qualifiers to Host mode Class drivers.
2009-09-20 Dean CameraAdded new Pipe_IsFrozen() macro to determine if the...
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-08-26 Dean CameraOops: Really disable building of Projects/Host/ClassDri...
2009-08-25 Dean CameraOptimized Endpoint_Read_Word_* and Pipe_Read_Word_...
2009-08-20 Dean CameraAdd LOAD ADDRESS command parsing to the V2 Protocol...
2009-08-18 Dean CameraFixed invalid data being returned when a GetStatus...
2009-08-17 Dean CameraAdded beginnings of a new AVRISP-MKII clone project.
2009-08-16 Dean CameraAdded new EVENT_USB_Device_StartOfFrame() event, contro...
2009-08-13 Dean CameraAdded CDC_Device_Flush() command to the CDC Device...
2009-08-07 Dean CameraCleanups to RNDIS device demos. Fix issue in RNDIS...
2009-08-06 Dean CameraMake Endpoint control transfers more reliable; early...
2009-08-05 Dean CameraMake Control Endpoint stream transfers more reliable...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-08-03 Dean CameraCleanup and optimization of the internal serial retriev...
2009-08-02 Dean CameraRename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT...
2009-07-31 Dean CameraRenamed USB_Device_SetHighSpeed() to USB_Device_SetFull...
2009-07-29 Dean CameraCleanup USBMode.h to simplify preprocessor logic.
2009-07-28 Dean CameraExtend the automatic serial number descriptor code...
next