aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa.dfu.in
Commit message (Collapse)AuthorAgeFilesLines
* Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean Camera2012-07-141-93/+0
| | | | | | | | "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.
* Minor build system improvements - force default shell.Dean Camera2012-06-211-3/+5
|
* Add a list of module provided make variables and macros to the build system ↵Dean Camera2012-06-101-4/+14
| | | | modules.
* Minor build system sanity check fixes.Dean Camera2012-06-101-2/+0
|
* Change the build system build module makefiles to have a set of sanity check ↵Dean Camera2012-06-101-9/+9
| | | | macros they can call to verify user data. Add additional sanity checks.
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-071-83/+83
|
* Improve DFU build module to use symbolic names for the target HEX and EEP ↵Dean Camera2012-06-061-12/+12
| | | | filenames.
* Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵Dean Camera2012-06-041-1/+1
| | | | all application makefiles.
* Add explicit blank checks in the build system for user-set but blank ↵Dean Camera2012-06-031-2/+9
| | | | variables that must not be blank.
* Add .PHONY targets in all build system modules. Alter BUILD module so that ↵Dean Camera2012-06-031-1/+4
| | | | the existence of source files are checked before the build is started.
* Add $(MAKEFILE_LIST) as a dependency on build rules that could be altered by ↵Dean Camera2012-06-031-4/+4
| | | | changes to the makefiles - if the user alters the project makefile, require that all modules are rebuilt.
* Clean up CORE build system module, use simple rather than recursive make ↵Dean Camera2012-06-021-3/+3
| | | | variables for internal constants and $(shell) derived values.
* Clean up ordering of build system module sanity checks.Dean Camera2012-06-021-4/+4
|
* Simplify build system mandatory parameter/variable sanity checks.Dean Camera2012-06-021-7/+7
|
* Add build system targets for lists of mandatory and optional ↵Dean Camera2012-06-021-2/+4
| | | | parameters/variables.
* Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean Camera2012-06-011-0/+71
system.