Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace LUFA build system with DMBS. | Dean Camera | 2015-12-15 | 1 | -42/+0 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Add help text to the project makefiles to help new users get information on ↵ | Dean Camera | 2012-08-11 | 1 | -0/+2 |
| | | | | the improved build system. | ||||
* | Rename build system module makefiles from "lufa.MODULE.in" to ↵ | Dean Camera | 2012-07-14 | 1 | -5/+5 |
| | | | | | | | | "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. | ||||
* | Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ↵ | Dean Camera | 2012-07-11 | 1 | -1/+1 |
| | | | | XPLAINBridge project AVRISP file include path to prevent build errors. | ||||
* | Remove unnecessary build system modules from the HID EEPROM Loader shim ↵ | Dean Camera | 2012-07-09 | 1 | -4/+0 |
| | | | | application makefile. | ||||
* | Clean up HID EEPROM loader shim application code, simplify project makefile. ↵ | Dean Camera | 2012-07-08 | 1 | -8/+7 |
| | | | | Ensure shim application is properly rebuild by explicitly cleaning it before requesting a rebuild. | ||||
* | Update BUILD build system module with OBJECT_FILES variable, for additional ↵ | Dean Camera | 2012-07-08 | 1 | -0/+45 |
user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target. |