aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BoardDriverTest/makefile.xmega
Commit message (Collapse)AuthorAgeFilesLines
* Replace architecture specific makefiles in the BuildTests with the new ↵Dean Camera2012-06-021-705/+0
| | | | common build system makefiles.
* Don't generate dependency files or a MAP file when running BuildTests where ↵Dean Camera2012-05-271-2/+2
| | | | possible.
* 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.
* Add partially complete BoardDriverTest build test.Dean Camera2012-05-061-0/+704