aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/SingleUSBModeTest/makefile.xmega
Commit message (Collapse)AuthorAgeFilesLines
* Update project Doxygen and makefiles so that the resulting project ↵Dean Camera2012-05-171-1/+1
| | | | 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-131-4/+5
| | | | optimizations, and generation of assembly listings (*.lst) for each compiled source file.
* Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵Dean Camera2012-04-091-1/+1
| | | | | | 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-091-1/+1
| | | | is encountered.
* Update Doxygen documentation build scripts to fail if any warnings are ↵Dean Camera2012-03-091-1/+3
| | | | generated.
* Add build test for forced single USB modes.Dean Camera2012-02-191-0/+703
Fix UC3 Interrupt Management platform driver not compiling under C++.