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.023Jul221615141110987653129Jun2726242321191817151211109765432129May272621201918171513121076529Apr252319181615149875129Mar252320181715141398765429Feb28262524222019181312119865432130Jan29282315226Dec2320141311129Nov282423221816149131Oct302826251812111097428Sep22211775231Aug282423221917169430Jul2926251918151413121110876542130Jun29272019181614131298765432130May2927262322191814139827Apr2523201312108427Mar2321181615141311Update bootloader build test with bootloader target board information.Add a "make_bootloaders" target to the Maintenance makefile, to generate all possible bootloaders and archive them for separate distribution.Add missing INTC_GetInterruptHandler() function prototype.Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set.Tag for the LUFA-120730-BETA release.LUFA-120730-BETALUFA-120730-BETACommit for the LUFA-120730-BETA release.Minor documentation improvements.Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Turn off generation of debug information when performing a validation build, and when running the build tests.Use immediate variable expansion in the second-deepest level makefile scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable.Update makefile template with the new build module filenames.Fix up main library core makefile include paths.Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process.Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in line with the DFU module target names.Fix project makefiles - remove trailing slash from LUFA_PATH entries and the XPLAINBridge project AVRISP file include path to prevent build errors.Oops - override OBJDIR with "." not blank for the XPLAINBridge project.Override the OBJDIR setting for the XPLAINBridge project, as this currently doesn't work. Turn off check-config test in the StaticAnalysisTest build test to save time - if the standard build fails this can be run manually to determine the problem cause.Mark build test makefiles as being incompatible with parallel make builds, as they re-use the same object directories.Fix Maintenance makefile calling "make" directly rather than using $(MAKE).Fix up makefile .NOTPARALLEL heuristics so that linear building is only enforced if no object folder set and the "all" target is run. Rename library "ConfigDescriptor.c" file to "ConfigDescriptors.c" to ensure that object filenames are unique.Add check and error to the BUILD module if OBJDIR option is set but object filenames are not unique.Slightly better method of recursive make - use proper make dependencies to allow for parallel builds.Fix broken builds when OBJDIR is specified in the BUILD build system module.Remove unnecessary build system modules from the HID EEPROM Loader shim application makefile.Clean up HID EEPROM loader shim application code, simplify project makefile. Ensure shim application is properly rebuild by explicitly cleaning it before requesting a rebuild.Update BUILD build system module with OBJECT_FILES variable, for additional user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target.Reduce bootloader magic key to 16 bits to save FLASH space.Update CDC driver INF files so that they should work even on systems without usbser.sys extracted by default (see MS KB entry 837637).Minor documentation improvements.Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use LUFA_ROOT_PATH rather than LUFA_PATH.Minor documentation improvements.Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_ChangeLEDs() function implementations (thanks to MitchJS).Minor documentation improvements.Fix up non-relative header file include paths (thanks to Kim Blomqvist).Fixed 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.
Loading