aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-1/+1
|
* Don't build project folders in parallel.Dean Camera2018-12-041-14/+3
|
* Update copyrights for 2018.Dean Camera2018-01-041-1/+1
|
* 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-12/+4
| | | | bootloader makefiles.
* Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean Camera2012-05-271-1/+1
| | | | old copyright years on some makefiles.
* Added HID class bootloader, compatible with a modified version of the ↵Dean Camera2011-02-091-4/+8
| | | | command line Teensy loader from PJRC.com.
* 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
* Removed TeensyHID bootloader, per request from Paul at PJRC.Dean Camera2010-05-121-4/+0
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-29/+29
| | | | correctly converted to the target system's native end of line style.
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵Dean Camera2010-05-071-9/+9
| | | | the make tool to be overridden.
* Use puts_P() and printf_P() instead of the normal variants where possible in ↵Dean Camera2010-04-281-9/+9
| | | | the Host mode Class Driver demos.
* Update copyright year to 2010.Dean Camera2009-12-301-1/+1
|
* Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.Dean Camera2009-10-111-1/+0
| | | | Removed accidental reference to the incomplete MIDI class bootloader in the Bootloader folder makefile.
* Removed mostly useless "TestApp" demo, as it was mainly useful only for ↵Dean Camera2009-09-301-1/+2
| | | | | | | | 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.
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+29