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