Commit Graph

11 Commits (7c75623e437ff0b9560a24dde5729c2f3b9ad57d)

Author SHA1 Message Date
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.
13 years ago
Dean Camera fc3768733e Clean up ordering of build system module sanity checks.
13 years ago
Dean Camera 29874f6db7 Simplify build system mandatory parameter/variable sanity checks.
13 years ago
Dean Camera 276eb35d68 Don't print out full object file paths in the build system when cleaning object files.
13 years ago
Dean Camera 79ee9e755f Add build system targets for lists of mandatory and optional parameters/variables.
13 years ago
Dean Camera 924c0eb6ac Add C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD module to allow for language-specific compiler/assembler flags.
13 years ago
Dean Camera 8031d97a4f Oops - fix accidental negation in the BUILD module architecture detection code. Add error if an unsupported architecture is requested.
13 years ago
Dean Camera 4453133d3c Disable linker relaxations for the UC3 architecture, as this does not appear to be supported in the linker.
13 years ago
Dean Camera 2b332d3231 Replace architecture specific makefiles in the BuildTests with the new common build system makefiles.
13 years ago
Dean Camera 26cc2e9fa8 Make BUILD build system module not destroy C++ source files, and support multiple architectures.
13 years ago
Dean Camera 56e792c95b Switch over Demos, Bootloaders and Projects to the new and improved build system.
13 years ago