aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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