aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.h
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
|
* 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
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|
* Fix incorrect XMEGA serial driver stream functions (thanks to William ↵Dean Camera2015-05-171-3/+5
| | | | Patterson).
* Minor documentation improvements.Dean Camera2015-03-151-1/+2
|
* Fix Serial_XMEGA.h syntax and define errorHell2014-08-131-3/+3
|
* Add Serial_IsSendReady() and Serial_IsSendComplete() serial driver API ↵Dean Camera2014-07-151-1/+30
| | | | functions.
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-011-2/+2
|
* Fix Serial peripheral driver compile error for XMEGA devices.Dean Camera2013-04-291-2/+2
|
* Add some missing function attributes.Dean Camera2013-04-111-6/+11
|
* Changed all *_SendByte() function prototypes to accept a void pointer for ↵Dean Camera2013-02-241-6/+6
| | | | 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
|
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean Camera2012-05-201-2/+2
| | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
* Add build tests to verify correct compilation of as many modules as possible ↵Dean Camera2012-02-181-53/+27
| | | | | | | | | | 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.
* Minor documentation improvements.Dean Camera2012-02-121-3/+3
|
* Minor documentation improvements.Dean Camera2012-02-121-5/+6
|
* Added Serial USART peripheral driver for the XMEGA platform.Dean Camera2012-02-121-0/+277
Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct.