aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa.dfu.in
Commit message (Collapse)AuthorAgeFilesLines
* 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.