aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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-30/+4
| | | | bootloader makefiles.
* Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean Camera2012-06-011-56/+29
| | | | 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/+1
| | | | new Android Open Accessory Host ClassDriver demo.
* Update library to indicate support for the Android Accessory Host demo.Dean Camera2011-11-231-0/+3
|
* Move completed low level Audio Host demos into the LowLevel folder from the ↵Dean Camera2011-06-061-0/+8
| | | | Incomplete folder.
* 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
* Oops - need to turn off USART via control register B before reconfiguring, ↵Dean Camera2010-07-301-4/+4
| | | | fix ordering of USART control register modifications in the Benito and USBtoSerial projects.
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵Dean Camera2010-05-071-34/+34
| | | | 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-4/+4
|
* Fix build and Doxygen errors.Dean Camera2009-11-251-3/+3
|
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ↵Dean Camera2009-11-251-10/+14
| | | | macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints.
* 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 MIDIHost LowLevel demo application.Dean Camera2009-10-081-0/+4
| | | | Make unfinished device mode applications use the VID/PID reserved for LUFA development devices.
* Add PrinterHost to the project file and Host LowLevel directory makefile.Dean Camera2009-07-201-0/+4
|
* Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean Camera2009-06-051-0/+46