aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/i2c.h
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6175 35...gdisirio2013-08-191-0/+26
* I2C ported but needs to be reviewed to not use virtual timers directly.gdisirio2013-08-171-0/+144
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6108 35...gdisirio2013-08-091-147/+0
* Renamed or added prefix to all hernel configuration options.gdisirio2013-07-201-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5536 35acf78f-673a-0410...gdisirio2013-04-021-1/+4
* I2Cv2 driver tested on STM32F37x.gdisirio2013-04-011-6/+2
* Updated license years.gdisirio2013-02-021-1/+1
* Fixed bug 3530043.gdisirio2012-05-271-1/+1
* License text updated with new year.gdisirio2012-01-211-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3784 35acf78f-673a-0410...gdisirio2012-01-101-4/+0
* I2C driver state diagram modified, documentation improvements.gdisirio2012-01-061-2/+3
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3716 35acf78f-673a-0410...gdisirio2012-01-031-3/+3
* I2C. Added wrappers with TIME_INFINITE timeout.barthess2012-01-021-0/+15
* I2C. Fixes.barthess2011-12-311-2/+2
* I2C. API changes mostly done.barthess2011-12-301-2/+2
* Updated credits.gdisirio2011-12-291-0/+4
* I2C API proposal.gdisirio2011-12-291-86/+11
* I2C. Added timeout in functions. Code clean ups.barthess2011-12-081-8/+9
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3578 35acf78f-673a-0410...gdisirio2011-12-081-12/+10
* I2C. Error handling from userland code added.barthess2011-12-071-2/+3
* I2C. Switch to synchronous model.barthess2011-12-071-79/+6
* I2C. Minor code improvements.barthess2011-12-071-2/+4
* I2C. Tested on tmp75, mma8451, max1236.barthess2011-12-041-8/+9
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3407 35acf78f-673a-0410...gdisirio2011-09-251-55/+50
* I2C. Revert const qualifier to the pointer to I2CSlaveConfig.barthess2011-09-121-4/+5
* I2C. Remove const qualifier from pointer to I2CSlaveConfig. Step 3.barthess2011-09-111-3/+2
* I2C. Remove const qualifier from pointer to I2CSlaveConfig. Step 2.barthess2011-09-111-2/+2
* I2C. Added template of synchronouse deriver. It does not work for a moment.barthess2011-08-051-0/+1
* I2C. Added optional fields hook to I2CSlaveConfig structure.barthess2011-08-051-0/+3
* I2C. All polling waitins code replaced by "waiting" GPT interrups. Documentat...barthess2011-07-201-5/+6
* I2C. STOP waitings was replaced by GPT callback functions. Need much of testing.barthess2011-07-191-4/+5
* I2C. Documentation improvements. Dead code clenups.barthess2011-07-121-12/+7
* I2C. Driver still cause stack overflows.barthess2011-07-071-0/+2
* I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje...barthess2011-07-031-5/+30
* I2C. Trying to add optional WAIT support. Driver broken.barthess2011-07-011-6/+5
* I2C. Added dirty hack to realize thread safe dirver. Needs to be rewrited.barthess2011-06-301-0/+6
* I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N...barthess2011-06-301-6/+4
* I2C. Some coding style improvements.barthess2011-06-231-3/+6
* I2C. Commetns style changed to /**/.barthess2011-06-231-1/+2
* I2C. "Sevent" field moved from I2CSlaveConfig to I2CDriver.barthess2011-06-231-1/+0
* I2C. Fixed indent style. All tabs changed to 2 spaces.barthess2011-06-231-2/+1
* I2C. Small improvemetsbarthess2011-06-221-1/+1
* I2C. Slave config structure now have const qualifier. Moset of fields moved t...barthess2011-06-211-16/+4
* I2C. Some fields from I2CSlaveConfig moved to driver.barthess2011-06-211-6/+5
* I2C. "Slave_addr" and "nbit_addr" fields from I2CSlaveConfig structure merged...barthess2011-06-181-2/+10
* I2C. Code cleanups.barthess2011-06-181-11/+6
* I2C. API BROKEN! Structure fields renamed in underscore naming style.barthess2011-06-181-7/+4
* I2C. Merged code from trunk.barthess2011-06-071-1/+2
|\
| * License updated.gdisirio2011-03-181-1/+2
* | I2C. Some refactorings.barthess2011-05-281-2/+2