aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/SingleUSBModeTest
Commit message (Collapse)AuthorAgeFilesLines
* Replace architecture specific makefiles in the BuildTests with the new ↵Dean Camera2012-06-025-1930/+42
| | | | common build system makefiles.
* Don't generate dependency files or a MAP file when running BuildTests where ↵Dean Camera2012-05-273-6/+6
| | | | possible.
* Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean Camera2012-05-271-1/+1
| | | | old copyright years on some makefiles.
* Update project Doxygen and makefiles so that the resulting project ↵Dean Camera2012-05-173-3/+3
| | | | documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
* Clean up and speed up build tests by turning off expensive and slow size ↵Dean Camera2012-05-133-12/+15
| | | | optimizations, and generation of assembly listings (*.lst) for each compiled source file.
* Speed up build tests by only building each test to the ELF output stage ↵Dean Camera2012-05-071-15/+15
| | | | (when all files are compiled and linked), rather than to the full HEX output stage as the resulting binary is not actually required.
* Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵Dean Camera2012-04-093-3/+3
| | | | | | these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export.
* Only abort Doxygen documentation generation if a non-unsupported tag warning ↵Dean Camera2012-03-093-3/+3
| | | | is encountered.
* Update Doxygen documentation build scripts to fail if any warnings are ↵Dean Camera2012-03-093-3/+9
| | | | generated.
* Update code and StaticAnlysisTest so that missingInclude warnings do not ↵Dean Camera2012-03-041-16/+20
| | | | | | 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.
* Update build test "ModuleTest" to check platform drivers where possible. Add ↵Dean Camera2012-02-192-0/+9
| | | | missing copyright/license headers.
* Add build test for forced single USB modes.Dean Camera2012-02-196-0/+2013
Fix UC3 Interrupt Management platform driver not compiling under C++.