aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/BoardDriverTest
AgeCommit message (Collapse)Author
2012-07-26Add OLIMEX AVR-ISP-MK2 board to the BoardDriverTest build test.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2422 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-15Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. ↵Dean
Turn off generation of debug information when performing a validation build, and when running the build tests. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2404 d5102386-fcda-11dd-9fdb-3debd5008f28
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-11Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ↵Dean
XPLAINBridge project AVRISP file include path to prevent build errors. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2398 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-10Fix BoardDriverTest build test clean target.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2326 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-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-02Ensure build tests use the system provided $(MAKE) variable to determine the ↵Dean
command to invoke make, rather than a hard-coded name. Strip off excess whitespace from the list of object files when printing them out to the shell in the build system BUILD module. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2278 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-27Merge in AppConfigHeaders branch to trunk, altering all projects and demos ↵Dean
to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2251 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Don't generate dependency files or a MAP file when running BuildTests where ↵Dean
possible. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2248 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-17Update project Doxygen and makefiles so that the resulting project ↵Dean
documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2221 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Clean up and speed up build tests by turning off expensive and slow size ↵Dean
optimizations, and generation of assembly listings (*.lst) for each compiled source file. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2216 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Minor tweaks to the build tests to ensure that they will operate properly on ↵Dean
all systems. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2211 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Added build test to verify correct compilation of all bootloaders using all ↵Dean
supported devices. Fixed compile error with the unreleased ATMEGA32U6 device. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2204 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-05-06Improve BoardDriverTest build test so that it will work regardless of native ↵Dean
line endings. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2189 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Complete BoardDriverTest build test.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2188 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Add partially complete BoardDriverTest build test.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2187 d5102386-fcda-11dd-9fdb-3debd5008f28