Dean Camera
8cfa2e8023
Add automatic application start on virtual disk ejection to the Mass Storage class bootloader.
2013-07-06 12:26:33 +02:00
Dean Camera
4175fe03ee
Force-disable the inbuilt makefile rules as well as suffixes in the core build system makefile.
2013-06-03 20:54:12 +02:00
Dean Camera
de0df8b162
Update copyright year to 2013.
2013-01-03 11:37:33 +00:00
Dean Camera
8d8e5c06b9
Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build system module. Clean up CORE build system module.
2012-08-18 12:07:05 +00:00
Dean Camera
7375c789e1
Document build system targets. Add a rule to the BUILD module that is run if 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).
2012-08-18 10:45:29 +00:00
Dean Camera
a5abb0eb3f
Clean up CORE build system mode makefile.
2012-08-11 11:45:02 +00:00
Dean Camera
b7e3c86e4e
Rename build system module makefiles from "lufa.MODULE.in" to "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.
2012-07-14 13:18:13 +00:00