aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa.sources.in
Commit message (Collapse)AuthorAgeFilesLines
* Change the build system build module makefiles to have a set of sanity check ↵Dean Camera2012-06-101-6/+7
| | | | 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-95/+95
|
* 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/+6
| | | | variables that must not be blank.
* Add platform driver dispatch header and makefile module source variable.Dean Camera2012-06-021-1/+8
|
* Strip trailing slash from the user-supplied LUFA_PATH directory, to prevent ↵Dean Camera2012-06-021-1/+1
| | | | double slashes from appearing in the commands/output.
* Clean up ordering of build system module sanity checks.Dean Camera2012-06-021-38/+38
|
* Simplify build system mandatory parameter/variable sanity checks.Dean Camera2012-06-021-6/+2
|
* 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/+86
system.