aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/ModuleTest/makefile.avr8
AgeCommit message (Collapse)Author
2012-06-02Replace architecture specific makefiles in the BuildTests with the new ↵Dean
common build system makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2267 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Don't generate dependency files or a MAP file when running BuildTests where ↵Dean
possible. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2248 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-17Update project Doxygen and makefiles so that the resulting project ↵Dean
documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2221 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Clean up and speed up build tests by turning off expensive and slow size ↵Dean
optimizations, and generation of assembly listings (*.lst) for each compiled source file. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2216 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-09Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 ↵Dean
architecture ModuleTest build test makefile. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2153 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-09Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵Dean
these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2150 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-08Removed the old pseudo-scheduler from the library as it was unused and ↵Dean
deprecated since the 090810 release. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2149 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Only abort Doxygen documentation generation if a non-unsupported tag warning ↵Dean
is encountered. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2104 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Update Doxygen documentation build scripts to fail if any warnings are ↵Dean
generated. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2101 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-04Update ModuleTest to compile for each sub-family within each architecture, ↵Dean
to ensure that the code compiles for all devices (not just for one device in each architecture). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2077 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-19Update ModuleTest build test to use as many compile warnings as possible. ↵Dean
Set -Werror so that any generated warnings produce an error. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2057 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-18Add build tests to verify correct compilation of as many modules as possible ↵Dean
under as many architectures as possible. Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file. Fix missing semicolon in the UC3 architecture host pipe functions. Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2053 d5102386-fcda-11dd-9fdb-3debd5008f28