| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
LUFA_SRC_USB makefile variable of the LUFA sources build module, so that parallel builds still work.
|
|
|
|
| |
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.
|
| |
|
| |
|
|
"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.
|