aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/ModuleTest/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add additional specific sub-family parts to the ModuleTest build test as ↵Dean Camera2012-04-081-2/+2
| | | | | | these may have minor header file differences to their standard family cousins. Clean up of main library Makefile to extract out the library version once into a make variable for easy reference.
* Update code and StaticAnlysisTest so that missingInclude warnings do not ↵Dean Camera2012-03-041-10/+10
| | | | | | have to be suppressed, and so that all code except for third party libraries can be checked. Update SingleUSBModeTest makefile to separate out the messages from the test commands.
* Update ModuleTest to compile for each sub-family within each architecture, ↵Dean Camera2012-03-041-7/+23
| | | | to ensure that the code compiles for all devices (not just for one device in each architecture).
* Update build test "ModuleTest" to check platform drivers where possible. Add ↵Dean Camera2012-02-191-0/+6
| | | | missing copyright/license headers.
* Add build tests to verify correct compilation of as many modules as possible ↵Dean Camera2012-02-181-0/+31
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.