aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/HID_EEPROM_Loader/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace LUFA build system with DMBS.Dean Camera2015-12-151-42/+0
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-1/+1
|
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Update copyright year to 2013.Dean Camera2013-01-031-1/+1
|
* Add help text to the project makefiles to help new users get information on ↵Dean Camera2012-08-111-0/+2
| | | | the improved build system.
* Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean Camera2012-07-141-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 Camera2012-07-111-1/+1
| | | | XPLAINBridge project AVRISP file include path to prevent build errors.
* Remove unnecessary build system modules from the HID EEPROM Loader shim ↵Dean Camera2012-07-091-4/+0
| | | | application makefile.
* Clean up HID EEPROM loader shim application code, simplify project makefile. ↵Dean Camera2012-07-081-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 Camera2012-07-081-0/+45
user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target.