Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add help text to the project makefiles to help new users get information on ↵ | Dean Camera | 2012-08-11 | 1 | -0/+2 |
| | | | | the improved build system. | ||||
* | Upgrade Doxygen configuration files to 1.8.1.2. | Dean Camera | 2012-07-29 | 1 | -4/+4 |
| | |||||
* | Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. ↵ | Dean Camera | 2012-07-15 | 1 | -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 Camera | 2012-07-14 | 1 | -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 Camera | 2012-07-11 | 1 | -4/+4 |
| | | | | XPLAINBridge project AVRISP file include path to prevent build errors. | ||||
* | Update SVN line endings property on newer source files to native. | Dean Camera | 2012-06-07 | 1 | -33/+33 |
| | |||||
* | Strip out BuildTest sub-makefile contents as much as possible. Remove old ↵ | Dean Camera | 2012-06-05 | 1 | -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 Camera | 2012-06-02 | 1 | -0/+34 |
common build system makefiles. |