aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa.hid.in
Commit message (Collapse)AuthorAgeFilesLines
* Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean Camera2012-07-141-88/+0
| | | | | | | | "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.
* Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in ↵Dean Camera2012-07-141-6/+6
| | | | line with the DFU module target names.
* Clean up HID EEPROM loader shim application code, simplify project makefile. ↵Dean Camera2012-07-081-2/+2
| | | | 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-2/+20
| | | | user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target.
* Add svn:eol-style property on all source files where it was missing. Fix ↵Dean Camera2012-06-211-70/+70
| | | | line endings of all makefile, *.c and *.h files.
* Add HID bootloader build module (thanks to Stefan Hellermann).Dean Camera2012-06-211-0/+70