aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵Dean Camera2010-05-071-2/+2
| | | | the make tool to be overridden.
* Use puts_P() and printf_P() instead of the normal variants where possible in ↵Dean Camera2010-04-281-2/+2
| | | | the Host mode Class Driver demos.
* Update copyright year to 2010.Dean Camera2009-12-301-1/+1
|
* Remove outdated AVRStudio project files from demos, projects, bootloaders. ↵Dean Camera2009-06-051-0/+18
| | | | Fix makefiles of ClassDriver device demos.
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-69/+0
| | | | re-add old low level demos to a LowLevel subdirectory.
* Added new GenericHID device demo application.Dean Camera2009-03-291-0/+4
|
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-201-0/+65
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.