Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add LUFA DMBS extension modules, use DMBS in project makefiles. | Dean Camera | 2016-04-03 | 1 | -136/+2 |
| | |||||
* | Clean up core build system DMBS subclass module. | Dean Camera | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | Replace LUFA build system with DMBS. | Dean Camera | 2015-12-15 | 1 | -5/+5 |
| | |||||
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 1 | -1/+1 |
| | |||||
* | Add new Printer Device Class driver. | Dean Camera | 2013-05-05 | 1 | -0/+1 |
| | |||||
* | Ensure that the core USB driver source filenames are not duplicated in the ↵ | Dean Camera | 2013-01-03 | 1 | -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 Camera | 2013-01-03 | 1 | -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 Camera | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Minor documentation and formatting updates. | Dean Camera | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | Rename build system module makefiles from "lufa.MODULE.in" to ↵ | Dean Camera | 2012-07-14 | 1 | -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. |