aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.h
Commit message (Expand)AuthorAgeFilesLines
* I2C. Added timeout in functions. Code clean ups.barthess2011-12-081-12/+3
* I2C. Switch to synchronous model.barthess2011-12-071-13/+2
* I2C. Bug fixes.barthess2011-12-061-33/+14
* I2C. Added checks. Cleaned copypaste errors.barthess2011-12-061-14/+0
* I2C. Added support of stm32f1x.barthess2011-12-061-9/+167
* I2C. Added forgotten I2C3 interfacebarthess2011-12-061-0/+17
* I2C. Tested on tmp75, mma8451, max1236.barthess2011-12-041-61/+24
* I2C. Code compiles but does not work.barthess2011-12-011-43/+10
* I2C. Totally broken.barthess2011-12-011-0/+3
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3481 35acf78f-673a-0410...gdisirio2011-11-101-0/+6
* I2C. Dead code removing.barthess2011-10-271-1/+0
* I2C. Revert const qualifier to the pointer to I2CSlaveConfig.barthess2011-09-121-1/+1
* I2C. Remove const qualifier from pointer to I2CSlaveConfig.barthess2011-09-111-1/+1
* I2C. Added forgotten copyrights.barthess2011-09-021-0/+20
* I2C. Small fix.barthess2011-08-191-0/+2
* I2C. Default choise changed to callback based driver.barthess2011-08-061-1/+1
* I2C. Added template of synchronouse deriver. It does not work for a moment.barthess2011-08-051-4/+15
* I2C. Code cleanups.barthess2011-07-311-2/+2
* I2C. All polling waitins code replaced by "waiting" GPT interrups. Documentat...barthess2011-07-201-31/+12
* I2C. STOP waitings was replaced by GPT callback functions. Need much of testing.barthess2011-07-191-3/+44
* I2C. Waits moved from ISR.barthess2011-07-141-0/+11
* I2C. Documentation improvements. Dead code clenups.barthess2011-07-121-20/+20
* I2C. Fix one potential problem in driver, but main problem with stack overflo...barthess2011-07-061-6/+6
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3117 35acf78...barthess2011-07-041-1/+2
* I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje...barthess2011-07-031-0/+2
* I2C. Trying to add optional WAIT support. Driver broken.barthess2011-07-011-1/+1
* I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N...barthess2011-06-301-2/+4
* I2C. Commets in examples changed to /**/barthess2011-06-241-2/+2
* I2C. Some coding style improvements.barthess2011-06-231-4/+6
* I2C. Commetns style changed to /**/.barthess2011-06-231-5/+5
* I2C. "Sevent" field moved from I2CSlaveConfig to I2CDriver.barthess2011-06-231-0/+2
* I2C. Fixed indent style. All tabs changed to 2 spaces.barthess2011-06-231-9/+9
* I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ...barthess2011-06-231-2/+4
* I2C. Slave config structure now have const qualifier. Moset of fields moved t...barthess2011-06-211-8/+9
* I2C. Some fields from I2CSlaveConfig moved to driver.barthess2011-06-211-3/+7
* I2C. Dead code removed. Comments fixed.barthess2011-06-181-3/+2
* I2C. Code cleanups.barthess2011-06-181-6/+2
* I2C. API BROKEN! Structure fields renamed in underscore naming style.barthess2011-06-181-16/+16
* 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