aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added new VirtualSerialMassStorage Device Class Driver demo.Dean Camera2011-03-161-0/+5
|
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-0/+3
| | | | | | Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used. Added new MAX() and MIN() convenience macros.
* 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-4/+5
| | | | tool made by Laszlo Monda
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵Dean Camera2010-05-071-42/+42
| | | | the make tool to be overridden.
* Update copyright year to 2010.Dean Camera2009-12-301-1/+1
|
* Additional file renames and modifications to change CDC demos to VirtualSerial.Dean Camera2009-12-071-11/+11
|
* Added new JoystickHostWithParser demos to the library.Dean Camera2009-11-041-0/+1
| | | | Add some missing documentation to some of the library demos.
* Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial ↵Dean Camera2009-11-031-0/+3
| | | | Port and a HID Mouse.
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵Dean Camera2009-10-181-4/+0
| | | | CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
* Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias ↵Dean Camera2009-09-211-0/+4
| | | | Hullin).
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-0/+69
re-add old low level demos to a LowLevel subdirectory.