aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.h
Commit message (Expand)AuthorAgeFilesLines
* I2C. Some fixes.barthess2011-05-061-0/+14
* I2C. Code compiles successfully, but totally not tested.barthess2011-05-051-5/+12
* I2C. All is broken. Need rewrite.barthess2011-05-041-27/+41
* I2C. API changes. rw_bit field moved from slave config ctructure to the drive...barthess2011-03-271-1/+11
* I2C. Platform independent I2CSlaveConfig structure moved to i2c.h.barthess2011-02-271-94/+19
* I2C. Cleanups.barthess2011-02-271-1/+1
* I2C. Code cleanups.barthess2011-02-271-20/+22
* I2C. Cleanups.barthess2011-02-101-2/+2
* I2C. Begin of 10-bit slave address realization.barthess2011-02-091-7/+14
* I2C. Added own slave address handling and error callback.barthess2011-02-091-32/+10
* I2C. Merged Alberto's clock setting code.barthess2011-02-091-18/+24
* I2C. Merged changes from trunk.barthess2011-02-061-0/+6
* I2C. After comparing of two drivers decided to start of importing features fr...barthess2011-02-051-0/+267
* I2C. Moved Alberto drivers to backup.barthess2011-02-051-263/+0
* I2C. Added driver from albi.barthess2011-02-051-0/+263
* I2C. Move barthess driver to backup files.barthess2011-02-051-267/+0
* I2C. Master receiving and master trasmitting written. Needs testing and debug...barthess2011-01-301-8/+11
* I2C. Async transmit done. Need much of testing.barthess2011-01-301-12/+37
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2688 35acf78...barthess2011-01-271-0/+1
* I2C. Rewriting low level driver to handle IRQs and DMAbarthess2011-01-261-0/+4
* Initial commit of I2C driver codebarthess2011-01-251-0/+234