Skip to content
Snippets Groups Projects
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
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.023May22191814139827Apr2523201312108427Mar23211816151413115328Feb2726201917161513121110964230Jan2623221716131083131Dec282625241713123230Nov292726252423222117161514121098753229Oct28272625242017131210762130Sep29282422211915141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb24232221201918161514131211109875432Update MediaController project to remove the Record usage (not often needed) and explicitly declare each usage for maximum clarity.Add new MediaController project, a simple Media Playback control manipulator (Play/Pause/Next Track/Volume/etc.).Correct errors in the DHCP Server application in the Webserver project, that was causing random server restarts and/or incorrectly allocated IP addresses.Add RNDIS Device support to the Webserver project, so that the files stored on the device can be viewed from a web-browser while the board is plugged into a host machine.Fix broken Doxygen documentation.Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver.Oops - fix bad include path in the moved USBKEY Dataflash board driver header.Seperated out board drivers by architecture in the library internals for better organisation.Add new "version" makefile target to the main LUFA library makefile, to give an easy way to identify a LUFA release from the command-line.Add skeleton LUFAConfig.h to the CodeTemplates directory.Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device.Add incomplete Android Accessory Host LowLevel demo.Add new USE_LUFA_CONFIG_HEADER compile time option.Minor documentation fixes.Fix up mistakes in the Device Support documentation page.Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typecasting to the SWAPENDIAN_* macros.Add new LUFA powered user projects to the documentation.Fix HID class bootloader not working on the larger USB AVRs due to the altered page addressing scheme.Make DFU and CDC class bootloaders also toggle the LEDs on command activity in addition to the periodic flashing.Added LED flashing to the CDC and DFU class bootloaders to indicate when they are running.Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks (thanks to Omar).Move LUFA-110528 to BETA status for public testing.Fix definition of pgm_read_ptr().Create new tag for the 110528 release (Quality Assurance).Replace cast-as-char* byte access of multibyte variables with proper shifts and masks to preserve endianness across different architectures.Slight cleanups to the architecture specific makefile templates to make the common configuration sections as identical as possible.Update architecture specific makefile templates so that they are as close to one-another as possible.Add makefile template for the AVR32 UC3 architecture.Add missing function attributes to the pipe/endpoint functions for all architectures.Remove redundant type information for bitfield elements, other than the signed/unsignedness of the element.Create a new Common module documentation group for the new Global Interrupt macros.Move global interrupt enable/disable functions out to Common.h and document them.Correct UC3 global interrupt functions.Add in a new common Delay_MS() function, which provides a blocking delay for all architectures.Oops - fix misnamed function call in Pipe_Discard_Stream().Oops - fix incorrect variable name in the updated Pipe_Write_8() function.Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.Conditionally add available address spaces to the address space enum, for multiple address space architectures.Ensure the library builds cleanly in device mode for architectures lacking multiple address spaces.Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs.
Loading