- 09 Mar, 2012 2 commits
-
-
Dean Camera authored
Update maintenance scripts to add targets to validate the current branch for complete correctness. Add maintenance script target for checking for release suitability.
-
Dean Camera authored
-
- 08 Mar, 2012 5 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Prevent the first maintenance script rule from running if no target is specified to the maintenance script.
-
Dean Camera authored
-
- 07 Mar, 2012 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- 06 Mar, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT is specified (thanks to Andrus Aaslaid).
-
- 05 Mar, 2012 1 commit
-
-
Dean Camera authored
Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to 32, to prevent communication errors on low quality connections to a target.
-
- 04 Mar, 2012 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
Update code and StaticAnlysisTest so that missingInclude warnings do not 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.
-
Dean Camera authored
-
Dean Camera authored
Update ModuleTest to compile for each sub-family within each architecture, to ensure that the code compiles for all devices (not just for one device in each architecture).
-
- 29 Feb, 2012 1 commit
-
-
Dean Camera authored
Update StaticAnalysisTest to check for missing header files. Fix found incorrect header file paths in the demos and projects.
-
- 28 Feb, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 26 Feb, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Fixed possible enumeration error if the user application selects the non-Control pipe between the Powered and Default states of the host state machine.
-
- 25 Feb, 2012 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- 24 Feb, 2012 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
-
Dean Camera authored
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
-
- 22 Feb, 2012 1 commit
-
-
Dean Camera authored
-
- 20 Feb, 2012 2 commits
-
-
Dean Camera authored
Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it. Minor documentation improvements.
-
Dean Camera authored
-
- 19 Feb, 2012 8 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fix errors uncovered by the new build test compile warnings; fix UC3 pipe configuration function broken, redundant function prototypes and unused parameters.
-
Dean Camera authored
All USB Class Driver configuration struct values are now non-const, to allow for run-time modifications if required before configuring an instance.
-
Dean Camera authored
Update ModuleTest build test to use as many compile warnings as possible. Set -Werror so that any generated warnings produce an error.
-
Dean Camera authored
Update build test "ModuleTest" to check platform drivers where possible. Add missing copyright/license headers.
-
Dean Camera authored
Oops - don't reset AVRISP-MKII timeout in XPROG mode, as this is synchronous serial and data is always received regardless of attached or non-attached target.
-
Dean Camera authored
Fix UC3 Interrupt Management platform driver not compiling under C++.
-
- 18 Feb, 2012 1 commit
-
-
Dean Camera authored
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.
-