Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ModuleTest build test to use as many compile warnings as possible. ↵ | Dean Camera | 2012-02-19 | 3 | -17/+78 |
| | | | | Set -Werror so that any generated warnings produce an error. | ||||
* | Update build test "ModuleTest" to check platform drivers where possible. Add ↵ | Dean Camera | 2012-02-19 | 6 | -3/+136 |
| | | | | missing copyright/license headers. | ||||
* | Add build tests to verify correct compilation of as many modules as possible ↵ | Dean Camera | 2012-02-18 | 8 | -0/+1977 |
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. |