aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+4
|
* Update copyright year to 2013.Dean Camera2013-01-031-1/+1
|
* Use immediate variable expansion in the second-deepest level makefile ↵Dean Camera2012-07-141-1/+1
| | | | scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable.
* Fix up makefile .NOTPARALLEL heuristics so that linear building is only ↵Dean Camera2012-07-101-4/+6
| | | | enforced if no object folder set and the "all" target is run. Rename library "ConfigDescriptor.c" file to "ConfigDescriptors.c" to ensure that object filenames are unique.
* Slightly better method of recursive make - use proper make dependencies to ↵Dean Camera2012-07-101-4/+17
| | | | allow for parallel builds.
* Don't enforce silent output on submake - pass down the value set by the user ↵Dean Camera2012-06-241-2/+2
| | | | implicitly instead.
* Add OBJDIR optional build variable to the BULD build system module, to allow ↵Dean Camera2012-06-101-0/+2
| | | | the user project to relocate the output object and dependency files to a different directory.
* Fix typos in recursive make rules.Dean Camera2012-06-041-1/+1
|
* Add emergency aborts to the recursive makefiles to prevent system failures ↵Dean Camera2012-06-041-0/+7
| | | | due to infinite recursion if something happens while building the project lists.
* Quiet initial recursive makefile invocation for all projects.Dean Camera2012-06-031-2/+2
|
* Use auto-detection of project directories for the demo, project and ↵Dean Camera2012-06-031-29/+4
| | | | bootloader makefiles.
* Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean Camera2012-06-011-55/+28
| | | | system.
* Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean Camera2012-05-271-1/+1
| | | | old copyright years on some makefiles.
* Add new Android Open Accessory class driver to the library core and add a ↵Dean Camera2011-11-241-0/+4
| | | | new Android Open Accessory Host ClassDriver demo.
* Add missing AS4 and project description files to the new Audio Host demos.Dean Camera2011-06-091-0/+8
| | | | Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate).
* 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-33/+33
| | | | the make tool to be overridden.
* Add new LUFA logo by Ryo Yamauchi.Dean Camera2010-03-251-4/+5
|
* 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-4/+4
|
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost ↵Dean Camera2009-11-261-0/+4
| | | | | | | | Class Driver demo. Fixed all Class drivers to ensure they have appropriate guards on each function to ensure the device is enumerated before running, fixed error codes on all guards to return "DeviceDisconnected" where possble. Renamed HOST_SENDCONTROL_DeviceDisconnect enum value to HOST_SENDCONTROL_DeviceDisconnected to be in line with the rest of the library enum error codes.
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-0/+4
| | | | | | Added new Printer Host mode ClassDriver demo. Added table of supported classes and modes to the main USB Class Driver documentation.
* Added new JoystickHostWithParser demos to the library.Dean Camera2009-11-041-0/+4
| | | | Add some missing documentation to some of the library demos.
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver ↵Dean Camera2009-10-081-0/+3
| | | | | | demo. Make MouseHost and KeyboardHost ClassDriver demos use the HID Class driver's structures for the boot protocol Mouse/Keyboard report data, rather than rolling their own.
* Finish initial draft of the Host Mode HID Class driver.Dean Camera2009-09-211-0/+8
| | | | Add new MouseHostWithParser and KeyboardHostWithParser Host Class driver demos.
* Add KeyboardHost HID Host Class driver demo to the library.Dean Camera2009-09-201-0/+4
|
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-0/+4
| | | | Re-enabled building of the Host mode demos ClassDriver directory.
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-1/+5
| | | | | | Minor updates to the unfinished SideShow demo for clarity. Added unfinished MassStorageHost class driver demo.
* Add new functions to the HID host class driver, refine HID interface ↵Dean Camera2009-08-111-0/+25
| | | | | | protocol matching. Remove stray state variable from the CDC host class driver.
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-46/+0
| | | | | | | | Remove all Host mode class demos other than the CDCHost class driver demo, so that they can be re-added as they are made once the host mode class framework is designed. Fixed USB_Host_SendControlRequest() not re-suspending the USB bus when initial device ready-wait fails. Fixed USB Pad regulator not being disabled on some AVR models when the USB_OPT_REG_DISABLED option is used.
* Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean Camera2009-06-051-0/+46