aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/SingleUSBModeTest/makefile.test
Commit message (Collapse)AuthorAgeFilesLines
* Add help text to the project makefiles to help new users get information on ↵Dean Camera2012-08-111-0/+2
| | | | the improved build system.
* Upgrade Doxygen configuration files to 1.8.1.2.Dean Camera2012-07-291-4/+4
|
* Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. ↵Dean Camera2012-07-151-0/+1
| | | | Turn off generation of debug information when performing a validation build, and when running the build tests.
* Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean Camera2012-07-141-4/+36
| | | | | | | | "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.
* Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ↵Dean Camera2012-07-111-4/+4
| | | | XPLAINBridge project AVRISP file include path to prevent build errors.
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-071-33/+33
|
* Strip out BuildTest sub-makefile contents as much as possible. Remove old ↵Dean Camera2012-06-051-3/+3
| | | | UC3 build test makefile from the ModuleTest build test. Add platform module to the example LUFA makefile.
* Replace architecture specific makefiles in the BuildTests with the new ↵Dean Camera2012-06-021-0/+34
common build system makefiles.