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. | ||||
* | 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 | -3/+3 |
| | |||||
* | Use auto-detection of project directories for the demo, project and ↵ | Dean Camera | 2012-06-03 | 1 | -33/+4 |
| | | | | bootloader makefiles. | ||||
* | Switch over Demos, Bootloaders and Projects to the new and improved build ↵ | Dean Camera | 2012-06-01 | 1 | -63/+32 |
| | | | | system. | ||||
* | 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 new VirtualSerialMassStorage Device Class Driver demo. | Dean Camera | 2011-03-16 | 1 | -0/+5 |
| | |||||
* | Added new KeyboardMouseMultiReport Device ClassDriver demo. | Dean Camera | 2011-01-26 | 1 | -0/+3 |
| | | | | | | Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used. Added new MAX() and MIN() convenience macros. | ||||
* | 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 | -4/+5 |
| | | | | tool made by Laszlo Monda | ||||
* | Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵ | Dean Camera | 2010-05-07 | 1 | -42/+42 |
| | | | | the make tool to be overridden. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | Additional file renames and modifications to change CDC demos to VirtualSerial. | Dean Camera | 2009-12-07 | 1 | -11/+11 |
| | |||||
* | Added new JoystickHostWithParser demos to the library. | Dean Camera | 2009-11-04 | 1 | -0/+1 |
| | | | | Add some missing documentation to some of the library demos. | ||||
* | Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial ↵ | Dean Camera | 2009-11-03 | 1 | -0/+3 |
| | | | | Port and a HID Mouse. | ||||
* | Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵ | Dean Camera | 2009-10-18 | 1 | -4/+0 |
| | | | | CDC demo. Added const qualifier to Endpoint/Pipe stream write routines. | ||||
* | Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias ↵ | Dean Camera | 2009-09-21 | 1 | -0/+4 |
| | | | | Hullin). | ||||
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵ | Dean Camera | 2009-06-05 | 1 | -0/+69 |
re-add old low level demos to a LowLevel subdirectory. |