Commit Graph

11 Commits (730db924c92de6db6c3115325984f740ef300dd4)

Author SHA1 Message Date
Dean Camera de0df8b162 Update copyright year to 2013.
12 years ago
Dean Camera ce5f5bd1c3 Update ModuleTest build test to enable new warnings supported in the latest Atmel Toolchain release's included AVR-GCC version.
12 years ago
Dean Camera 7a51e97c3b Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch.
12 years ago
Dean Camera 9c590e41d7 Add help text to the project makefiles to help new users get information on the improved build system.
12 years ago
Dean Camera 3ca025f214 Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Turn off generation of debug information when performing a validation build, and when running the build tests.
12 years ago
Dean Camera b7e3c86e4e Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process.
12 years ago
Dean Camera 1faa5ba70a Fix project makefiles - remove trailing slash from LUFA_PATH entries and the XPLAINBridge project AVRISP file include path to prevent build errors.
12 years ago
Dean Camera 6e29655b54 Update SVN line endings property on newer source files to native.
12 years ago
Dean Camera 000c4c6c5c Strip out BuildTest sub-makefile contents as much as possible. Remove old UC3 build test makefile from the ModuleTest build test. Add platform module to the example LUFA makefile.
12 years ago
Dean Camera 924c0eb6ac Add C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD module to allow for language-specific compiler/assembler flags.
12 years ago
Dean Camera 2b332d3231 Replace architecture specific makefiles in the BuildTests with the new common build system makefiles.
12 years ago