summaryrefslogtreecommitdiffstats
path: root/cpukit/libi2c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adapted gen83xx to new boardThomas Doerfler2008-05-152-8/+29
|
* 2008-05-13 Robert S. Grimes <rsg@alum.mit.edu>Joel Sherrill2008-05-131-1/+1
| | | | * libi2c/libi2c.h: Fix typo.
* 2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-221-16/+16
| | | | | * libi2c/README_libi2c: Correct spelling error. * score/src/threadclearstate.c: Improve comment.
* 2007-11-17 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-213-55/+177
| | | | | | | | | | | | | * libi2c/libi2c.c, libi2c/libi2c.h, libi2c/README_libi2c: Added checks so that use of 'stdio' is avoided (falling back to 'printk') before the system is up. Publish driver entry points so that the libi2c driver could be added to the applications 'device driver table'. This is not fully implemented yet, though, since in addition to initializing libi2c the low-level i2c bus drivers as well as high-level i2c device drivers need to be registered with the library. Updated README_libi2c accordingly.
* *** empty log message ***Thomas Doerfler2007-10-261-18/+185
|
* added documentation to libi2cThomas Doerfler2007-10-251-0/+178
|
* added SPI support to libi2cThomas Doerfler2007-10-252-10/+186
| | | | | added IRQ support to MPC83xx i2c driver added mpc83xx spi driver
* 2007-10-11 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-10-112-4/+5
| | | | | * libi2c/libi2c.c, libi2c/libi2c.h: Add message about needing IMFS. Fixed check of status when registering driver. Add use of strerror().
* 2007-01-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-172-0/+89
| | | | | * libi2c/libi2c.c, libi2c/libi2c.h: Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
* CleanupsRalf Corsepius2006-01-121-4/+0
|
* Remove (bogusly added).Ralf Corsepius2005-11-141-478/+0
|
* Eliminate obsolete types.Ralf Corsepius2005-11-062-12/+16
|
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-035-0/+1323
* libi2c/Makefile.am, libi2c/Makefile.in, libi2c/libi2c.c, libi2c/libi2c.h: New files. * Makefile.am, configure.ac, preinstall.am, wrapup/Makefile.am: added a simple API/library for i2c devices and drivers for i2c 2-byte eeproms and a ds1621 temperature sensor; API is documented in libi2c.h