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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
I2C. Revert const qualifier to the pointer to I2CSlaveConfig.
barthess
2011-09-12
1
-1
/
+1
*
I2C. Remove const qualifier from pointer to I2CSlaveConfig.
barthess
2011-09-11
1
-1
/
+1
*
I2C. Added forgotten copyrights.
barthess
2011-09-02
1
-0
/
+20
*
I2C. Small fix.
barthess
2011-08-19
1
-0
/
+2
*
I2C. Default choise changed to callback based driver.
barthess
2011-08-06
1
-1
/
+1
*
I2C. Added template of synchronouse deriver. It does not work for a moment.
barthess
2011-08-05
1
-4
/
+15
*
I2C. Code cleanups.
barthess
2011-07-31
1
-2
/
+2
*
I2C. All polling waitins code replaced by "waiting" GPT interrups. Documentat...
barthess
2011-07-20
1
-31
/
+12
*
I2C. STOP waitings was replaced by GPT callback functions. Need much of testing.
barthess
2011-07-19
1
-3
/
+44
*
I2C. Waits moved from ISR.
barthess
2011-07-14
1
-0
/
+11
*
I2C. Documentation improvements. Dead code clenups.
barthess
2011-07-12
1
-20
/
+20
*
I2C. Fix one potential problem in driver, but main problem with stack overflo...
barthess
2011-07-06
1
-6
/
+6
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3117 35acf78...
barthess
2011-07-04
1
-1
/
+2
*
I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje...
barthess
2011-07-03
1
-0
/
+2
*
I2C. Trying to add optional WAIT support. Driver broken.
barthess
2011-07-01
1
-1
/
+1
*
I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N...
barthess
2011-06-30
1
-2
/
+4
*
I2C. Commets in examples changed to /**/
barthess
2011-06-24
1
-2
/
+2
*
I2C. Some coding style improvements.
barthess
2011-06-23
1
-4
/
+6
*
I2C. Commetns style changed to /**/.
barthess
2011-06-23
1
-5
/
+5
*
I2C. "Sevent" field moved from I2CSlaveConfig to I2CDriver.
barthess
2011-06-23
1
-0
/
+2
*
I2C. Fixed indent style. All tabs changed to 2 spaces.
barthess
2011-06-23
1
-9
/
+9
*
I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ...
barthess
2011-06-23
1
-2
/
+4
*
I2C. Slave config structure now have const qualifier. Moset of fields moved t...
barthess
2011-06-21
1
-8
/
+9
*
I2C. Some fields from I2CSlaveConfig moved to driver.
barthess
2011-06-21
1
-3
/
+7
*
I2C. Dead code removed. Comments fixed.
barthess
2011-06-18
1
-3
/
+2
*
I2C. Code cleanups.
barthess
2011-06-18
1
-6
/
+2
*
I2C. API BROKEN! Structure fields renamed in underscore naming style.
barthess
2011-06-18
1
-16
/
+16
*
I2C. Some fixes.
barthess
2011-05-06
1
-0
/
+14
*
I2C. Code compiles successfully, but totally not tested.
barthess
2011-05-05
1
-5
/
+12
*
I2C. All is broken. Need rewrite.
barthess
2011-05-04
1
-27
/
+41
*
I2C. API changes. rw_bit field moved from slave config ctructure to the drive...
barthess
2011-03-27
1
-1
/
+11
*
I2C. Platform independent I2CSlaveConfig structure moved to i2c.h.
barthess
2011-02-27
1
-94
/
+19
*
I2C. Cleanups.
barthess
2011-02-27
1
-1
/
+1
*
I2C. Code cleanups.
barthess
2011-02-27
1
-20
/
+22
*
I2C. Cleanups.
barthess
2011-02-10
1
-2
/
+2
*
I2C. Begin of 10-bit slave address realization.
barthess
2011-02-09
1
-7
/
+14
*
I2C. Added own slave address handling and error callback.
barthess
2011-02-09
1
-32
/
+10
*
I2C. Merged Alberto's clock setting code.
barthess
2011-02-09
1
-18
/
+24
*
I2C. Merged changes from trunk.
barthess
2011-02-06
1
-0
/
+6
*
I2C. After comparing of two drivers decided to start of importing features fr...
barthess
2011-02-05
1
-0
/
+267
*
I2C. Moved Alberto drivers to backup.
barthess
2011-02-05
1
-263
/
+0
*
I2C. Added driver from albi.
barthess
2011-02-05
1
-0
/
+263
*
I2C. Move barthess driver to backup files.
barthess
2011-02-05
1
-267
/
+0
*
I2C. Master receiving and master trasmitting written. Needs testing and debug...
barthess
2011-01-30
1
-8
/
+11
*
I2C. Async transmit done. Need much of testing.
barthess
2011-01-30
1
-12
/
+37
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2688 35acf78...
barthess
2011-01-27
1
-0
/
+1
*
I2C. Rewriting low level driver to handle IRQs and DMA
barthess
2011-01-26
1
-0
/
+4
*
Initial commit of I2C driver code
barthess
2011-01-25
1
-0
/
+234