aboutsummaryrefslogtreecommitdiff
path: root/BuildTests
AgeCommit message (Expand)Author
2012-07-29Upgrade Doxygen configuration files to 1.8.1.2.Dean
2012-07-26Add OLIMEX AVR-ISP-MK2 board to the BoardDriverTest build test.Dean
2012-07-24Extend bootloader build test to include all supported configurations includin...Dean
2012-07-23Add missing supported bootloader configurations to the BootloaderTest build t...Dean
2012-07-23Update bootloader build test with bootloader target board information.Dean
2012-07-15Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Tur...Dean
2012-07-14Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk...Dean
2012-07-11Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ...Dean
2012-07-10Override the OBJDIR setting for the XPLAINBridge project, as this currently d...Dean
2012-07-10Mark build test makefiles as being incompatible with parallel make builds, as...Dean
2012-07-10Fix up makefile .NOTPARALLEL heuristics so that linear building is only enfor...Dean
2012-06-24Don't enforce silent output on submake - pass down the value set by the user ...Dean
2012-06-23Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated ...Dean
2012-06-19Add extra human readable output to the build test makefile scripts.Dean
2012-06-19Revert change to assembly file comment syntax; this apparently breaks on the ...Dean
2012-06-17Replace C style comments in assembly code with true assembly comments for con...Dean
2012-06-10Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK b...Dean
2012-06-10Minor tweak to the BuildTest master makefile for better console output.Dean
2012-06-10Fix BoardDriverTest build test clean target.Dean
2012-06-07Update SVN line endings property on newer source files to native.Dean
2012-06-06Fix errors in the SingleUSBModeTest build test. Fix logic errors in USBMode.h.Dean
2012-06-05Strip out BuildTest sub-makefile contents as much as possible. Remove old UC3...Dean
2012-06-03Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.Dean
2012-06-03Switch StaticAnalysisTest build test to use the new build system CPPCHECK mod...Dean
2012-06-02Ensure build tests use the system provided $(MAKE) variable to determine the ...Dean
2012-06-02Add C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD modu...Dean
2012-06-02Replace architecture specific makefiles in the BuildTests with the new common...Dean
2012-05-27Merge in AppConfigHeaders branch to trunk, altering all projects and demos to...Dean
2012-05-27Don't generate dependency files or a MAP file when running BuildTests where p...Dean
2012-05-27Add missing documentation to custom BuiltTest hardware mapping files. Fix up ...Dean
2012-05-19Add missing CPPCheck unusedFunction check suppressions on the USB template fu...Dean
2012-05-17Update project Doxygen and makefiles so that the resulting project documentat...Dean
2012-05-13Clean up and speed up build tests by turning off expensive and slow size opti...Dean
2012-05-13Minor tweaks to the build tests to ensure that they will operate properly on ...Dean
2012-05-13Fix incorrectly names build test directory references.Dean
2012-05-13Added build test to verify correct compilation of all bootloaders using all s...Dean
2012-05-07Speed up build tests by only building each test to the ELF output stage (when...Dean
2012-05-06Improve BoardDriverTest build test so that it will work regardless of native ...Dean
2012-05-06Complete BoardDriverTest build test.Dean
2012-05-06Add partially complete BoardDriverTest build test.Dean
2012-04-16Fix up static analysis build test so that inline suppressions for missing hea...Dean
2012-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
2012-04-09Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 ar...Dean
2012-04-09Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...Dean
2012-04-08Removed the old pseudo-scheduler from the library as it was unused and deprec...Dean
2012-04-08Add additional specific sub-family parts to the ModuleTest build test as thes...Dean
2012-04-08Pull out common options in the StaticAnalysisTest build test makefile into a ...Dean
2012-03-25Tweak static analysis check BuildTest makefile argument order to make the cal...Dean
2012-03-25Re-enable cppcheck static analysis unused function checks after adding in spe...Dean
2012-03-09Only abort Doxygen documentation generation if a non-unsupported tag warning ...Dean