aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa.core.in
Commit message (Collapse)AuthorAgeFilesLines
* Minor build system improvements - force default shell.Dean Camera2012-06-211-0/+2
|
* Add ability to generate SYM files in the BUILD module. Clean up build system ↵Dean Camera2012-06-111-0/+1
| | | | output to be slightly more human readable.
* Update CORE build system module to convert the sorted module data lists into ↵Dean Camera2012-06-101-12/+20
| | | | printable lists, substituting in a "(None)" entry when no data is available.
* Add a list of module provided make variables and macros to the build system ↵Dean Camera2012-06-101-9/+41
| | | | modules.
* Add Build System documentation to the library manual. Update CPPCHECK build ↵Dean Camera2012-06-101-2/+2
| | | | system module so that it uses the SRC variable rather than just the project directory.
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-071-109/+109
|
* Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵Dean Camera2012-06-041-6/+6
| | | | all application makefiles.
* Disable inbuilt make rules in the LUFA build system for speedups when ↵Dean Camera2012-06-031-1/+5
| | | | compiling many projects recursively.
* Add .PHONY targets in all build system modules. Alter BUILD module so that ↵Dean Camera2012-06-031-0/+3
| | | | the existence of source files are checked before the build is started.
* Update CORE build module to print out additional help information.Dean Camera2012-06-021-4/+9
|
* Rename program_ee AVRDUDE module target to program-ee. Update CORE build ↵Dean Camera2012-06-021-4/+4
| | | | module to print out lists one item per line, rather than all on one line.
* Clean up CORE build system module, use simple rather than recursive make ↵Dean Camera2012-06-021-18/+20
| | | | variables for internal constants and $(shell) derived values.
* Remove any variables in the optional build variable list that are marked as ↵Dean Camera2012-06-021-2/+2
| | | | 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.
* Add build system targets for lists of mandatory and optional ↵Dean Camera2012-06-021-4/+26
| | | | parameters/variables.
* Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean Camera2012-06-011-0/+73
system.