aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa.atprogram.in
Commit message (Collapse)AuthorAgeFilesLines
* Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean Camera2012-07-141-101/+0
| | | | | | | | "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked. Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile.
* Minor build system improvements - force default shell.Dean Camera2012-06-211-3/+5
|
* Add a list of module provided make variables and macros to the build system ↵Dean Camera2012-06-101-4/+14
| | | | modules.
* Change the build system build module makefiles to have a set of sanity check ↵Dean Camera2012-06-101-10/+10
| | | | 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-89/+89
|
* Improve ATPROGRAM build module to support UC3 devices and use intelligent ↵Dean Camera2012-06-061-4/+18
| | | | erase for XMEGA and UC3.
* Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵Dean Camera2012-06-041-0/+75
all application makefiles.