index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
BuildTests
/
ModuleTest
Age
Commit message (
Expand
)
Author
2012-07-11
Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ...
Dean
2012-07-10
Mark build test makefiles as being incompatible with parallel make builds, as...
Dean
2012-06-24
Don't enforce silent output on submake - pass down the value set by the user ...
Dean
2012-06-23
Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated ...
Dean
2012-06-19
Add extra human readable output to the build test makefile scripts.
Dean
2012-06-19
Revert change to assembly file comment syntax; this apparently breaks on the ...
Dean
2012-06-17
Replace C style comments in assembly code with true assembly comments for con...
Dean
2012-06-07
Update SVN line endings property on newer source files to native.
Dean
2012-06-05
Strip out BuildTest sub-makefile contents as much as possible. Remove old UC3...
Dean
2012-06-03
Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.
Dean
2012-06-03
Switch StaticAnalysisTest build test to use the new build system CPPCHECK mod...
Dean
2012-06-02
Add C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD modu...
Dean
2012-06-02
Replace architecture specific makefiles in the BuildTests with the new common...
Dean
2012-05-27
Don't generate dependency files or a MAP file when running BuildTests where p...
Dean
2012-05-27
Add missing documentation to custom BuiltTest hardware mapping files. Fix up ...
Dean
2012-05-17
Update project Doxygen and makefiles so that the resulting project documentat...
Dean
2012-05-13
Clean up and speed up build tests by turning off expensive and slow size opti...
Dean
2012-05-07
Speed up build tests by only building each test to the ELF output stage (when...
Dean
2012-04-14
Reintegrate the FullEPAddresses development branch into trunk.
Dean
2012-04-09
Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 ar...
Dean
2012-04-09
Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...
Dean
2012-04-08
Removed the old pseudo-scheduler from the library as it was unused and deprec...
Dean
2012-04-08
Add additional specific sub-family parts to the ModuleTest build test as thes...
Dean
2012-03-09
Only abort Doxygen documentation generation if a non-unsupported tag warning ...
Dean
2012-03-09
Update Doxygen documentation build scripts to fail if any warnings are genera...
Dean
2012-03-04
Update code and StaticAnlysisTest so that missingInclude warnings do not have...
Dean
2012-03-04
Update ModuleTest to compile for each sub-family within each architecture, to...
Dean
2012-02-20
Update the Android Accessory Host ClassDriver demo to use the updated class c...
Dean
2012-02-19
Update ModuleTest build test to use as many compile warnings as possible. Set...
Dean
2012-02-19
Update build test "ModuleTest" to check platform drivers where possible. Add ...
Dean
2012-02-18
Add build tests to verify correct compilation of as many modules as possible ...
Dean