Commit Graph

18 Commits (393fc71d8e82f4be67fac7f7f33538b92555b4f9)

Author SHA1 Message Date
Dean Camera 8ccc2b2272 Minor build system improvements - force default shell.
12 years ago
Dean Camera c128d8783e Minor build system improvements - move out AVRDUDE base flags into a makefile variable, clean up BUILD module.
12 years ago
Dean Camera 44ff0af68c Add a list of module provided make variables and macros to the build system modules.
12 years ago
Dean Camera 53be52922f Change the build system build module makefiles to have a set of sanity check macros they can call to verify user data. Add additional sanity checks.
12 years ago
Dean Camera 6e29655b54 Update SVN line endings property on newer source files to native.
12 years ago
Dean Camera 3f82cb8dc3 Simplify AVRDUDE build module, ensure that the correct target names for FLASH and EEPROM writing are passed to the programmer tool.
12 years ago
Dean Camera 49ca5c3c83 Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles.
12 years ago
Dean Camera 5af18ba288 Add explicit blank checks in the build system for user-set but blank variables that must not be blank.
12 years ago
Dean Camera 88425d7dab Add .PHONY targets in all build system modules. Alter BUILD module so that the existence of source files are checked before the build is started.
12 years ago
Dean Camera 9f7f595382 Add $(MAKEFILE_LIST) as a dependency on build rules that could be altered by changes to the makefiles - if the user alters the project makefile, require that all modules are rebuilt.
12 years ago
Dean Camera 7197893006 Rename program_ee AVRDUDE module target to program-ee. Update CORE build module to print out lists one item per line, rather than all on one line.
12 years ago
Dean Camera d0737f6ad5 Fix AVRDUDE and BUILD build system module comments.
12 years ago
Dean Camera 7655205aac Clean up CORE build system module, use simple rather than recursive make variables for internal constants and $(shell) derived values.
12 years ago
Dean Camera 7c75623e43 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.
12 years ago
Dean Camera fc3768733e Clean up ordering of build system module sanity checks.
12 years ago
Dean Camera 29874f6db7 Simplify build system mandatory parameter/variable sanity checks.
12 years ago
Dean Camera 79ee9e755f Add build system targets for lists of mandatory and optional parameters/variables.
12 years ago
Dean Camera 56e792c95b Switch over Demos, Bootloaders and Projects to the new and improved build system.
12 years ago