Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • master default protected
  • LUFA-170418
  • LUFA-151115
  • LUFA-140928
  • LUFA-140302
  • LUFA-130901
  • LUFA-130901-BETA
  • LUFA-130303
  • LUFA-120730
  • LUFA-120730-BETA
  • LUFA-120219
  • LUFA-120219-BETA
  • LUFA-111009
  • LUFA-111009-BETA
  • LUFA-110528
  • LUFA-110528-BETA
16 results
Created with Raphaël 2.2.01Nov31Oct302826251812111097428Sep22211775231Aug282423221917169430Jul2926251918151413121110876542130Jun29272019181614131298765432130May2927262322191814139827Apr2523201312108427Mar23211816151413115328Feb2726201917161513121110964230Jan2623221716131083131Dec282625241713123230Nov292726252423222117161514121098753229Oct28272625242017131210762130Sep29282422211915141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determination.Add XMEGA SPI peripheral driver.Add support for the new MEGA B series devices.Add support for the Atmel XMEGA A3BU Xplained board.Fix XMEGA core USB driver so that device mode enumerates correctly on the host PC.Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs).Namespace out the internal endpoint globals in the XMEGA architecture.Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum possible USB endpoint number within a device, rather than just the maximum number for the AVR8 and UC3 targets of 0x07.Namespace out the internal endpoint and pipe globals in the UC3 architecture.Update XMEGA clock management so that the correct 16-bit calibration is used when requested. Fix endpoint descriptor table so that the frame number is stored into the correct location. Add compile time option to source the USB clock from the PLL rather than the internal 32MHz RC oscillator.Fix error in XMEGA clock platform driver for the DFLL calibration byte order.Minor documentation fixes.XMEGA port improvements; connection and disconnection are now detected correctly. Fixed incorrect interrupt priority levels being set for XMEGA devices.Fix incorrect Android Accessory Host interface descriptor subclass value (thanks to Opendous Inc.).Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey).Update XMEGA platform clock management example code to suit the currently released silicon.Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool.Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARGET_DETECT is enabled.Fixed ring buffer size limited to 255 elements, instead of the intended 65535 elements.Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair).When automatic PLL management mode is enabled on the U4 series AVR8 chips, the PLL is now configured for 48MHz and not a divided 96MHz, to lower power consumption and to keep the system within the datasheet specs for 3.3V operation (thanks to Scott Vitale).Added User Application APIs to the CDC and DFU class bootloaders.Commit for the 111009 release.LUFA-111009LUFA-111009Fixed port state table corruption in the TCP layer of the RNDIS Ethernet device demos.Prevent written but unused variable warnings on GCC 4.6 with dummy reads.USB XMEGA support improvements; add DFLL clock platform support, ensure the endpoint table is correctly aligned and configured in the USB controller.Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI protocols (thanks to Justin Mattair).Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 devices.Added endian-correction to the CDC driver's Line Encoding control request handlers.Fix compile errors for the USB XMEGA parts when the USB driver is used.Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile time option is used (thanks to Ian Woloschin).Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker.Fix missing C++ linkage command in ArchitectureSpecific.h.Add project name to the Doxygen makefile target output.Add LUFA-111009-BETA tag.LUFA-111009-BETALUFA-111009-BETACommit for the 111009 BETA release.Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC compiler versions.Fix Class Driver GenericHID demo using the wrong size for the returned reports.Fixed HID Parser's largest report size bit count not including the size of the last parsed report item.Fixed incorrect buffer size check in the USBtoSerial project (thanks to Yuri A Nikiforov).
Loading