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.015Mar1413115328Feb2726201917161513121110964230Jan2623221716131083131Dec282625241713123230Nov292726252423222117161514121098753229Oct28272625242017131210762130Sep29282422211915141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb24232221201918161514131211109875432131Jan29282725242119Remove 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.Move out common architecture-independent core definitions into the appropriate core dispatch header files.More AVR32 UC3B architecture ports - USB device mode applications can now be sucessfully compiled, although they will be currently non-functional.Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleared when Pipe_ClearError() is called.Added TWI baud rate prescaler and bit length parameters to the TWI_Init() function (thanks to Thomas Herlinghaus).More UC3B architecture port updates.Update board driver common APIs to use uint_reg_t.Fix incorrect Doxygen grouping in the incomplete AVR32 UC3B architecture port.Make sure the peripheral driver .c files include the driver dispatch header, rather than the architecture specific header files.Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.Added start of a port of the core USB driver code to the AVR32 UC3B architecture.More updates to remove architecture-specific comments from the documentation, alter USBMode.h preprocessor logic to support future architectures more easily.
Loading