aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/XMEGA/TWI_XMEGA.h
Commit message (Expand)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
* Use 16-bit length for TWI driver packet read/write requests for longer transf...Dean Camera2015-09-271-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Use seperate ATTR_NON_NULL_PTR_ARG() decorators in the XMEGA TWI driver to pr...Dean Camera2013-08-131-3/+3
* Fix XMEGA TWI driver indentation and style to conform to the rest of the LUFA...Dean Camera2013-08-131-34/+38
* Bugfixes with the protocol.Michael Janssen2013-08-061-2/+5
* Fix NON-NULL attributes, add for TWI_t.Michael Janssen2013-07-241-8/+8
* TWI Master has a sub-structureMichael Janssen2013-07-241-4/+4
* Add TWI Peripheral driver for XMEGAMichael Janssen2013-07-241-0/+295