Add extra LUFA TAR archive export exclusions.
[pub/USBasp.git] / LUFA / Drivers / USB / Core /
2012-03-25 Dean CameraRe-enable cppcheck static analysis unused function...
2012-03-06 Dean CameraFixed compile error for the UC3 architecture when INTER...
2012-02-26 Dean CameraFixed possible enumeration error if the user applicatio...
2012-02-25 Dean CameraUpdate main library documentation organisation for...
2012-02-24 Dean CameraMinor documentation fixes - change \note entries to...
2012-02-20 Dean CameraRemove potentially unaligned uint32_t access in HIDPars...
2012-02-19 Dean CameraFix errors uncovered by the new build test compile...
2012-02-18 Dean CameraAdd build tests to verify correct compilation of as...
2012-02-09 Dean CameraFix XMEGA architecture not correctly resetting the...
2012-02-08 Dean CameraAllow serial strings to be generated on the older AVR8...
2012-02-05 Dean CameraAdd (still preliminary) support for the ATXMEGA64A4...
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-04 Dean CameraMinor corrections to the XMEGA USB controller implement...
2012-02-01 Dean CameraMinor documentation improvements.
2012-01-02 Dean CameraUSB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONF...
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-12-13 Dean CameraMinor XMEGA USB driver fixes.
2011-12-11 Dean CameraChange PIPE_PIPENUM_MASK from 0x07 to the more generic...
2011-11-24 Dean CameraMinor Doxygen documentation improvements.
2011-11-24 Dean CameraAdd new USB_Host_GetDescriptor() function. Alter the...
2011-11-24 Dean CameraAdded new USB_Host_GetDeviceConfiguration() and USB_Hos...
2011-11-23 Dean CameraAdd XMEGA compile time tokens to the LUFAConfig.h code...
2011-11-22 Dean CameraFixed broken AVR32 endpoint/pipe communications when...
2011-11-14 Dean CameraMinor corrections for the XMEGA USB controller. Add...
2011-11-01 Dean CameraFix XMEGA core USB driver endpoint code to prevent...
2011-10-31 Dean CameraAdd support for the new MEGA B series devices.
2011-10-31 Dean CameraAdd support for the Atmel XMEGA A3BU Xplained board.
2011-10-31 Dean CameraFix XMEGA core USB driver so that device mode enumerate...
2011-10-30 Dean CameraNamespace out the internal endpoint globals in the...
2011-10-30 Dean CameraUpdate ENDPOINT_EPNUM_MASK to be 0x0F, the maximum...
2011-10-30 Dean CameraNamespace out the internal endpoint and pipe globals...
2011-10-30 Dean CameraUpdate XMEGA clock management so that the correct 16...
2011-10-30 Dean CameraMinor documentation fixes.
2011-10-30 Dean CameraXMEGA port improvements; connection and disconnection...
2011-10-25 Dean CameraUpdate XMEGA platform clock management example code...
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-10-07 Dean CameraUSB XMEGA support improvements; add DFLL clock platform...
2011-10-07 Dean CameraFix incorrect function call name in USB_Host_SendContro...
2011-10-07 Dean CameraAdded endian-correction to the CDC driver's Line Encodi...
2011-10-04 Dean CameraFix compile errors for the USB XMEGA parts when the...
2011-09-28 Dean CameraFix compile error on the UC3 targets when INTERRUPT_CON...
2011-09-22 Dean CameraAdd missing "used" attribute to ATTR_INIT_SECTION to...
2011-09-21 Dean CameraFix missing C++ linkage command in ArchitectureSpecific.h.
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 CameraAdd INTERRUPT_CONTROL_ENDPOINT compile time option...
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 CameraAdd support for the ORDERED_EP_CONFIG compile time...
2011-07-19 Dean CameraMove out the EP_TYPE_* macros to the base USBController...
2011-07-18 Dean CameraMore USB XMEGA porting for Endpoint control.
2011-07-15 Dean CameraAdd missing SVN eol-style property to files where it...
2011-07-15 Dean CameraAdd option to the USB XMEGAs to set the USB bus interru...
2011-07-15 Dean CameraComplete USB XMEGA interrupt control subsystem code...
2011-07-14 Dean CameraComplete initial revision of the XMEGA Clock Management...
2011-07-14 Dean CameraUpdate UC3 platform driver support to use the bitmasks...
2011-07-14 Dean CameraMore XMEGA USB AVR device port work - re-add missing...
2011-07-14 Dean CameraImplementation of several key core USB driver functions...
2011-07-14 Dean CameraCorrect the maximum banks per endpoint information...
2011-07-14 Dean CameraAdd support for triple endpoint/pipe bank AVR32 UC3...
2011-07-14 Dean CameraAdd missing ENDPOINT_DETAILS_EP7 macro for the UC3A3...
2011-07-14 Dean CameraAdded Device Qualifier standard descriptor structure...
2011-07-14 Dean CameraAdd high speed USB support for the UC3 devices containi...
2011-07-13 Dean CameraAdd start of an architecture port to the Atmel USB...
2011-07-13 Dean CameraRemove unneeded #include of Device.h in StdDescriptors...
2011-07-12 Dean CameraFixed error in the pipe unordered allocation algorithm...
2011-07-12 Dean CameraAdd more missing function attributes to the TWI periphe...
2011-07-12 Dean CameraAdd missing function attributes.
2011-07-12 Dean CameraAdded new USB_Host_GetDeviceStatus() function for USB...
2011-07-11 Dean CameraMore endianness porting of the LUFA device mode class...
2011-07-11 Dean CameraMinor documentation and style fixes.
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-29 Dean CameraMerge over core library changes from the MultiArchDemos...
2011-06-20 Dean CameraMinor internal macro renaming for the UC3 devices.
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-08 Dean CameraFix compile errors when compiling for the AVR32 UC3...
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-06-03 Dean CameraAdded new callback to the Audio Class driver to allow...
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 CameraFix incorrect macro guard in the UC3 EndpointStream...
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-25 Dean CameraAdd __VA_ARGS__ support to the LUFA supplied ISR macro...
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-10 Dean CameraRemove redundant type information for bitfield elements...
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...
next