aboutsummaryrefslogtreecommitdiff
path: root/Bootloaders/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-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-02-09Added HID class bootloader, compatible with a modified version of the ↵Dean
command line Teensy loader from PJRC.com. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1658 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-05-12Removed TeensyHID bootloader, per request from Paul at PJRC.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1254 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-08Add svn:eol-style property to source files, so that the line endings are ↵Dean
correctly converted to the target system's native end of line style. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1248 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
2010-04-28Use puts_P() and printf_P() instead of the normal variants where possible in ↵Dean
the Host mode Class Driver demos. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1223 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-10-11Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.Dean
Removed accidental reference to the incomplete MIDI class bootloader in the Bootloader folder makefile. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@864 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-09-30Removed mostly useless "TestApp" demo, as it was mainly useful only for ↵Dean
checking for sytax errors in the library. MIDI device demos now receive MIDI events from the host and display note ON messages via the board LEDs. Added beginnings of a MIDI class bootloader. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@851 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-03-04Updated makefiles to reflect new dfu-ee programming target invocations ↵Dean
(supplied by Opendous, Inc.). Renamed the ATTR_ALWAYSINLINE function attribute macro to ATTR_ALWAYS_INLINE to match the style of the other function attribute macro names. Added ATTR_ALWAYS_INLINE attribute to several inlined library functions, to ensure they are inlined in all circumstances. Cleanups to Endpoint.h and Pipe.h. Added better documentation for the endpoint and pipe interrupts. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@450 d5102386-fcda-11dd-9fdb-3debd5008f28