aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/SerialStream.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Fix compile errors from the changes to the SerialStream and board Temperature...Dean Camera2010-12-261-7/+7
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-261-2/+5
* Added basic driver example use code to the library documentation.Dean Camera2010-12-261-5/+25
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-12/+13
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-1/+1
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-2/+4
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-1/+1
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-113/+113
* Add file-level brief documentation.Dean Camera2010-03-291-3/+6
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-2/+0
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-231-0/+2
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+1
* Fixed SerialStream driver not setting stdin to the created serial stream.Dean Camera2010-02-051-0/+1
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Minor code cleanups for clarity.Dean Camera2009-11-111-2/+4
* Added V2Protocol handlers to the AVRISP project to enter/exit programming mod...Dean Camera2009-08-231-0/+8
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-2/+2
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-3/+9
* Renamed Serial_Stream driver to SerialStream to remain consistent with the re...Dean Camera2009-04-171-0/+93