aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrights for 2018.Dean Camera2018-01-041-1/+1
|
* Update copyrights for 2017.Dean Camera2017-04-181-1/+1
|
* Update copyrights to 2016.Dean Camera2016-01-311-1/+1
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-1/+1
|
* Update copyrights for 2014.Dean Camera2014-01-041-1/+1
|
* Update copyright year to 2013.Dean Camera2013-01-031-1/+1
|
* Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean Camera2012-05-271-1/+1
| | | | old copyright years on some makefiles.
* 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
* Add default "all" makefile targets to the demo tree makefiles.Dean Camera2010-06-251-0/+2
|
* 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
|
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-1/+1
| | | | Re-enabled building of the Host mode demos ClassDriver directory.
* Fix memory corruption in Host mode Mass Storage Class driver.Dean Camera2009-08-271-1/+1
|
* Oops: Really disable building of Projects/Host/ClassDriver directory in the ↵Dean Camera2009-08-261-1/+1
| | | | | | | | 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.
* Fixed swapped paremeters in the HID state memory copy call while processing ↵Dean Camera2009-08-111-1/+1
| | | | | | | | | | 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.
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time ↵Dean Camera2009-06-191-1/+1
| | | | 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.
* Add master device Host demo makefile.Dean Camera2009-06-051-0/+18
| | | | Copy and convert incomplete Bluetooth Host demo to the library.
* Delete host mode demos from the root Host demos folder.Dean Camera2009-06-051-46/+0
|
* Fix errors in the KeyboardHost demo which prevented correct compilation.Dean Camera2009-04-201-1/+1
|
* Added new GenericHIDHost demo.Dean Camera2009-04-011-0/+4
| | | | Corrections to the KeyboardHost and MouseHost demos' pipe handling to freeze and unfreeze the data pipes at the point of use.
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-201-0/+42
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.