Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • bea72a8412f99b294c00341fa16a8308bcc66f15
  • 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
17 results
Created with Raphaël 2.2.012Jul1110876542130Jun29272019181614131298765432130May2927262322191814139827Apr2523201312108427Mar23211816151413115328Feb2726201917161513121110964230Jan2623221716131083131Dec282625241713123230Nov292726252423222117161514121098753229Oct28272625242017131210762130Sep29282422211915141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr292827222019181514131211106Enhance and document the AVR32 UC3 platform drivers.Minor documentation fixes.Fixed error in the pipe unordered allocation algorithm for the AVR8 devices breaking compatibility with some devices.Add more missing function attributes to the TWI peripheral driver.Add missing function attributes.Added new USB_Host_GetDeviceStatus() function for USB Host mode.Add missing function attributes to the RingBuffer driver to reduce the chances of invalid usage.More endianness porting of the LUFA host mode class drivers.More endianness porting of the LUFA device mode class drivers.Minor style improvements to the incomplete AndroidAccessoryHost demo.Oops - re-order Ringbuffer.h inline functions to prevent compile errors due to forward references.Added new RingBuffer_GetFreeCount() function to the library miscellaneous RingBuffer driver.Minor documentation and style fixes.Minor demo/project documentation and style fixes.Replace blind interface descriptor search in the incomplete AndroidAccessoryHost demo with an intelligent search for the correct interface in the device matching the correct class/subclass/protocol values.Add missing device deconfiguration-on-error statements to the host mode demos and projects.Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task.Add missing doxygen group terminator to the new CompilerSpecific.h header file.Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Controller_Reset() and USB_PLL_On() functions for the AVR8 devices.Fix improper indenting of the internal board driver dispatch headers.Split out compiler specific helper macros into a new CompilerSpecific.h header file inside the library, for future expansion.Add the GCC -fno-split-wide-types compile time option to some of the larger user projects to reduce the compiled application size.Fix HID_Host_SetIdlePeriod() function to send the correct request type to the device, remove reference to unavailable (and not needed) local variable.Add missing function parameter to the new HID_Host_SetIdlePeriod() function.Add missing function parameter to the new HID_Host_SetIdlePeriod() function.Switch the HTTP Webserver project to use the safer strlcpy() instead of strncpy() to save on manual null-termination.Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.Oops: Fix compile error in the low level KeyboardMouse demo.Remove custom CDC class descriptor definitions from the CDC bootloader, and switch it to use the CDC Class Driver descriptor definitions.Seperate out the device demos and project's configuration descriptor structure definitions to clearly indicate what descriptors belong to which interface.Minor documentation fix for the RelayBoard project.Pull out Android Accessory Mode functions into a seperate set of files in the incomplete Android Accessory Mode Host demo. Improve Android Accessory Mode protocol support to correctly query the device's supported protocol and send the approriate device information strings.Merge over core library changes from the MultiArchDemos branch.Update AudioInput and AudioOutput Class Driver device mode demos to use a switch statement when selecting the audio request type for clarity.Added board hardware driver support for the EVK1104 board.Add board driver support for the EVK1100 board.Fix logic bug in the incomplete Android Accessory Host demo preventing correct detection of an attached Android Accessory Mode device.Oops - Mouse ClassDriver multi-arch demo changes were applied to trunk, rather than the correct branch.Update Mouse demo to support the UC3 devices in the MultiArchDemos branch.Add new "checksource" target to the library makefiles, for automated source file existance checking.
Loading