aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.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
|
* Minor documentation improvements.Dean Camera2015-03-151-1/+2
|
* Add Serial_IsSendReady() and Serial_IsSendComplete() serial driver API ↵Dean Camera2014-07-151-1/+26
| | | | 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
|
* Don't generate the full HTML documentation when only needing the XML version ↵Dean Camera2013-04-111-0/+3
| | | | for post-processing.
* Changed all *_SendByte() function prototypes to accept a void pointer for ↵Dean Camera2013-02-241-4/+4
| | | | 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
|
* Minor documentation improvements.Dean Camera2012-08-201-5/+8
|
* 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-46/+26
| | | | | | | | | | 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-1/+1
|
* 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-5/+5
| | | | trailing whitespace at the end of each line.
* Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.Dean Camera2011-09-021-4/+12
| | | | | | Change Delay_MS() to accept a 16-bit parameter rather than an 8-bit parameter for longer possible delays. Minor documentation improvements.
* Minor documentation corrections.Dean Camera2011-08-171-4/+4
|
* Spell check library source code files.Dean Camera2011-06-011-1/+1
|
* Rename architecture specific driver files, to make them appear with uniquely ↵Dean Camera2011-02-201-0/+251
identifying filenames in the documentation.