aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates/makefile_template.avr8
Commit message (Collapse)AuthorAgeFilesLines
* Replace architecture specific makefiles in the BuildTests with the new ↵Dean Camera2012-06-021-715/+0
| | | | common build system makefiles.
* 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.
* 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.
* Fix typos in makefile templates.Dean Camera2011-11-091-1/+1
|
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
|
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-713/+713
|
* Add new "checksource" target to the library makefiles, for automated source ↵Dean Camera2011-06-201-1/+10
| | | | file existance checking.
* Slight cleanups to the architecture specific makefile templates to make the ↵Dean Camera2011-04-121-10/+8
| | | | common configuration sections as identical as possible.
* Update architecture specific makefile templates so that they are as close to ↵Dean Camera2011-04-121-15/+10
| | | | one-another as possible.
* Add makefile template for the AVR32 UC3 architecture.Dean Camera2011-04-121-0/+711