aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Build/lufa.avrdude.in
AgeCommit message (Collapse)Author
2012-07-14Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean
"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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2400 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Minor build system improvements - force default shell.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2358 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-17Minor build system improvements - move out AVRDUDE base flags into a ↵Dean
makefile variable, clean up BUILD module. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2351 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add a list of module provided make variables and macros to the build system ↵Dean
modules. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2330 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Change the build system build module makefiles to have a set of sanity check ↵Dean
macros they can call to verify user data. Add additional sanity checks. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2323 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-07Update SVN line endings property on newer source files to native.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2317 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-06Simplify AVRDUDE build module, ensure that the correct target names for ↵Dean
FLASH and EEPROM writing are passed to the programmer tool. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2313 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-04Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵Dean
all application makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2306 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Add explicit blank checks in the build system for user-set but blank ↵Dean
variables that must not be blank. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2295 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Add .PHONY targets in all build system modules. Alter BUILD module so that ↵Dean
the existence of source files are checked before the build is started. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2294 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Add $(MAKEFILE_LIST) as a dependency on build rules that could be altered by ↵Dean
changes to the makefiles - if the user alters the project makefile, require that all modules are rebuilt. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2293 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Rename program_ee AVRDUDE module target to program-ee. Update CORE build ↵Dean
module to print out lists one item per line, rather than all on one line. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2291 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Fix AVRDUDE and BUILD build system module comments.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2290 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Clean up CORE build system module, use simple rather than recursive make ↵Dean
variables for internal constants and $(shell) derived values. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2289 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Add EEPROM programming target to the AVRDUDE build system module. Correct ↵Dean
message output test for the BUILD build system module. Clean up DOXYGEN build system module logic. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2275 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Clean up ordering of build system module sanity checks.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2274 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Simplify build system mandatory parameter/variable sanity checks.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2273 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Add build system targets for lists of mandatory and optional ↵Dean
parameters/variables. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2271 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-01Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean
system. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2264 d5102386-fcda-11dd-9fdb-3debd5008f28