aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added HID class bootloader, compatible with a modified version of the ↵Dean Camera2011-02-091-4/+8
| | | | command line Teensy loader from PJRC.com.
* Update copyright year on all source files.Dean Camera2011-01-011-1/+1
|
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-1/+1
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-1/+2
| | | | tool made by Laszlo Monda
* Removed TeensyHID bootloader, per request from Paul at PJRC.Dean Camera2010-05-121-4/+0
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-29/+29
| | | | correctly converted to the target system's native end of line style.
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵Dean Camera2010-05-071-9/+9
| | | | the make tool to be overridden.
* Use puts_P() and printf_P() instead of the normal variants where possible in ↵Dean Camera2010-04-281-9/+9
| | | | the Host mode Class Driver demos.
* Update copyright year to 2010.Dean Camera2009-12-301-1/+1
|
* Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.Dean Camera2009-10-111-1/+0
| | | | Removed accidental reference to the incomplete MIDI class bootloader in the Bootloader folder makefile.
* Removed mostly useless "TestApp" demo, as it was mainly useful only for ↵Dean Camera2009-09-301-1/+2
| | | | | | | | checking for sytax errors in the library. MIDI device demos now receive MIDI events from the host and display note ON messages via the board LEDs. Added beginnings of a MIDI class bootloader.
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+29