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

LUFA.pnproj

Blame
    • Dean Camera's avatar
      b7e3c86e
      Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk"... · b7e3c86e
      Dean Camera authored
      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.
      
      Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked.
      
      Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile.
      b7e3c86e
      History
      Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk"...
      Dean Camera authored
      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.
      
      Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked.
      
      Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile.