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.02Jun129May272621201918171513121076529Apr252319181615149875129Mar252320181715141398765429Feb28262524222019181312119865432130Jan29282315226Dec2320141311129Nov282423221816149131Oct302826251812111097428Sep22211775231Aug282423221917169430Jul2926251918151413121110876542130Jun29272019181614131298765432130May2927262322191814139827Apr2523201312108427Mar23211816151413115328Feb2726201917161513121110964230Jan2623221716131083131Dec282625241713123230Nov29272625242322211716151412Ensure build tests use the system provided $(MAKE) variable to determine the command to invoke make, rather than a hard-coded name. Strip off excess whitespace from the list of object files when printing them out to the shell in the build system BUILD module.Ensure the BULD build system module produces a LSS listing file output when the "all" target is invoked.Strip trailing slash from the user-supplied LUFA_PATH directory, to prevent double slashes from appearing in the commands/output.Add EEPROM programming target to the AVRDUDE build system module. Correct message output test for the BUILD build system module. Clean up DOXYGEN build system module logic.Clean up ordering of build system module sanity checks.Simplify build system mandatory parameter/variable sanity checks.Don't print out full object file paths in the build system when cleaning object files.Add build system targets for lists of mandatory and optional parameters/variables.Add C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD module to allow for language-specific compiler/assembler flags.Oops - fix accidental negation in the BUILD module architecture detection code. Add error if an unsupported architecture is requested.Disable linker relaxations for the UC3 architecture, as this does not appear to be supported in the linker.Replace architecture specific makefiles in the BuildTests with the new common build system makefiles.Make BUILD build system module not destroy C++ source files, and support multiple architectures.Switch over Demos, Bootloaders and Projects to the new and improved build system.Minor documentation improvements.Minor cleanup to Attributes.h spacing and rename old multiple-inclusion macro guard.Make sure that LUFAConfig.h is included *after* the common submodules, so that the architecture and other defines are available to the configuration header.Ensure the DFU bootloader disables and clears the activity LED toggle timer when a soft-reset to application space is used.Merge in AppConfigHeaders branch to trunk, altering all projects and demos to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles.AppConfigHeaders: Add missing AppConfig.h file includes.AppConfigHeaders: Merge in latest trunk.Don't generate dependency files or a MAP file when running BuildTests where possible.Oops - shell variables can't use the += operator - must reference the existing value in the new value to append.AppConfigHeaders: Merge in latest trunk.Remove legacy AS4 project files, now that they can be automatically generated by the new maintenance script.Add maintenance script to automatically generate legacy AS4 project files.Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.Minor documentation improvements.Minor documentation improvements.Minor documentation improvements.AppConfigHeaders: Merge in latest trunk.Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the UC3 devices (thanks to Andrew Chu).Fix incorrect definition for the XMEGA Endpoint_BytesInEndpoint() function when used on OUT endpoints.AppConfigHeaders: Merge in latest trunk.Oops - mask out the endpoint address direction when comparing the IN and OUT endpoint indexes in the AVRISP-MKII clone and XPLAINBridge projects.Fix AVRISP-MKII clone and XPLAINBridge projects not properly configuring the AVRISP IN endpoint when needed if RESET_TOGGLES_LIBUSB_COMPAT compile time option is used.Turn off watchdog before jumping to the user application in the DFU and CDC based bootloaders, for the specific case of /HWB being low during reset (where the bootloader will re-enter).Merge in latest trunk.Alter the XPLAINBridge and AVRISP-MKII clone projects so that the descriptors from the AVRISP-MKII clone project can be directly used in the XPLAINBridge project. Add support for RESET_TOGGLES_LIBUSB_COMPAT option in the XPLAINBridge project.Minor documentation improvements.
Loading