aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/ModuleTest/makefile.uc3
AgeCommit message (Collapse)Author
2012-06-05Strip out BuildTest sub-makefile contents as much as possible. Remove old ↵Dean
UC3 build test makefile from the ModuleTest build test. Add platform module to the example LUFA makefile. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2308 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-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-02-20Update the Android Accessory Host ClassDriver demo to use the updated class ↵Dean
configuration API. Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it. Minor documentation improvements. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2064 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-19Update build test "ModuleTest" to check platform drivers where possible. Add ↵Dean
missing copyright/license headers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2056 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