Dean Camera
bb85d083a7
Fix warnings and errors found by the new cppcheck provided static code analysis.
2012-02-28 20:40:24 +00:00
Dean Camera
b762780343
Add source static analysis build test using "cppcheck".
2012-02-28 20:07:52 +00:00
Dean Camera
1dcc1fe527
Update the Android Accessory Host ClassDriver demo to use the updated class 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.
2012-02-20 22:07:25 +00:00
Dean Camera
bbe7c77b91
Update ModuleTest build test to use as many compile warnings as possible. Set -Werror so that any generated warnings produce an error.
2012-02-19 15:02:28 +00:00
Dean Camera
0e4ece1d1d
Update build test "ModuleTest" to check platform drivers where possible. Add missing copyright/license headers.
2012-02-19 13:30:08 +00:00
Dean Camera
2f036ae2bf
Add build test for forced single USB modes.
...
Fix UC3 Interrupt Management platform driver not compiling under C++.
2012-02-19 01:17:54 +00:00
Dean Camera
1132488e8f
Add build tests to verify correct compilation of as many modules as possible 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.
2012-02-18 23:33:12 +00:00