index
:
avr/qmk/ChibiOS
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
os
/
hal
/
src
/
i2c.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjusted C file templates.
gdisirio
2013-02-28
1
-1
/
+1
*
Updated license years.
gdisirio
2013-02-02
1
-1
/
+1
*
License text updated with new year.
gdisirio
2012-01-21
1
-1
/
+1
*
I2C driver state diagram modified, documentation improvements.
gdisirio
2012-01-06
1
-6
/
+14
*
I2C. Merged changes from i2c_lld_2.zip
barthess
2012-01-04
1
-1
/
+0
*
Removed two initializations that should go in the low level.
gdisirio
2012-01-04
1
-2
/
+0
*
Fixed some documentation errors.
gdisirio
2012-01-04
1
-4
/
+2
*
I2C. Rest of "id_" prefixes deleted from driver.
barthess
2012-01-02
1
-19
/
+19
*
I2C. Fixes.
barthess
2011-12-31
1
-10
/
+3
*
I2C. API changes mostly done.
barthess
2011-12-30
1
-4
/
+10
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3686 35acf78f-673a-0410...
gdisirio
2011-12-29
1
-2
/
+3
*
Updated credits.
gdisirio
2011-12-29
1
-0
/
+4
*
I2C API proposal.
gdisirio
2011-12-29
1
-66
/
+88
*
I2C. Added forgotten check of BUSY flag.
barthess
2011-12-09
1
-0
/
+4
*
I2C. Added timeout in functions. Code clean ups.
barthess
2011-12-08
1
-58
/
+36
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3581 35acf78f-673a-0410...
barthess
2011-12-08
1
-6
/
+2
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3578 35acf78f-673a-0410...
gdisirio
2011-12-08
1
-30
/
+24
*
I2C. Error handling from userland code added.
barthess
2011-12-07
1
-2
/
+10
*
I2C. Switch to synchronous model.
barthess
2011-12-07
1
-19
/
+2
*
I2C. Bug fixes.
barthess
2011-12-06
1
-1
/
+0
*
I2C. Tested on tmp75, mma8451, max1236.
barthess
2011-12-04
1
-29
/
+11
*
I2C. DMA works.
barthess
2011-12-02
1
-1
/
+1
*
I2C. Code compiles but does not work.
barthess
2011-12-01
1
-8
/
+0
*
I2C. Nop.
barthess
2011-12-01
1
-0
/
+2
*
I2C. Merge code from trunk.
barthess
2011-08-28
1
-0
/
+4
|
\
|
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3254 35acf78f-673a-0410...
gdisirio
2011-08-26
1
-0
/
+4
*
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3250 35acf78...
barthess
2011-08-23
1
-1
/
+1
*
|
I2C. 1 - Merge code from trunk. 2 - Fix driver problems detected by the CH_DB...
barthess
2011-08-23
1
-4
/
+12
|
\
|
*
|
I2C. Added template of synchronouse deriver. It does not work for a moment.
barthess
2011-08-05
1
-0
/
+8
*
|
I2C. STOP waitings was replaced by GPT callback functions. Need much of testing.
barthess
2011-07-19
1
-2
/
+2
*
|
I2C. Documentation improvements. Dead code clenups.
barthess
2011-07-12
1
-6
/
+12
*
|
I2C. Code clean ups.
barthess
2011-07-11
1
-21
/
+2
*
|
I2C. Main problem fixed, but some minor problems must to be fixed.
barthess
2011-07-09
1
-2
/
+0
*
|
I2C. Driver still cause stack overflows.
barthess
2011-07-07
1
-3
/
+1
*
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3117 35acf78...
barthess
2011-07-04
1
-9
/
+8
*
|
I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje...
barthess
2011-07-03
1
-18
/
+24
*
|
I2C. Trying to add optional WAIT support. Driver broken.
barthess
2011-07-01
1
-22
/
+18
*
|
I2C. Added dirty hack to realize thread safe dirver. Needs to be rewrited.
barthess
2011-06-30
1
-10
/
+6
*
|
I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N...
barthess
2011-06-30
1
-5
/
+10
*
|
I2C. Some coding style improvements.
barthess
2011-06-23
1
-4
/
+11
*
|
I2C. Commetns style changed to /**/.
barthess
2011-06-23
1
-9
/
+8
*
|
I2C. Fixed indent style. All tabs changed to 2 spaces.
barthess
2011-06-23
1
-16
/
+16
*
|
I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ...
barthess
2011-06-23
1
-0
/
+2
*
|
I2C. Slave config structure now have const qualifier. Moset of fields moved t...
barthess
2011-06-21
1
-6
/
+18
*
|
I2C. Some fields from I2CSlaveConfig moved to driver.
barthess
2011-06-21
1
-15
/
+15
*
|
I2C. "Slave_addr" and "nbit_addr" fields from I2CSlaveConfig structure merged...
barthess
2011-06-18
1
-22
/
+8
*
|
I2C. Code cleanups.
barthess
2011-06-18
1
-1
/
+1
*
|
I2C. API BROKEN! Structure fields renamed in underscore naming style.
barthess
2011-06-18
1
-2
/
+2
*
|
I2C. Merged code from trunk.
barthess
2011-06-07
1
-1
/
+2
|
\
|
|
*
License updated.
gdisirio
2011-03-18
1
-1
/
+2
[next]