aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't print out full object file paths in the build system when cleaning ↵Dean Camera2012-06-021-1/+1
| | | | object files.
* Add build system targets for lists of mandatory and optional ↵Dean Camera2012-06-026-14/+46
| | | | parameters/variables.
* Add C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD ↵Dean Camera2012-06-021-6/+16
| | | | module to allow for language-specific compiler/assembler flags.
* Oops - fix accidental negation in the BUILD module architecture detection ↵Dean Camera2012-06-021-1/+3
| | | | code. Add error if an unsupported architecture is requested.
* Disable linker relaxations for the UC3 architecture, as this does not appear ↵Dean Camera2012-06-021-4/+7
| | | | to be supported in the linker.
* Replace architecture specific makefiles in the BuildTests with the new ↵Dean Camera2012-06-021-6/+5
| | | | common build system makefiles.
* Make BUILD build system module not destroy C++ source files, and support ↵Dean Camera2012-06-011-12/+22
| | | | multiple architectures.
* Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean Camera2012-06-016-0/+518
system.