aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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