aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
Commit message (Collapse)AuthorAgeFilesLines
* Added Serial USART peripheral driver for the XMEGA platform.Dean Camera2012-02-121-1/+2
| | | | | | Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-0/+1
| | | | trailing whitespace at the end of each line.
* Make sure the peripheral driver .c files include the driver dispatch header, ↵Dean Camera2011-02-201-1/+1
| | | | rather than the architecture specific header files.
* Rename architecture specific driver files, to make them appear with uniquely ↵Dean Camera2011-02-201-0/+89
identifying filenames in the documentation.