Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename build system module makefiles from "lufa.MODULE.in" to ↵ | Dean Camera | 2012-07-14 | 1 | -84/+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 Camera | 2012-06-21 | 1 | -3/+5 |
| | |||||
* | Minor build system improvements - move out AVRDUDE base flags into a ↵ | Dean Camera | 2012-06-17 | 1 | -2/+5 |
| | | | | makefile variable, clean up BUILD module. | ||||
* | Add a list of module provided make variables and macros to the build system ↵ | Dean Camera | 2012-06-10 | 1 | -4/+14 |
| | | | | modules. | ||||
* | Change the build system build module makefiles to have a set of sanity check ↵ | Dean Camera | 2012-06-10 | 1 | -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 Camera | 2012-06-07 | 1 | -69/+69 |
| | |||||
* | Simplify AVRDUDE build module, ensure that the correct target names for ↵ | Dean Camera | 2012-06-06 | 1 | -6/+2 |
| | | | | FLASH and EEPROM writing are passed to the programmer tool. | ||||
* | Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵ | Dean Camera | 2012-06-04 | 1 | -8/+9 |
| | | | | all application makefiles. | ||||
* | Add explicit blank checks in the build system for user-set but blank ↵ | Dean Camera | 2012-06-03 | 1 | -2/+9 |
| | | | | variables that must not be blank. | ||||
* | Add .PHONY targets in all build system modules. Alter BUILD module so that ↵ | Dean Camera | 2012-06-03 | 1 | -0/+3 |
| | | | | the existence of source files are checked before the build is started. | ||||
* | Add $(MAKEFILE_LIST) as a dependency on build rules that could be altered by ↵ | Dean Camera | 2012-06-03 | 1 | -2/+2 |
| | | | | changes to the makefiles - if the user alters the project makefile, require that all modules are rebuilt. | ||||
* | Rename program_ee AVRDUDE module target to program-ee. Update CORE build ↵ | Dean Camera | 2012-06-02 | 1 | -3/+3 |
| | | | | module to print out lists one item per line, rather than all on one line. | ||||
* | Fix AVRDUDE and BUILD build system module comments. | Dean Camera | 2012-06-02 | 1 | -1/+1 |
| | |||||
* | Clean up CORE build system module, use simple rather than recursive make ↵ | Dean Camera | 2012-06-02 | 1 | -1/+1 |
| | | | | variables for internal constants and $(shell) derived values. | ||||
* | Add EEPROM programming target to the AVRDUDE build system module. Correct ↵ | Dean Camera | 2012-06-02 | 1 | -5/+15 |
| | | | | message output test for the BUILD build system module. Clean up DOXYGEN build system module logic. | ||||
* | Clean up ordering of build system module sanity checks. | Dean Camera | 2012-06-02 | 1 | -6/+6 |
| | |||||
* | Simplify build system mandatory parameter/variable sanity checks. | Dean Camera | 2012-06-02 | 1 | -10/+6 |
| | |||||
* | Add build system targets for lists of mandatory and optional ↵ | Dean Camera | 2012-06-02 | 1 | -2/+4 |
| | | | | parameters/variables. | ||||
* | Switch over Demos, Bootloaders and Projects to the new and improved build ↵ | Dean Camera | 2012-06-01 | 1 | -0/+54 |
system. |