index
:
avr/qmk/ChibiOS
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
os
/
hal
/
platforms
/
STM32
/
i2c_lld.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3320 35acf78f-673a-0410...
gdisirio
2011-09-16
1
-10
/
+5
*
I2C. Revert const qualifier to the pointer to I2CSlaveConfig.
barthess
2011-09-12
1
-1
/
+1
*
I2C. Added forgotten copyrights.
barthess
2011-09-02
1
-0
/
+20
*
I2C. Test updated.
barthess
2011-08-28
1
-0
/
+6
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3250 35acf78...
barthess
2011-08-23
1
-1
/
+0
*
I2C. 1 - Merge code from trunk. 2 - Fix driver problems detected by the CH_DB...
barthess
2011-08-23
1
-7
/
+3
*
I2C. Added template of synchronouse deriver. It does not work for a moment.
barthess
2011-08-05
1
-22
/
+220
*
I2C. Code cleanups.
barthess
2011-07-31
1
-35
/
+44
*
I2C. All polling waitins code replaced by "waiting" GPT interrups. Documentat...
barthess
2011-07-20
1
-71
/
+83
*
I2C. STOP waitings was replaced by GPT callback functions. Need much of testing.
barthess
2011-07-19
1
-44
/
+136
*
I2C. Waits moved from ISR.
barthess
2011-07-14
1
-8
/
+38
*
I2C. Code cleanups.
barthess
2011-07-13
1
-3
/
+6
*
I2C. Stability improvements in very hi load scenarios.
barthess
2011-07-13
1
-0
/
+23
*
I2C. Comments cleanups.
barthess
2011-07-12
1
-2
/
+3
*
I2C. Documentation improvements. Dead code clenups.
barthess
2011-07-12
1
-1
/
+1
*
I2C. Comments improvements. Code cleanups.
barthess
2011-07-12
1
-237
/
+157
*
I2C. Fixed bug occures when read-through-write two bytes. Code cleanups.
barthess
2011-07-10
1
-41
/
+25
*
I2C. Most of problems have been resolved. Needs testing.
barthess
2011-07-10
1
-40
/
+28
*
I2C. Main problem fixed, but some minor problems must to be fixed.
barthess
2011-07-09
1
-145
/
+221
*
I2C. Driver still cause stack overflows.
barthess
2011-07-07
1
-20
/
+42
*
I2C. Fix one potential problem in driver, but main problem with stack overflo...
barthess
2011-07-06
1
-10
/
+16
*
I2C. Small fixes
barthess
2011-07-05
1
-3
/
+3
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3117 35acf78...
barthess
2011-07-04
1
-19
/
+38
*
I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje...
barthess
2011-07-03
1
-21
/
+74
*
I2C. Trying to add optional WAIT support. Driver broken.
barthess
2011-07-01
1
-14
/
+20
*
I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N...
barthess
2011-06-30
1
-5
/
+12
*
I2C. Small comment added.
barthess
2011-06-23
1
-0
/
+1
*
I2C. Some coding style improvements.
barthess
2011-06-23
1
-2
/
+2
*
I2C. Commetns style changed to /**/.
barthess
2011-06-23
1
-63
/
+69
*
I2C. Fixed indent style. All tabs changed to 2 spaces.
barthess
2011-06-23
1
-31
/
+31
*
I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ...
barthess
2011-06-23
1
-7
/
+8
*
I2C. Slave config structure now have const qualifier. Moset of fields moved t...
barthess
2011-06-21
1
-11
/
+25
*
I2C. Some fields from I2CSlaveConfig moved to driver.
barthess
2011-06-21
1
-31
/
+35
*
I2C. "Slave_addr" and "nbit_addr" fields from I2CSlaveConfig structure merged...
barthess
2011-06-18
1
-24
/
+20
*
I2C. API BROKEN! Structure fields renamed in underscore naming style.
barthess
2011-06-18
1
-16
/
+16
*
I2C. Remove duplicate code.
barthess
2011-06-17
1
-59
/
+21
*
I2C. Some refactorings.
barthess
2011-05-28
1
-15
/
+15
*
I2C. Remove dead variable.
barthess
2011-05-13
1
-1
/
+0
*
I2C. Code cleanups.
barthess
2011-05-08
1
-15
/
+15
*
I2C. Some fixes.
barthess
2011-05-06
1
-6
/
+63
*
I2C. Code compiles successfully, but totally not tested.
barthess
2011-05-05
1
-71
/
+65
*
I2C. All is broken. Need rewrite.
barthess
2011-05-04
1
-285
/
+254
*
I2C. Additional locks added to avoiding system hangups. Some mistypes in comm...
barthess
2011-04-02
1
-2
/
+2
*
I2C. Doxy comments improvement.
barthess
2011-03-27
1
-9
/
+58
*
I2C. API changes. rw_bit field moved from slave config ctructure to the drive...
barthess
2011-03-27
1
-7
/
+7
*
I2C. Small bugfix.
barthess
2011-03-26
1
-2
/
+2
*
I2C. Some improvements.
barthess
2011-03-26
1
-2
/
+12
*
I2C. Cleanups.
barthess
2011-02-27
1
-10
/
+5
*
I2C. Code cleanups.
barthess
2011-02-27
1
-6
/
+4
*
I2C. Small bugfix.
barthess
2011-02-10
1
-1
/
+1
[next]