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.013Apr12108427Mar23211816151413115328Feb2726201917161513121110964230Jan2623221716131083131Dec282625241713123230Nov292726252423222117161514121098753229Oct28272625242017131210762130Sep29282422211915141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb24232221201918161514131211109875432131Jan2928Fix 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.Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8/16 bit boundary.Add in new architecture attribute defines to selectively remove the EEPROM and FLASH memory space functions on architectures which do not have seperate memory address spaces.F_CLOCK changed to F_USB to be more descriptive, and applicable on future architecture ports.Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configuration Descriptor's header does not contain the full length of the descriptor, breaking full enumeration.Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegger).Fix incorrectly named include guards in the Board driver header files.Added new VirtualSerialMassStorage Device Class Driver demo.Remove redundant Doxygen guards from the internal preprocessor definitions.Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating when the SUSPI bit is set (thanks to Holger Steinhaus).Add named macros to the board joystick drivers where a shift is needed to maintain unique joystick direction bits in the returned mask value.Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB AVRs when automatic PLL mode is specified.Updated the software USART code in the XPLAIN Bridge application so that the incomming bits are sampled at their mid-point instead of starting point, to give maximum reliability (thanks to Anton).Oops - fix internal serial number extraction routine for the AVR8 architecture.Correct Endpoint/Pipe maximum constants for the AVR32 UC3 models.Simplify the internal serial extraction routines for each architecture.Add experimental support for the AVR32 UC3A4 microcontrollers.Re-add accidentally deleted Host_UC3.c and Host_UC3.h files.Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 microcontrollers.Oops - rename misnamed Endianess.h header file.Move out endianness management macros into a new common Endianness.h header.Simplify AVR32 UC3B software FIFO, as it will only ever be accessed a byte at a time to prevent data alignment issues.
Loading