Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 1 | -1/+1 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Rename build system module makefiles from "lufa.MODULE.in" to ↵ | Dean Camera | 2012-07-14 | 1 | -1/+1 |
| | | | | | | | | "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked. Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile. | ||||
* | Mark build test makefiles as being incompatible with parallel make builds, ↵ | Dean Camera | 2012-07-10 | 1 | -0/+3 |
| | | | | as they re-use the same object directories. | ||||
* | Don't enforce silent output on submake - pass down the value set by the user ↵ | Dean Camera | 2012-06-24 | 1 | -6/+6 |
| | | | | implicitly instead. | ||||
* | Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated ↵ | Dean Camera | 2012-06-23 | 1 | -5/+5 |
| | | | | make variables. | ||||
* | Add extra human readable output to the build test makefile scripts. | Dean Camera | 2012-06-19 | 1 | -0/+3 |
| | |||||
* | Update SVN line endings property on newer source files to native. | Dean Camera | 2012-06-07 | 1 | -60/+60 |
| | |||||
* | Strip out BuildTest sub-makefile contents as much as possible. Remove old ↵ | Dean Camera | 2012-06-05 | 1 | -3/+3 |
| | | | | UC3 build test makefile from the ModuleTest build test. Add platform module to the example LUFA makefile. | ||||
* | Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH. | Dean Camera | 2012-06-03 | 1 | -1/+3 |
| | |||||
* | Switch StaticAnalysisTest build test to use the new build system CPPCHECK ↵ | Dean Camera | 2012-06-03 | 1 | -1/+5 |
| | | | | module. Update additional build tests to all include the core build system module. | ||||
* | Replace architecture specific makefiles in the BuildTests with the new ↵ | Dean Camera | 2012-06-02 | 1 | -9/+6 |
| | | | | common build system makefiles. | ||||
* | Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵ | Dean Camera | 2012-05-27 | 1 | -1/+1 |
| | | | | old copyright years on some makefiles. | ||||
* | Speed up build tests by only building each test to the ELF output stage ↵ | Dean Camera | 2012-05-07 | 1 | -9/+9 |
| | | | | (when all files are compiled and linked), rather than to the full HEX output stage as the resulting binary is not actually required. | ||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 1 | -1/+5 |
| | |||||
* | Add additional specific sub-family parts to the ModuleTest build test as ↵ | Dean Camera | 2012-04-08 | 1 | -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 Camera | 2012-03-04 | 1 | -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 Camera | 2012-03-04 | 1 | -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 Camera | 2012-02-19 | 1 | -0/+6 |
| | | | | missing copyright/license headers. | ||||
* | Add build tests to verify correct compilation of as many modules as possible ↵ | Dean Camera | 2012-02-18 | 1 | -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. |