summaryrefslogtreecommitdiff
path: root/Bootloaders/HID/makefile
AgeCommit message (Collapse)Author
2011-07-15Add missing SVN eol-style property to files where it was missing.LUFA-110528-BETADean
git-svn-id: http://lufa-lib.googlecode.com/svn/tags/LUFA-110528-BETA@1887 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-03-21F_CLOCK changed to F_USB to be more descriptive, and applicable on future ↵Dean
architecture ports. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1720 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean
device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1669 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-10Add static keyword to all project globals whose scope should be restricted ↵Dean
to the same module as they are declared in. Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1661 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-09Update HID bootloader loader application to support the VID/PID used by the ↵Dean
bootloader. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1659 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-09Added HID class bootloader, compatible with a modified version of the ↵Dean
command line Teensy loader from PJRC.com. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1658 d5102386-fcda-11dd-9fdb-3debd5008f28