Commit Graph

13 Commits (fe3a5c24623030306bca129a4653323f0bfb80bc)

Author SHA1 Message Date
Dean Camera 857641b98e Update CORE build system module to convert the sorted module data lists into printable lists, substituting in a "(None)" entry when no data is available.
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 b9952f4809 Add Build System documentation to the library manual. Update CPPCHECK build system module so that it uses the SRC variable rather than just the project directory.
12 years ago
Dean Camera 6e29655b54 Update SVN line endings property on newer source files to native.
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 00aaf1cb41 Disable inbuilt make rules in the LUFA build system for speedups when compiling many projects recursively.
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 fc0ff2f976 Update CORE build module to print out additional help information.
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 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 ecdffe2e41 Remove any variables in the optional build variable list that are marked as mandatory by one or more included build system modules in the CORE build system module. Alter DOXYGEN build system module to by default override the Doxygen configuration file stylesheet and replace it with the LUFA Doxygen stylesheet.
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