aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/AVR8/TWI_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
|
* 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
|
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-011-2/+2
|
* Add some missing function attributes.Dean Camera2013-04-111-2/+4
|
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Remove support for devices that were not put into production.Dean Camera2013-01-031-13/+12
|
* 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-11/+11
| | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-241-2/+2
| | | | appropriate and remove/update old documentation.
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe ↵Dean Camera2012-02-191-2/+0
| | | | configuration function broken, redundant function prototypes and unused parameters.
* 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-6/+6
| | | | trailing whitespace at the end of each line.
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
|
* Update the TempDataLogger project and driver documentation to use the new ↵Dean Camera2011-09-021-4/+4
| | | | TWI_BITLENGTH_FROM_FREQ() macro.
* Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.Dean Camera2011-09-021-0/+11
| | | | | | Change Delay_MS() to accept a 16-bit parameter rather than an 8-bit parameter for longer possible delays. Minor documentation improvements.
* Make TWI_ReadPacket() use a repeated start condition rather than a full bus ↵Dean Camera2011-08-311-37/+20
| | | | | | | | 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-2/+2
| | | | | | | | 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 peripheral driver example code in the library documentation.Dean Camera2011-08-191-2/+2
|
* Add more missing function attributes to the TWI peripheral driver.Dean Camera2011-07-121-16/+20
| | | | Fix incorrect standard request name in the host standard request driver.
* Fix TWI driver documentation example (thanks to Jerome Colombie).Dean Camera2011-06-181-4/+4
|
* Spell check library source code files.Dean Camera2011-06-011-4/+4
|
* Added TWI baud rate prescaler and bit length parameters to the TWI_Init() ↵Dean Camera2011-02-261-5/+27
| | | | function (thanks to Thomas Herlinghaus).
* Rename architecture specific driver files, to make them appear with uniquely ↵Dean Camera2011-02-201-0/+286
identifying filenames in the documentation.