aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert over internal pseudo-function macros to true inline functions for ↵Dean Camera2010-07-221-16/+19
| | | | added type-safety and compile-checking.
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-3/+5
| | | | Indent core library function parameters so that there is only one parameter per line, to increase readability.
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵Dean Camera2010-06-161-1/+1
| | | | the new 1.7 Doxygen's default stylesheet is much better.
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-1/+1
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-149/+149
| | | | correctly converted to the target system's native end of line style.
* Add file-level brief documentation.Dean Camera2010-03-291-0/+1
| | | | Remove accidentally duplicated model-specific peripheral driver files.
* Added a timeout value to the TWI_StartTransmission() function, within which ↵Dean Camera2010-02-241-1/+3
| | | | | | the addressed device must respond. Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register.
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-0/+146
|
* Rename AVRU4U6U9 peripheral driver directory to AVR8.Dean Camera2010-02-221-146/+0
|
* Make SPI and USART peripheral dispatch driver headers in preparation for a ↵Dean Camera2010-02-221-5/+5
| | | | set of AVR32 peripheral drivers.
* Add more include protection macros to give the user warnings when they try ↵Dean Camera2010-02-111-1/+1
| | | | to manually include private driver header files, instead of the public driver headers.
* Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and ↵Dean Camera2010-02-011-0/+5
| | | | | | | | USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen). Mark the AVRISP-MKII project descriptors as being both Bus Powered and Device Powered. Copy over file level documentation of the peripheral drivers to the module level documentation.
* Clean up Webserver project - add more Doxygen documentation for the new DHCP ↵Dean Camera2010-01-271-4/+4
| | | | client functions and defines.
* Added master mode hardware TWI driver.Dean Camera2010-01-191-0/+141
Fixed a bug in the incomplete Webserver project, where the packet data was not being written to and read from the correct buffer address.