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.013May121076529Apr252319181615149875129Mar252320181715141398765429Feb28262524222019181312119865432130Jan29282315226Dec2320141311129Nov282423221816149131Oct302826251812111097428Sep22211775231Aug282423221917169430Jul2926251918151413121110876542130Jun29272019181614131298765432130May2927262322191814139827Apr2523201312108427Mar23211816151413115328Feb2726201917161513121110964230Jan2623221716131083131Dec282625241713123230Nov292726252423222117161514121098753229Oct28272625242017131210762130Sep2928Fixed CDC and DFU bootloaders API function offsets incorrect on some devices (thanks to Rod DeMay).AppConfigHeaders: Fix broken documentation in the HID class bootloader.Fix broken documentation in the HID class bootloader.AppConfigHeaders: Merge in minor changes from trunk.AppConfigHeaders: Update project file for Programmers Notepad.AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.Minor documentation improvements.AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines.AppConfigHeaders: Update several user projects to use configuration header files, rather than makefile defines.AppConfigHeaders: Update bootloaders to use configuration header files, rather than makefile defines.Fix broken documentation in the CDC and DFU class bootloaders due to Doxygen's confusion over the ATTR_NO_INIT attribute macro.Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.Speed up build tests by only building each test to the ELF output stage (when all files are compiled and linked), rather than to the full HEX output stage as the resulting binary is not actually required.Add support for the ATXMEGA384C3.Improve BoardDriverTest build test so that it will work regardless of native line endings.Complete BoardDriverTest build test.Add partially complete BoardDriverTest build test.Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 architecture to use the fast PIN register toggle alternative function for speed.Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown).Increased endpoint polling interval for all demos and projects to 5ms, as 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).Fix bootloaders to make the StaticAnalysis build test happy.Add additional preprocessor sanity checks for the XMEGA platform based on the USB controller input clock speed.Fixed possible deadlock in the CDC device driver if the USB connection is dropped while the CDC_REQ_SetLineEncoding control request is being processed by the stack (thanks to Jonathan Hudgins).Fixed incorrect DFU version number reported to the host in the DFU bootloader descriptors. Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock).The library bootloaders will now correctly start the user application after a watchdog-based application start, even if the /HWB line is held low externally during the reset phase.Oops - fix broken MIDIToneGenerator project due to MIDI class API changes.Added support for the DorkbotPDX Duce board.Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas Saugnier).Changed MIDI event structure MIDI_EventPacket_t to use a single field for the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs).Add basic hardware mapping information for all supported boards.Fix documentation of the board LED driver (thanks to Karl Lunt).Remove an unused variable in the HID loader CLI application. Update known issues list.Add known issues to the documentation.Alter the bootloader section sizes to all be 8KB, to be in line with the default AT90USB1287 fuses, as that is the default target MCU. Add instructions to the documentation to clarify this for the user (thanks to Georg Glock).Fix up static analysis build test so that inline suppressions for missing header files are not required in the XPLAINBridge project.Fixed AVRISP-MKII programmer project reset line polarity inverted when the generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used.Remove non-functional maintenance link check.Minor documentation improvements.Make sure CRC value is pre-zeroed before reading from the XMEGA target device, to prevent corrupt data from being returned to the host in the AVRISP-MKII Clone project.
Loading