aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/HID_EEPROM_Loader
Commit message (Collapse)AuthorAgeFilesLines
* 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-082-11/+23
| | | | 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-082-0/+93
user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target.