aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa_sources.mk
Commit message (Collapse)AuthorAgeFilesLines
* Replace LUFA build system with DMBS.Dean Camera2015-12-151-5/+5
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-1/+1
|
* Update copyrights for 2014.Dean Camera2014-01-041-1/+1
|
* Add new Printer Device Class driver.Dean Camera2013-05-051-0/+1
|
* Ensure that the core USB driver source filenames are not duplicated in the ↵Dean Camera2013-01-031-1/+1
| | | | LUFA_SRC_USB makefile variable of the LUFA sources build module, so that parallel builds still work.
* Split up USB source files in lufa_sources.mk build system module so that ↵Dean Camera2013-01-031-41/+68
| | | | applications can pull in mode-specific USB support rather than having to compile all files even if it is known they will not be used.
* Update copyright year to 2013.Dean Camera2013-01-031-1/+1
|
* Minor documentation and formatting updates.Dean Camera2012-08-151-1/+1
|
* Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean Camera2012-07-141-0/+116
"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.