aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.c
Commit message (Expand)AuthorAgeFilesLines
* I2C. Added timeout in functions. Code clean ups.barthess2011-12-081-18/+7
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3581 35acf78f-673a-0410...barthess2011-12-081-0/+10
* I2C. Switch to synchronous model.barthess2011-12-071-17/+19
* I2C. Added note about different API classes usage.barthess2011-12-071-9/+38
* I2C. Bug fixes.barthess2011-12-061-4/+18
* I2C. Added checks. Cleaned copypaste errors.barthess2011-12-061-2/+3
* I2C. Added startup functions for I2C1 and I2C3 interfaces.barthess2011-12-051-55/+123
* I2C. Tested on tmp75, mma8451, max1236.barthess2011-12-041-185/+168
* I2C. DMA works.barthess2011-12-021-10/+190
* I2C. Code compiles but does not work.barthess2011-12-011-414/+58
* I2C. Totally broken.barthess2011-12-011-336/+29
* I2C. Nop.barthess2011-11-271-0/+5
* I2C. Minor fixes.barthess2011-11-271-2/+2
* I2C. Fixed warning.barthess2011-10-261-1/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3320 35acf78f-673a-0410...gdisirio2011-09-161-10/+5
* I2C. Revert const qualifier to the pointer to I2CSlaveConfig.barthess2011-09-121-1/+1
* I2C. Added forgotten copyrights.barthess2011-09-021-0/+20
* I2C. Test updated.barthess2011-08-281-0/+6
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3250 35acf78...barthess2011-08-231-1/+0
* I2C. 1 - Merge code from trunk. 2 - Fix driver problems detected by the CH_DB...barthess2011-08-231-7/+3
* I2C. Added template of synchronouse deriver. It does not work for a moment.barthess2011-08-051-22/+220
* I2C. Code cleanups.barthess2011-07-311-35/+44
* I2C. All polling waitins code replaced by "waiting" GPT interrups. Documentat...barthess2011-07-201-71/+83
* 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