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.04Apr27Mar23211816151413115328Feb2726201917161513121110964230Jan2623221716131083131Dec282625241713123230Nov292726252423222117161514121098753229Oct28272625242017131210762130Sep29282422211915141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb24232221201918161514131211109875432131Jan29282725Renamed 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.Add structure padding to the appropriate descriptor structures to maintain correct alignments on larger architectures.Fix UC3B architecture compile errors and ensure the architecture can be compiled with no special makefile tokens defined.Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent with the Pipe_ResetPipe() function name.Add software FIFOs to the UC3B pipe control interfaces, to match the endpoint control interfaces. Fix incorrect endianness for the Endpoint/Pipe read and write routines.Porting updates for the UC3B architecture - get UC3B partially enumerating using a modified mouse demo on the EVK1101. Implement a software FIFO for the endpoint banks; datasheet hints that this can be done through hardware as on the AVR8 architecture, but the correct method to do this not discovered yet.Minor documentation updates.Fixed Still Image Host class driver exiting the descriptor search routine prematurely if the data pipes (but not event pipe) is found.Add in USB_INT_RegisterHandlers() internal function to register the interrupt handler routines used by LUFA. Add dummy loads after clearing the interrupt lines according to the datasheet.Fix EVK1101 board joystick driver movement masks.Add code to start the USBB Generic Clock from the user-specified master clock source (OSCx or PLLx) in the AVR32 UC3B core USB driver.Oops - ensure that only the relevant/available interrupts are defined and used on each architecture.Changed over the AVR8 USB controller interrupt management macros to be inlined functions instead, for better compile-time validity checking and to keep the per-architecture source files as uniform as possible.General cleanup and more port work to the AVR32 UC3B.Fix USB Host mode compile errors for the UC3B architecture.
Loading