aboutsummaryrefslogtreecommitdiff
path: root/BuildTests
AgeCommit message (Expand)Author
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
2012-03-09Update Doxygen documentation build scripts to fail if any warnings are genera...Dean
2012-03-04Minor documentation improvements.Dean
2012-03-04Update code and StaticAnlysisTest so that missingInclude warnings do not have...Dean
2012-03-04Update ModuleTest to compile for each sub-family within each architecture, to...Dean
2012-02-29Update StaticAnalysisTest to check for missing header files. Fix found incorr...Dean
2012-02-28Fix warnings and errors found by the new cppcheck provided static code analysis.Dean
2012-02-28Add source static analysis build test using "cppcheck".Dean
2012-02-20Update the Android Accessory Host ClassDriver demo to use the updated class c...Dean
2012-02-19Update ModuleTest build test to use as many compile warnings as possible. Set...Dean
2012-02-19Update build test "ModuleTest" to check platform drivers where possible. Add ...Dean
2012-02-19Add build test for forced single USB modes.Dean
2012-02-18Add build tests to verify correct compilation of as many modules as possible ...Dean