Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Use immediate variable expansion in the second-deepest level makefile ↵ | Dean Camera | 2012-07-14 | 1 | -1/+1 |
| | | | | scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable. | ||||
* | Fix up makefile .NOTPARALLEL heuristics so that linear building is only ↵ | Dean Camera | 2012-07-10 | 1 | -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 Camera | 2012-07-10 | 1 | -4/+17 |
| | | | | allow for parallel builds. | ||||
* | Don't enforce silent output on submake - pass down the value set by the user ↵ | Dean Camera | 2012-06-24 | 1 | -2/+2 |
| | | | | implicitly instead. | ||||
* | Add OBJDIR optional build variable to the BULD build system module, to allow ↵ | Dean Camera | 2012-06-10 | 1 | -0/+2 |
| | | | | the user project to relocate the output object and dependency files to a different directory. | ||||
* | Fix typos in recursive make rules. | Dean Camera | 2012-06-04 | 1 | -1/+1 |
| | |||||
* | Add emergency aborts to the recursive makefiles to prevent system failures ↵ | Dean Camera | 2012-06-04 | 1 | -0/+7 |
| | | | | due to infinite recursion if something happens while building the project lists. | ||||
* | Quiet initial recursive makefile invocation for all projects. | Dean Camera | 2012-06-03 | 1 | -2/+2 |
| | |||||
* | Use auto-detection of project directories for the demo, project and ↵ | Dean Camera | 2012-06-03 | 1 | -12/+4 |
| | | | | bootloader makefiles. | ||||
* | Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵ | Dean Camera | 2012-05-27 | 1 | -1/+1 |
| | | | | old copyright years on some makefiles. | ||||
* | Added HID class bootloader, compatible with a modified version of the ↵ | Dean Camera | 2011-02-09 | 1 | -4/+8 |
| | | | | command line Teensy loader from PJRC.com. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -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 Camera | 2010-10-13 | 1 | -1/+2 |
| | | | | tool made by Laszlo Monda | ||||
* | Removed TeensyHID bootloader, per request from Paul at PJRC. | Dean Camera | 2010-05-12 | 1 | -4/+0 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -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 Camera | 2010-05-07 | 1 | -9/+9 |
| | | | | the make tool to be overridden. | ||||
* | Use puts_P() and printf_P() instead of the normal variants where possible in ↵ | Dean Camera | 2010-04-28 | 1 | -9/+9 |
| | | | | the Host mode Class Driver demos. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | Added stdio.h stream examples for the virtual CDC UART in the CDC host demos. | Dean Camera | 2009-10-11 | 1 | -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 Camera | 2009-09-30 | 1 | -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 Camera | 2009-02-23 | 1 | -0/+29 |