aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/Serial.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-2/+2
| | | | Indent core library function parameters so that there is only one parameter per line, to increase readability.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-53/+53
| | | | correctly converted to the target system's native end of line style.
* 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
|
* Serial driver now correctly calculates the baud register value when in ↵Dean Camera2009-05-071-12/+0
| | | | | | double speed mode. Init function of the Serial driver is now static inline to product smaller code for the common-case of static init.
* Rename Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-171-0/+65