aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/XMEGA/TWI_XMEGA.c
Commit message (Collapse)AuthorAgeFilesLines
* Use 16-bit length for TWI driver packet read/write requests for longer ↵Dean Camera2015-09-271-2/+2
| | | | transfers.
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|
* Make twi capitalization match.Jacob Schloss2014-09-071-12/+12
|
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Fix XMEGA TWI driver indentation and style to conform to the rest of the ↵Dean Camera2013-08-131-70/+65
| | | | LUFA codebase.
* Bugfixes with the protocol.Michael Janssen2013-08-061-10/+16
| | | | | | | | - Bitmasks need to be equal, not just result in non-zero - Only read status once in case it changes under us - Logical and not binary and when checking for acks on sending - We need to stop the bus when receiving the last byte - Force the bus into idle mode when we are Initing
* Minor bugfixes / missed compile stuff.Michael Janssen2013-07-311-7/+7
|
* Add TWI Peripheral driver for XMEGAMichael Janssen2013-07-241-0/+184