Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up and speed up build tests by turning off expensive and slow size ↵ | Dean Camera | 2012-05-13 | 3 | -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 Camera | 2012-05-07 | 1 | -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 Camera | 2012-04-09 | 3 | -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 Camera | 2012-03-09 | 3 | -3/+3 |
| | | | | is encountered. | ||||
* | Update Doxygen documentation build scripts to fail if any warnings are ↵ | Dean Camera | 2012-03-09 | 3 | -3/+9 |
| | | | | generated. | ||||
* | Update code and StaticAnlysisTest so that missingInclude warnings do not ↵ | Dean Camera | 2012-03-04 | 1 | -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 Camera | 2012-02-19 | 2 | -0/+9 |
| | | | | missing copyright/license headers. | ||||
* | Add build test for forced single USB modes. | Dean Camera | 2012-02-19 | 6 | -0/+2013 |
Fix UC3 Interrupt Management platform driver not compiling under C++. |