Add extra LUFA TAR archive export exclusions.
[pub/USBasp.git] / LUFA / Drivers /
2012-03-29 Dean CameraOops - typos in alterations to HID_DESCRIPTOR_JOYSTICK().
2012-03-29 Dean CameraRemoved variable axis support from the HID_DESCRIPTOR_J...
2012-03-25 Dean CameraRe-enable cppcheck static analysis unused function...
2012-03-20 Dean CameraFixed inverted LED logic in the OLIMEX162 board LED...
2012-03-17 Dean CameraFixed compile error if LEDs_Disable() is called and...
2012-03-15 Dean CameraFixed incorrect call to the user callback CALLBACK_Audi...
2012-03-14 Dean CameraAudio Device Class driver changed to also require the...
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-22 Dean CameraAdded support for the BitWizard Multio and Big-Multio...
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-19 Dean CameraAll USB Class Driver configuration struct values are...
2012-02-18 Dean CameraAdd build tests to verify correct compilation of as...
2012-02-13 Dean CameraAdd missing file Subversion EOL-style properties.
2012-02-13 Dean CameraFix Dataflash driver for the XMEGA-B1 XPLAINED - the...
2012-02-12 Dean CameraMinor documentation improvements.
2012-02-12 Dean CameraMinor documentation improvements.
2012-02-12 Dean CameraAdd new Master SPI Mode USART serial peripheral driver...
2012-02-12 Dean CameraAdded Serial USART peripheral driver for the XMEGA...
2012-02-11 Dean CameraMinor documentation improvements.
2012-02-11 Dean CameraClean up the Audio Device class driver control request...
2012-02-09 Dean CameraAltered the HID class driver to only try to construct...
2012-02-09 Dean CameraFix XMEGA architecture not correctly resetting the...
2012-02-09 Dean CameraUpdate XMEGA board drivers to use the port inversion...
2012-02-08 Dean CameraAllow serial strings to be generated on the older AVR8...
2012-02-06 Dean CameraOops - XMEGA-B1 Xplained LEDs are on PORTB and PORTE...
2012-02-06 Dean CameraAdd board driver support for the Atmel XMEGA-B1 Xplaine...
2012-02-05 Dean CameraAdd (still preliminary) support for the ATXMEGA64A4...
2012-02-05 Dean CameraAdd support for the Micropendous (Arduino-like) series...
2012-02-05 Dean CameraAdded INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGE...
2012-02-04 Dean CameraAdd missing svn:eol-style properties to /trunk/.
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-03 Dean CameraFix errors in the new Micropendous board drivers. Reord...
2012-02-03 Dean CameraAdd support for the Micropendous series of USB AVR8...
2012-02-02 Dean CameraMinor documentation improvements.
2012-02-01 Dean CameraMinor documentation improvements.
2012-01-29 Dean CameraAdded new LEDs_Disable(), Buttons_Disable() and Joystic...
2012-01-28 Dean CameraAdded new CALLBACK_Audio_Device_GetSetInterfaceProperty...
2012-01-02 Dean CameraUSB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONF...
2011-12-26 Dean CameraFixed incorrect implementation of LEDs_ToggleLEDs(...
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-12-14 Dean CameraDon't validate the Device Descriptor's vendor ID when...
2011-12-13 Dean CameraMinor XMEGA USB driver fixes.
2011-12-11 Dean CameraChange PIPE_PIPENUM_MASK from 0x07 to the more generic...
2011-12-01 Dean CameraAltered the Mass Storage Host class driver so that...
2011-11-29 Dean CameraFix typo in the Joystick board driver documentation...
2011-11-28 Dean CameraAdd support for the Paranoid Studio USB2AX boards ...
2011-11-28 Dean CameraAdd dummy board documentation nodes for the XPLAIN_REV1...
2011-11-24 Dean CameraOops - fix incorrect value of AOA_CSCP_AOADataSubclass...
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-24 Dean CameraConvert the LowLevel AndroidAccessory demo to use the...
2011-11-24 Dean CameraAdd new Android Open Accessory class driver to the...
2011-11-23 Dean CameraAdded support for version 2 of the Teensy boards (thank...
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-18 Dean CameraAdded Class, ClassDevice, ClassHost and ClassCommon...
2011-11-16 Dean CameraFixed misspelled HID_KEYBOARD_MODIFIER_* macros in...
2011-11-14 Dean CameraMinor corrections for the XMEGA USB controller. Add...
2011-11-09 Dean CameraAdd missing SVN eol-style property to ensure that sourc...
2011-11-09 Dean CameraFixed race conditions in the CDC, HID and Mass Storage...
2011-11-01 Dean CameraAdd partial support for the Atmel A3BU Xplained's Dataf...
2011-11-01 Dean CameraFix XMEGA core USB driver endpoint code to prevent...
2011-10-31 Dean CameraAdd XMEGA SPI peripheral driver.
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-26 Dean CameraFixed CDC class drivers not saving and sending all...
2011-10-25 Dean CameraUpdate XMEGA platform clock management example code...
2011-10-18 Dean CameraFixed ring buffer size limited to 255 elements, instead...
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-09-21 Dean CameraAdd project name to the Doxygen makefile target output.
2011-09-17 Dean CameraFixed HID Parser's largest report size bit count not...
2011-09-07 Dean CameraFixed optimization error in the HID Parser item value...
2011-09-05 Dean CameraOops - restore conditional calls to USB_USBTask() in...
2011-09-02 Dean CameraUpdate the TempDataLogger project and driver documentat...
2011-09-02 Dean CameraAdd new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8...
2011-08-31 Dean CameraMake TWI_ReadPacket() use a repeated start condition...
2011-08-28 Dean CameraMove documentation for the USB_HOST_TIMEOUT_MS into...
2011-08-28 Dean CameraRemove redundant prototype for Audio_Host_StartStopStre...
next