aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.c
Commit message (Expand)AuthorAgeFilesLines
* I2C. Some refactorings.barthess2011-05-281-15/+15
* I2C. Remove dead variable.barthess2011-05-131-1/+0
* I2C. Code cleanups.barthess2011-05-081-15/+15
* I2C. Some fixes.barthess2011-05-061-6/+63
* I2C. Code compiles successfully, but totally not tested.barthess2011-05-051-71/+65
* I2C. All is broken. Need rewrite.barthess2011-05-041-285/+254
* I2C. Additional locks added to avoiding system hangups. Some mistypes in comm...barthess2011-04-021-2/+2
* I2C. Doxy comments improvement.barthess2011-03-271-9/+58
* I2C. API changes. rw_bit field moved from slave config ctructure to the drive...barthess2011-03-271-7/+7
* I2C. Small bugfix.barthess2011-03-261-2/+2
* I2C. Some improvements.barthess2011-03-261-2/+12
* I2C. Cleanups.barthess2011-02-271-10/+5
* I2C. Code cleanups.barthess2011-02-271-6/+4
* I2C. Small bugfix.barthess2011-02-101-1/+1
* I2C. Cleanups.barthess2011-02-101-8/+10
* I2C. 10-bit slave addressing done. Not tested at all.barthess2011-02-101-18/+45
* I2C. Begin of 10-bit slave address realization.barthess2011-02-091-4/+17
* I2C. Added own slave address handling and error callback.barthess2011-02-091-121/+122
* I2C. Alberto's clock setting code tested. Minor changes.barthess2011-02-091-7/+3
* I2C. Merged Alberto's clock setting code.barthess2011-02-091-33/+90
* I2C. Async transfer complete. Needs testing.barthess2011-02-061-24/+37
* I2C. Merged changes from trunk.barthess2011-02-061-2/+5
* I2C. After comparing of two drivers decided to start of importing features fr...barthess2011-02-051-0/+462
* I2C. Moved Alberto drivers to backup.barthess2011-02-051-574/+0
* I2C. Added driver from albi.barthess2011-02-051-0/+574
* I2C. Move barthess driver to backup files.barthess2011-02-051-462/+0
* I2C. Nop.barthess2011-02-041-3/+17
* I2C. Nop.barthess2011-02-031-14/+23
* I2C. Nop.barthess2011-02-021-0/+2
* I2C. Nop.barthess2011-02-021-20/+25
* I2C. Master receiving and master trasmitting written. Needs testing and debug...barthess2011-01-301-65/+62
* I2C. Function movement in source filebarthess2011-01-301-107/+104
* I2C. Async transmit done. Need much of testing.barthess2011-01-301-16/+116
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2688 35acf78...barthess2011-01-271-1/+13
* I2C. Rewriting low level driver to handle IRQs and DMAbarthess2011-01-261-6/+26
* I2C. Some hy level functions created and tested.barthess2011-01-251-43/+6
* Initial commit of I2C driver codebarthess2011-01-251-0/+343