aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
|
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
|
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
|
* Fix void pointer arithmetic in the Serial peripheral drivers.Dean Camera2015-12-221-1/+3
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Changed all *_SendByte() function prototypes to accept a void pointer for ↵Dean Camera2013-02-241-2/+2
| | | | the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Add architecture guards to all architecture-specific files, so that they can ↵Dean Camera2012-04-071-0/+5
| | | | be bulk-added to existing IDE projects without having to exclude unused architecture files.
* Add build tests to verify correct compilation of as many modules as possible ↵Dean Camera2012-02-181-0/+23
| | | | | | | | | | under as many architectures as possible. Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file. Fix missing semicolon in the UC3 architecture host pipe functions. Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified.
* 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.