Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • a147cee95f5373902242e7b34b92f7103fc05ae4
  • 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
17 results
Created with Raphaël 2.2.029Jun2726242321191817151211109765432129May272621201918171513121076529Apr252319181615149875129Mar252320181715141398765429Feb28262524222019181312119865432130Jan29282315226Dec2320141311129Nov282423221816149131Oct302826251812111097428Sep22211775231Aug282423221917169430Jul2926251918151413121110876542130Jun29272019181614131298765432130May2927262322191814139827Apr2523201312108427Mar23211816151413115328Feb2726201917Fixed CDC and DFU bootloaders API page erase and write function failures (thanks to Martin Lambert).Fixed invalid configuration descriptor in the low level KeyboardMouse device demo (thanks to Jun Wako).Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP code.Clean up bootloader makefiles to make them a bit more readable.Add "mostlyclean" makefile target to the BUILD build system module.Don't enforce silent output on submake - pass down the value set by the user implicitly instead.Make sure dependency files are generated for assembly files too in the BUILD build system module. Minor code cleanups.Fix hard-coded cross-arch utility name in the BUILD build system module.Clean up DOXYGEN and SOURCES build system modules - use non-recursively evaluated make variables.Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated make variables.Clean up BUILD build system module, expose "check-source" target for use in user applications.Move out BUILD build system module start and end messages to the respective targets, as they are only used once.Add ability to archive build object files into a .a library file to the BUILD build system module.Oops - fix HID build system module documentation error.Add svn:eol-style property on all source files where it was missing. Fix line endings of all makefile, *.c and *.h files.Add HID bootloader build module (thanks to Stefan Hellermann).Add additional sanity checks to the inputs of several AVR32 platform clock management driver functions.Minor build system improvements - force default shell.Enable GCC's -pipe option by default, to build projects using intermediary logical OS pipes rather than temporary files on disk.Add extra human readable output to the build test makefile scripts.Revert change to assembly file comment syntax; this apparently breaks on the current AVR32 GNU assembler.Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII clone programmer.Re-add in DFU bootloader Manufacturer string, as the dfu-programmer utility breaks if it is not present.Minor build system improvements - move out AVRDUDE base flags into a makefile variable, clean up BUILD module.Replace C style comments in assembly code with true assembly comments for consistency and to prevent it from confusing syntax highlighters.Modify CDC and DFU bootloaders so that the various BootloaderAPI components are in unique sections and mapped explicitly - this will ensure the API and signature entries are always linked at the correct explicit address.Add missing <math.h> include for the UC3 devices, hide CDC class driver stream functions for unsupported platforms.Remove unused makefile macro from the DFU bootloader.Add ability to generate SYM files in the BUILD module. Clean up build system output to be slightly more human readable.Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build module.Minor documentation improvements.Add checks to the endpoint and pipe configure functions and fail if the requested endpoint or pipe number is above the maximum for that device.Add OBJDIR optional build variable to the BULD build system module, to allow the user project to relocate the output object and dependency files to a different directory.Fix up core library makefile clean target to properly remove dependency files.Make sure the main library core makefile does not interfere with the Doxygen module configuration if included in a legacy makefile.Minor correction to the UC3 USB clock division formula (thanks to Kim Blomqvist).Update CORE build system module to convert the sorted module data lists into printable lists, substituting in a "(None)" entry when no data is available.Add a list of module provided make variables and macros to the build system modules.Add Build System documentation to the library manual. Update CPPCHECK build system module so that it uses the SRC variable rather than just the project directory.
Loading