aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/LowLevel/makefile
AgeCommit message (Collapse)Author
2012-07-14Use immediate variable expansion in the second-deepest level makefile ↵Dean
scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2403 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-10Fix up makefile .NOTPARALLEL heuristics so that linear building is only ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2393 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-10Slightly better method of recursive make - use proper make dependencies to ↵Dean
allow for parallel builds. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2391 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-24Don't enforce silent output on submake - pass down the value set by the user ↵Dean
implicitly instead. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2372 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add OBJDIR optional build variable to the BULD build system module, to allow ↵Dean
the user project to relocate the output object and dependency files to a different directory. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2335 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-04Fix typos in recursive make rules.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2307 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-04Add emergency aborts to the recursive makefiles to prevent system failures ↵Dean
due to infinite recursion if something happens while building the project lists. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2303 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Quiet initial recursive makefile invocation for all projects.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2298 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Use auto-detection of project directories for the demo, project and ↵Dean
bootloader makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2297 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-01Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean
system. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2264 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean
old copyright years on some makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2243 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-24Add new Android Open Accessory class driver to the library core and add a ↵Dean
new Android Open Accessory Host ClassDriver demo. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1988 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-23Update library to indicate support for the Android Accessory Host demo.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1986 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-06Move completed low level Audio Host demos into the LowLevel folder from the ↵Dean
Incomplete folder. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1785 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-01Update copyright year on all source files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify ↵Dean
tool made by Laszlo Monda git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-30Oops - need to turn off USART via control register B before reconfiguring, ↵Dean
fix ordering of USART control register modifications in the Benito and USBtoSerial projects. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1421 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-07Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵Dean
the make tool to be overridden. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1247 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-30Update copyright year to 2010.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1032 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-07Additional file renames and modifications to change CDC demos to VirtualSerial.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@954 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-25Fix build and Doxygen errors.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@919 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-25Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ↵Dean
macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@917 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-04Added new JoystickHostWithParser demos to the library.Dean
Add some missing documentation to some of the library demos. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@876 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-10-08Add new MIDIHost LowLevel demo application.Dean
Make unfinished device mode applications use the VID/PID reserved for LUFA development devices. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@861 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-07-20Add PrinterHost to the project file and Host LowLevel directory makefile.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@665 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-05Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@576 d5102386-fcda-11dd-9fdb-3debd5008f28