aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-1/+1
|
* 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-3/+3
| | | | the make tool to be overridden.
* Use puts_P() and printf_P() instead of the normal variants where possible in ↵Dean Camera2010-04-281-3/+3
| | | | the Host mode Class Driver demos.
* Update copyright year to 2010.Dean Camera2009-12-301-1/+1
|
* Remove old OTG demo directory with useless TestApp demo. Add new DualRole ↵Dean Camera2009-09-291-1/+1
| | | | directory with new Class Driver powered Mouse dual role demonstration application showing a dual role device using the HID host/device Class drivers.
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-201-81/+3
| | | | clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.
* Combined Keyboad and Mouse normal and interrupt driven host demos into ↵Dean Camera2009-03-201-8/+0
| | | | unified Keyboard and Mouse host demos.
* Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.Dean Camera2009-03-191-8/+0
| | | | | | Corrections to Keyboard demo. Removed AVRISP_Programmer project due to code quality concerns.
* Combined Keyboard, KeyboardViaInt and KeyboardFullInt demos into a single ↵Dean Camera2009-03-191-8/+0
| | | | unified demo.
* Incomplete non-functional BluetoothHost demo removed until it has reached a ↵Dean Camera2009-03-171-4/+0
| | | | stable state to prevent confusion.
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+125