aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa_dfu.mk
Commit message (Collapse)AuthorAgeFilesLines
* Replace LUFA build system with DMBS.Dean Camera2015-12-151-87/+2
|
* Update dfu-programmer command line arguments, old argument names have been ↵Dean Camera2015-11-081-1/+1
| | | | changed in newer releases.
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-1/+1
|
* Update copyrights for 2014.Dean Camera2014-01-041-6/+6
|
* Update copyright year to 2013.Dean Camera2013-01-031-1/+1
|
* Fix flip-ee DFU build target accidentally erasing the target FLASH memory space.Dean Camera2012-09-221-3/+1
|
* Fix up some missing target dependencies and output messages in the LUFA ↵Dean Camera2012-09-171-2/+2
| | | | build system makefiles.
* Document build system targets. Add a rule to the BUILD module that is run if ↵Dean Camera2012-08-181-0/+4
| | | | a source file does not exist to show an error to the user, rather than running the check-source rule before each build (slightly faster/more portable and the generated error is then a true make error).
* Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean Camera2012-07-141-0/+93
"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.