aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/SingleUSBModeTest/makefile
AgeCommit message (Collapse)Author
2012-07-14Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean
"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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2400 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-10Mark build test makefiles as being incompatible with parallel make builds, ↵Dean
as they re-use the same object directories. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2395 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-24Don't enforce silent output on submake - pass down the value set by the user ↵Dean
implicitly instead. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2372 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated ↵Dean
make variables. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2368 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-19Add extra human readable output to the build test makefile scripts.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2356 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-07Update SVN line endings property on newer source files to native.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2317 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-06Fix errors in the SingleUSBModeTest build test. Fix logic errors in USBMode.h.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2315 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-05Strip out BuildTest sub-makefile contents as much as possible. Remove old ↵Dean
UC3 build test makefile from the ModuleTest build test. Add platform module to the example LUFA makefile. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2308 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2301 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Switch StaticAnalysisTest build test to use the new build system CPPCHECK ↵Dean
module. Update additional build tests to all include the core build system module. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2300 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Replace architecture specific makefiles in the BuildTests with the new ↵Dean
common build system makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2267 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean
old copyright years on some makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2243 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-07Speed up build tests by only building each test to the ELF output stage ↵Dean
(when all files are compiled and linked), rather than to the full HEX output stage as the resulting binary is not actually required. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2191 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-04Update code and StaticAnlysisTest so that missingInclude warnings do not ↵Dean
have to be suppressed, and so that all code except for third party libraries can be checked. Update SingleUSBModeTest makefile to separate out the messages from the test commands. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2079 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-19Update build test "ModuleTest" to check platform drivers where possible. Add ↵Dean
missing copyright/license headers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2056 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-19Add build test for forced single USB modes.Dean
Fix UC3 Interrupt Management platform driver not compiling under C++. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2054 d5102386-fcda-11dd-9fdb-3debd5008f28