aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Peripheral/TWI.h
AgeCommit message (Collapse)Author
2012-02-04Update file contributor copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file header copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2025 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-03-15Remove redundant Doxygen guards from the internal preprocessor definitions.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1715 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-20Rename architecture specific driver files, to make them appear with uniquely ↵Dean
identifying filenames in the documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1677 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-20More Doxygen updates for multiple architecture support.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1674 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-19Fix documentation glitches from the restructuring changes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1671 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean
device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1669 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-01Update copyright year on all source files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-12-26Documentation improvements - put driver example code into its own section, ↵Dean
fix incorrect and missing section names. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1616 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-12-26Added basic driver example use code to the library documentation.Dean
Made the USARTStream global public and documented in the SerialStream module, allowing for the serial USART stream to be accessed via its handle rather than via the implicit stdout and stdin streams. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1615 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify ↵Dean
tool made by Laszlo Monda git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-19Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean
Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1394 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-08Add svn:eol-style property to source files, so that the line endings are ↵Dean
correctly converted to the target system's native end of line style. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1248 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-03-29Add file-level brief documentation.Dean
Remove accidentally duplicated model-specific peripheral driver files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1180 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1155 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-23Update Temperature board driver to be AVR32 compatible when the ADC ↵Dean
peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports. Add SPI driver aliases for the old function names in the AVR8 driver, so that existing code will still compile against the new version. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1151 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-22Rename AVRU4U6U9 peripheral driver directory to AVR8.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1146 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-11Add more include protection macros to give the user warnings when they try ↵Dean
to manually include private driver header files, instead of the public driver headers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1123 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-01-25Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Dean
Fix TemperatureDataLogger and Webserver project builds. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1066 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-01-19Added master mode hardware TWI driver.Dean
Fixed a bug in the incomplete Webserver project, where the packet data was not being written to and read from the correct buffer address. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1049 d5102386-fcda-11dd-9fdb-3debd5008f28