aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/SingleUSBModeTest
Commit message (Collapse)AuthorAgeFilesLines
* 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++.