aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/i2c.c
Commit message (Expand)AuthorAgeFilesLines
...
* | I2C. Some fields from I2CSlaveConfig moved to driver.barthess2011-06-211-15/+15
* | I2C. "Slave_addr" and "nbit_addr" fields from I2CSlaveConfig structure merged...barthess2011-06-181-22/+8
* | I2C. Code cleanups.barthess2011-06-181-1/+1
* | I2C. API BROKEN! Structure fields renamed in underscore naming style.barthess2011-06-181-2/+2
* | I2C. Merged code from trunk.barthess2011-06-071-1/+2
|\|
| * License updated.gdisirio2011-03-181-1/+2
* | I2C. Some refactorings.barthess2011-05-281-2/+2
* | I2C. Code cleanups.barthess2011-05-081-2/+2
* | I2C. Some fixes.barthess2011-05-061-2/+9
* | I2C. Code compiles successfully, but totally not tested.barthess2011-05-051-41/+109
* | I2C. Additional locks added to avoiding system hangups. Some mistypes in comm...barthess2011-04-021-1/+8
* | I2C. Mutual exclusion support added. Need testing.barthess2011-03-271-0/+13
* | I2C. Code cleanups.barthess2011-02-271-12/+29
* | I2C. Added own slave address handling and error callback.barthess2011-02-091-3/+0
* | I2C. After comparing of two drivers decided to start of importing features fr...barthess2011-02-051-0/+215
* | I2C. Moved Alberto drivers to backup.barthess2011-02-051-268/+0
* | I2C. Added driver from albi.barthess2011-02-051-0/+268
* | I2C. Move barthess driver to backup files.barthess2011-02-051-215/+0
* | I2C. Async transmit done. Need much of testing.barthess2011-01-301-3/+3
* | I2C. Some hy level functions created and tested.barthess2011-01-251-112/+12
* | Initial commit of I2C driver codebarthess2011-01-251-60/+103
|/
* Documentation related fixes.gdisirio2011-01-041-1/+1
* Documentation improvements.gdisirio2010-12-181-0/+2
* Fixed bug 3100946, renamed HAL switches removing the CH_ part.gdisirio2010-11-011-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2246 35acf78f-673a-0410...gdisirio2010-10-111-2/+5
* Documentation improvements, fixed a small error in the STM32 serial driver.gdisirio2010-10-041-4/+26
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2133 35acf78f-673a-0410...gdisirio2010-08-171-4/+27
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2132 35acf78f-673a-0410...gdisirio2010-08-171-0/+222