aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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-25/+4
| | | | bootloader makefiles.
* Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean Camera2012-06-011-47/+24
| | | | system.
* Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean Camera2012-05-271-1/+1
| | | | old copyright years on some makefiles.
* 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
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵Dean Camera2010-05-071-36/+36
| | | | the make tool to be overridden.
* Update copyright year to 2010.Dean Camera2009-12-301-1/+1
|
* Additional file renames and modifications to change CDC demos to VirtualSerial.Dean Camera2009-12-071-7/+7
|
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵Dean Camera2009-10-181-4/+0
| | | | CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-0/+69
re-add old low level demos to a LowLevel subdirectory.