Add OLIMEX AVR-ISP-MK2 board to the BoardDriverTest build test.
[pub/USBasp.git] / LUFA / Drivers / USB / Core / AVR8 /
2012-07-15 Dean CameraMinor documentation improvements.
2012-06-21 Dean CameraAdd svn:eol-style property on all source files where...
2012-06-10 Dean CameraAdd checks to the endpoint and pipe configure functions...
2012-06-09 Dean CameraSpell check source code, fix mistakes.
2012-06-07 Dean CameraUpdate SVN line endings property on newer source files...
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraUpgrade Doxygen configuration files for Doxygen 1.8...
2012-05-19 Dean CameraAdd missing CPPCheck unusedFunction check suppressions...
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-13 Dean CameraAdded build test to verify correct compilation of all...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
2012-04-07 Dean CameraAdd architecture guards to all architecture-specific...
2012-02-26 Dean CameraFixed possible enumeration error if the user applicatio...
2012-02-24 Dean CameraMinor documentation fixes - change \note entries to...
2012-02-08 Dean CameraAllow serial strings to be generated on the older AVR8...
2012-02-05 Dean CameraAdded INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGE...
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2012-02-01 Dean CameraMinor documentation improvements.
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-11-23 Dean CameraAdd XMEGA compile time tokens to the LUFAConfig.h code...
2011-10-30 Dean CameraMinor documentation fixes.
2011-10-12 Dean CameraWhen automatic PLL management mode is enabled on the...
2011-10-09 Dean CameraPrevent written but unused variable warnings on GCC...
2011-09-22 Dean CameraAdd missing "used" attribute to ATTR_INIT_SECTION to...
2011-08-28 Dean CameraMove documentation for the USB_HOST_TIMEOUT_MS into...
2011-08-24 Dean CameraRenamed USB_Host_ClearPipeStall() to USB_Host_ClearEndp...
2011-08-23 Dean CameraMinor documentation fixes.
2011-07-29 Dean CameraRemove redundant calls to USB_USBTask() in the Mass...
2011-07-25 Dean CameraFixed USB_USBTask not being called internally in stream...
2011-07-19 Dean CameraRemoved the ENDPOINT_DESCRIPTOR_DIR_* macros in favour...
2011-07-19 Dean CameraMove out the EP_TYPE_* macros to the base USBController...
2011-07-14 Dean CameraAdd high speed USB support for the UC3 devices containi...
2011-07-12 Dean CameraFixed error in the pipe unordered allocation algorithm...
2011-07-12 Dean CameraAdd missing function attributes.
2011-07-08 Dean CameraUpdated all host mode demos and projects to use the...
2011-07-06 Dean CameraTighten up the implementations of the USB_Device_SetDev...
2011-06-20 Dean CameraFixed compile error when FIXED_CONTROL_ENDPOINT_SIZE...
2011-06-14 Dean CameraAdd macro guards to the templated C files to prevent...
2011-06-09 Dean CameraFix compile errors when both Host and Device modes...
2011-06-08 Dean CameraPipe_BoundEndpointNumber() has been renamed to Pipe_Get...
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-06-01 Dean CameraSpell check library source code files.
2011-05-30 Dean CameraAltered the definition of the USB_Audio_Descriptor_Form...
2011-05-27 Dean CameraAdd new USB_Host_SetInterfaceAltSetting() convenience...
2011-05-26 Dean CameraCopy out the EndpointStream and PipeStream functions...
2011-05-14 Dean CameraFixed possible invalid program execution when in host...
2011-04-20 Dean CameraFix reversed descriptions for the AVR8 USB pad regulato...
2011-04-12 Dean CameraAdd missing function attributes to the pipe/endpoint...
2011-04-08 Dean CameraMove global interrupt enable/disable functions out...
2011-04-08 Dean CameraCorrect UC3 global interrupt functions.
2011-04-08 Dean CameraAdd in a new common Delay_MS() function, which provides...
2011-04-04 Dean CameraOops - fix incorrect variable name in the updated Pipe_...
2011-04-04 Dean CameraRenamed all low level Endpoint_Read_*, Endpoint_Write_...
2011-03-21 Dean CameraF_CLOCK changed to F_USB to be more descriptive, and...
2011-03-15 Dean CameraFixed Remote Wakeup broken on the AVRs due to the mecha...
2011-03-15 Dean CameraImplemented on-demand PLL clock generation for the...
2011-03-14 Dean CameraOops - fix internal serial number extraction routine...
2011-03-13 Dean CameraSimplify the internal serial extraction routines for...
2011-03-13 Dean CameraAdd experimental support for the AVR32 UC3A4 microcontr...
2011-03-05 Dean CameraAdd software FIFOs to the UC3B pipe control interfaces...
2011-03-05 Dean CameraPorting updates for the UC3B architecture - get UC3B...
2011-03-03 Dean CameraFixed Still Image Host class driver exiting the descrip...
2011-02-28 Dean CameraAdd in USB_INT_RegisterHandlers() internal function...
2011-02-27 Dean CameraOops - ensure that only the relevant/available interrup...
2011-02-27 Dean CameraChanged over the AVR8 USB controller interrupt manageme...
2011-02-27 Dean CameraGeneral cleanup and more port work to the AVR32 UC3B.
2011-02-27 Dean CameraMove out common architecture-independent core definitio...
2011-02-27 Dean CameraMore AVR32 UC3B architecture ports - USB device mode...
2011-02-26 Dean CameraRemoved Pipe_ClearErrorFlags(), pipe error flags are...
2011-02-26 Dean CameraMore UC3B architecture port updates.
2011-02-20 Dean CameraRename architecture specific driver files, to make...
2011-02-20 Dean CameraAdded start of a port of the core USB driver code to...
2011-02-20 Dean CameraMore Doxygen updates for multiple architecture support.
2011-02-20 Dean CameraStart update of documentation to support possible multi...
2011-02-19 Dean CameraInitial restructuring of the core USB driver module...