aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/makefile
AgeCommit message (Expand)Author
2012-05-27Add missing documentation to custom BuiltTest hardware mapping files. Fix up ...Dean
2011-01-01Update copyright year on all source files.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-06-25Add default "all" makefile targets to the demo tree makefiles.Dean
2010-05-07Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean
2010-04-28Use puts_P() and printf_P() instead of the normal variants where possible in ...Dean
2009-12-30Update copyright year to 2010.Dean
2009-08-30Added start of the Still Image Host Class driver demo and driver code.Dean
2009-08-27Fix memory corruption in Host mode Mass Storage Class driver.Dean
2009-08-26Oops: Really disable building of Projects/Host/ClassDriver directory in the P...Dean
2009-08-11Fixed swapped paremeters in the HID state memory copy call while processing a...Dean
2009-06-19Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean
2009-06-05Add master device Host demo makefile.Dean
2009-06-05Delete host mode demos from the root Host demos folder.Dean
2009-04-20Fix errors in the KeyboardHost demo which prevented correct compilation.Dean
2009-04-01Added new GenericHIDHost demo.Dean
2009-03-20Seperated out OTG, Device and Host mode demos into seperate folders for clari...Dean