aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-1/+2
| | | | tool made by Laszlo Monda
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-26/+26
| | | | 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-4/+4
| | | | the make tool to be overridden.
* Use puts_P() and printf_P() instead of the normal variants where possible in ↵Dean Camera2010-04-281-4/+4
| | | | the Host mode Class Driver demos.
* Add file-level brief documentation.Dean Camera2010-03-291-1/+1
| | | | Remove accidentally duplicated model-specific peripheral driver files.
* Webserver project now uses the board LEDs to indicate the current IP ↵Dean Camera2010-03-091-8/+4
| | | | | | configuration state. Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode.
* Update copyright year to 2010.Dean Camera2009-12-301-1/+1
|
* Change Doxygen configuration files to not produce 4096 directories for the ↵Dean Camera2009-07-201-3/+3
| | | | | | documentation files -- the LUFA components do not generate enough documentation files to justify the large performance hit of creating so many directories. Fix missing Doxygen documentation in the Class Driver Mass Storage Device demo.
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream ↵Dean Camera2009-07-131-0/+2
| | | | functions. Changed Endpoint.c and Pipe.c to use a templated system to build the seperate functions, rather than duplicating each function's code many times.
* Use sub pages in main library documentation to improve readability.Dean Camera2009-06-151-2/+3
|
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+27