Dean Camera
|
1d433d4506
|
Update copyright year on all source files.
|
2011-01-01 13:00:56 +00:00 |
Dean Camera
|
cb779e3d7d
|
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
|
2010-10-28 06:08:58 +00:00 |
Dean Camera
|
5a4def7478
|
Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
|
2010-10-13 14:05:35 +00:00 |
Dean Camera
|
97143bf814
|
Add missing const qualifiers to class drivers.
Indent core library function parameters so that there is only one parameter per line, to increase readability.
|
2010-07-21 14:00:51 +00:00 |
Dean Camera
|
071e02c6b6
|
Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
|
2010-05-08 03:12:14 +00:00 |
Dean Camera
|
d49cc0f783
|
Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers.
|
2010-02-11 04:05:02 +00:00 |
Dean Camera
|
658234a0b0
|
Oops - serial stream driver should return _FDEV_EOF when no data has been received, not EOF.
|
2010-02-05 06:44:10 +00:00 |
Dean Camera
|
6ba0b860cc
|
Fixed SerialStream driver blocking while waiting for characters to be received instead of returning EOF.
|
2010-02-05 03:59:42 +00:00 |
Dean Camera
|
7f9f97c792
|
Update copyright year to 2010.
|
2009-12-30 23:49:19 +00:00 |
Dean Camera
|
d4ca7fb44c
|
Fix MIT license language to make its intent clearer.
|
2009-12-28 00:34:20 +00:00 |
Dean Camera
|
6648234157
|
Test with -Wextra, fix library warnings due to unused function parameters.
|
2009-12-13 14:43:34 +00:00 |
Dean Camera
|
04774208b6
|
Minor code cleanups for clarity.
|
2009-11-11 09:09:39 +00:00 |
Dean Camera
|
11bb2f2172
|
Renamed Serial_Stream driver to SerialStream to remain consistent with the rest of the library's naming scheme for files.
|
2009-04-17 00:20:00 +00:00 |