aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/ModuleTest/makefile.test
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-1/+1
|
* Update copyrights for 2018.Dean Camera2018-01-041-1/+1
|
* Update copyrights for 2017.Dean Camera2017-04-181-1/+1
|
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-031-3/+9
|
* Update copyrights to 2016.Dean Camera2016-01-311-1/+1
|
* Fix up broken module build tests.Dean Camera2015-11-151-1/+1
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-1/+1
|
* Update copyrights for 2014.Dean Camera2014-01-041-1/+1
|
* Enable C++ compatibility check warnings in the ModuleTest build test.Dean Camera2013-03-141-6/+8
|
* Update copyright year to 2013.Dean Camera2013-01-031-1/+1
|
* Update ModuleTest build test to enable new warnings supported in the latest ↵Dean Camera2012-09-091-6/+24
| | | | Atmel Toolchain release's included AVR-GCC version.
* Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning ↵Dean Camera2012-09-091-1/+1
| | | | switch.
* Add help text to the project makefiles to help new users get information on ↵Dean Camera2012-08-111-0/+2
| | | | the improved build system.
* Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. ↵Dean Camera2012-07-151-0/+1
| | | | Turn off generation of debug information when performing a validation build, and when running the build tests.
* Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean Camera2012-07-141-2/+2
| | | | | | | | "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.
* Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ↵Dean Camera2012-07-111-1/+1
| | | | XPLAINBridge project AVRISP file include path to prevent build errors.
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-071-64/+64
|
* Strip out BuildTest sub-makefile contents as much as possible. Remove old ↵Dean Camera2012-06-051-8/+7
| | | | UC3 build test makefile from the ModuleTest build test. Add platform module to the example LUFA makefile.
* Add C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD ↵Dean Camera2012-06-021-4/+7
| | | | module to allow for language-specific compiler/assembler flags.
* Replace architecture specific makefiles in the BuildTests with the new ↵Dean Camera2012-06-021-0/+63
common build system makefiles.