Minor documentation enhancements.
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel /
2010-10-07 Dean CameraAdded new NO_SOF_EVENTS compile time option, enabled...
2010-10-06 Dean CameraCache the USB_DeviceState variable internally in the...
2010-10-01 Dean CameraFix device mode for the U4 parts.
2010-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-09-29 Dean CameraChanged default value for the reset polarity parameter...
2010-09-24 Dean CameraFixed endpoint selection within the CALLBACK_HID_Device...
2010-09-22 Dean CameraReverted modifications to USBInterrupt.h that were...
2010-09-21 Dean CameraOops - need to call USB_Attach() when reinitializing...
2010-09-21 Dean CameraFixed USB_Host_ClearPipeStall() incorrectly attempting...
2010-09-19 Dean CameraRename internal suspend and wake up USB interrupt macro...
2010-09-19 Dean CameraMake device mode configure the control endpoint even...
2010-09-19 Dean CameraMore simplifications to USBController.c, fix errors...
2010-09-19 Dean CameraFix warning when not compiled for UID auto-selection...
2010-09-19 Dean CameraClean up USBController.c/.h to more clearly seperate...
2010-09-19 Dean CameraEnsure device address latch bit is not set at the same...
2010-09-15 Dean CameraRemoved the EVENT_USB_InitFailure() event, as not speci...
2010-09-13 Dean CameraFixed SET FEATURE and CLEAR FEATURE control requests...
2010-09-07 Dean CameraMust save and restore the endpoint/pipe interrupt enabl...
2010-09-05 Dean CameraFix bug in Pipe_ConfigurePipe() breaking already config...
2010-09-05 Dean CameraAdded new USB_Device_GetFrameNumber() and USB_Host_GetF...
2010-09-04 Dean CameraReduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down...
2010-09-03 Dean CameraAdded board hardware driver support for the Olimex...
2010-08-24 Dean CameraBetter documentation for the Endpoint_ConfigureEndpoint...
2010-08-24 Dean CameraChanged the signature of the CALLBACK_USB_GetDescriptor...
2010-08-24 Dean CameraFix Doxygen typos in Device.h.
2010-08-22 Dean CameraOptimise Endpoint_ConfigureEndpoint_Prv() function...
2010-08-22 Dean CameraSplit out endpoint and pipe stream functions into new...
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...
next