aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/makefile
AgeCommit message (Collapse)Author
2012-05-27Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean
old copyright years on some makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2243 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-01Update copyright year on all source files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify ↵Dean
tool made by Laszlo Monda git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-06-25Add default "all" makefile targets to the demo tree makefiles.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1354 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-07Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵Dean
the make tool to be overridden. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1247 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-04-28Use puts_P() and printf_P() instead of the normal variants where possible in ↵Dean
the Host mode Class Driver demos. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1223 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-30Update copyright year to 2010.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1032 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-30Added start of the Still Image Host Class driver demo and driver code.Dean
Re-enabled building of the Host mode demos ClassDriver directory. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@794 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-27Fix memory corruption in Host mode Mass Storage Class driver.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@784 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-26Oops: Really disable building of Projects/Host/ClassDriver directory in the ↵Dean
Projects/Host/ makefile. Add more skeleton functions and definitions to the Mass Storage Host mode Class driver. Made Endpoint_Write_DWord_* functions echo the structure of the matching Endpoint routines for clarity. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@775 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-11Fixed swapped paremeters in the HID state memory copy call while processing ↵Dean
a HID PUSH item in the HID report parser. Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed. Make RNDIS device class driver include the CDC device class driver header, so that it can inherrit the required CDC functional descriptor macro. Make HID host class driver include the HID report parser. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@732 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-19Fix makefiles -- the auto-addition of -D switches to each LUFA compile time ↵Dean
option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@616 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-05Add master device Host demo makefile.Dean
Copy and convert incomplete Bluetooth Host demo to the library. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@578 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-05Delete host mode demos from the root Host demos folder.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@577 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-04-20Fix errors in the KeyboardHost demo which prevented correct compilation.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@518 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-04-01Added new GenericHIDHost demo.Dean
Corrections to the KeyboardHost and MouseHost demos' pipe handling to freeze and unfreeze the data pipes at the point of use. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@489 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-03-20Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@475 d5102386-fcda-11dd-9fdb-3debd5008f28