aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.c
Commit message (Expand)AuthorAgeFilesLines
...
* I2C. STOP waitings was replaced by GPT callback functions. Need much of testing.barthess2011-07-191-44/+136
* I2C. Waits moved from ISR.barthess2011-07-141-8/+38
* I2C. Code cleanups.barthess2011-07-131-3/+6
* I2C. Stability improvements in very hi load scenarios. barthess2011-07-131-0/+23
* I2C. Comments cleanups.barthess2011-07-121-2/+3
* I2C. Documentation improvements. Dead code clenups.barthess2011-07-121-1/+1
* I2C. Comments improvements. Code cleanups.barthess2011-07-121-237/+157
* I2C. Fixed bug occures when read-through-write two bytes. Code cleanups.barthess2011-07-101-41/+25
* I2C. Most of problems have been resolved. Needs testing.barthess2011-07-101-40/+28
* I2C. Main problem fixed, but some minor problems must to be fixed.barthess2011-07-091-145/+221
* I2C. Driver still cause stack overflows.barthess2011-07-071-20/+42
* I2C. Fix one potential problem in driver, but main problem with stack overflo...barthess2011-07-061-10/+16
* I2C. Small fixesbarthess2011-07-051-3/+3
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3117 35acf78...barthess2011-07-041-19/+38
* I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje...barthess2011-07-031-21/+74
* I2C. Trying to add optional WAIT support. Driver broken.barthess2011-07-011-14/+20
* I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N...barthess2011-06-301-5/+12
* I2C. Small comment added.barthess2011-06-231-0/+1
* I2C. Some coding style improvements.barthess2011-06-231-2/+2
* I2C. Commetns style changed to /**/.barthess2011-06-231-63/+69
* I2C. Fixed indent style. All tabs changed to 2 spaces.barthess2011-06-231-31/+31
* I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ...barthess2011-06-231-7/+8
* I2C. Slave config structure now have const qualifier. Moset of fields moved t...barthess2011-06-211-11/+25
* I2C. Some fields from I2CSlaveConfig moved to driver.barthess2011-06-211-31/+35
* I2C. "Slave_addr" and "nbit_addr" fields from I2CSlaveConfig structure merged...barthess2011-06-181-24/+20
* I2C. API BROKEN! Structure fields renamed in underscore naming style.barthess2011-06-181-16/+16
* I2C. Remove duplicate code.barthess2011-06-171-59/+21
* 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