Dean Camera
b7e3c86e4e
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.
2012-07-14 13:18:13 +00:00
Dean Camera
6655815b32
Clean up DOXYGEN and SOURCES build system modules - use non-recursively evaluated make variables.
2012-06-23 17:03:01 +00:00
Dean Camera
8ccc2b2272
Minor build system improvements - force default shell.
2012-06-21 20:06:10 +00:00
Dean Camera
44ff0af68c
Add a list of module provided make variables and macros to the build system modules.
2012-06-10 15:31:03 +00:00
Dean Camera
6dc85e4023
Minor build system sanity check fixes.
2012-06-10 10:31:38 +00:00
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.
2012-06-10 08:06:13 +00:00
Dean Camera
6e29655b54
Update SVN line endings property on newer source files to native.
2012-06-07 20:49:47 +00:00
Dean Camera
49ca5c3c83
Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles.
2012-06-04 16:31:50 +00:00
Dean Camera
5af18ba288
Add explicit blank checks in the build system for user-set but blank variables that must not be blank.
2012-06-03 12:39:53 +00:00
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.
2012-06-03 12:17:37 +00:00
Dean Camera
7655205aac
Clean up CORE build system module, use simple rather than recursive make variables for internal constants and $(shell) derived values.
2012-06-02 21:45:51 +00:00
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.
2012-06-02 13:14:31 +00:00
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.
2012-06-02 12:21:14 +00:00
Dean Camera
fc3768733e
Clean up ordering of build system module sanity checks.
2012-06-02 12:04:34 +00:00
Dean Camera
29874f6db7
Simplify build system mandatory parameter/variable sanity checks.
2012-06-02 12:00:51 +00:00
Dean Camera
79ee9e755f
Add build system targets for lists of mandatory and optional parameters/variables.
2012-06-02 11:38:12 +00:00
Dean Camera
56e792c95b
Switch over Demos, Bootloaders and Projects to the new and improved build system.
2012-06-01 22:32:43 +00:00