aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/AVR8/TWI_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
|
* 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
|
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Fixed bug in the TWI peripheral driver for the AVR8 devices causing ↵Dean Camera2013-01-151-2/+4
| | | | incorrect failure codes to be returned in some cases (thanks to Peter K).
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Ensure Temperature.c and TWI_AVR8.c can be compiled silently in projects ↵Dean Camera2012-04-091-1/+1
| | | | with non-supported hardware - produce errors only if the user application includes the module header files.
* Add architecture guards to all architecture-specific files, so that they can ↵Dean Camera2012-04-071-0/+4
| | | | be bulk-added to existing IDE projects without having to exclude unused architecture files.
* 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-10/+11
| | | | trailing whitespace at the end of each line.
* Make TWI_ReadPacket() use a repeated start condition rather than a full bus ↵Dean Camera2011-08-311-14/+49
| | | | | | | | release/recapture after the read address has been sent. Fix TWI_ReadPacket() not releasing the bus correctly after all data transferred. Make TWI_SendByte() and TWI_ReceiveByte() non-inline to reduce compiled binary size.
* Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().Dean Camera2011-08-221-1/+1
| | | | | | | | Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines. Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values. Fixed TWI_ReadPacket() not releasing the TWI bus on read completion.
* Fix TWI driver documentation example (thanks to Jerome Colombie).Dean Camera2011-06-181-1/+1
|
* Massive corrections to the project documentation and code comments, thanks ↵Dean Camera2011-06-051-0/+23
| | | | to Russian translation services provided by Andrey from Microsin.ru.
* 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/+144
identifying filenames in the documentation.