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
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4324 35acf78f-673a-0410...
gdisirio
2012-06-22
1
-455
/
+0
*
License text updated with new year.
gdisirio
2012-01-21
1
-1
/
+1
*
I2C. Added external fields hook in driver.
barthess
2012-01-08
1
-0
/
+3
*
I2C. Added forgotten DMA definitions.
barthess
2012-01-08
1
-1
/
+31
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3758 35acf78f-673a-0410...
gdisirio
2012-01-07
1
-422
/
+422
*
Improvements to the MMC over SPI driver.
gdisirio
2012-01-05
1
-93
/
+15
*
I2C. Merged changes from i2c_lld_2.zip
barthess
2012-01-04
1
-8
/
+0
*
Fixed some documentation errors.
gdisirio
2012-01-04
1
-0
/
+7
*
I2C. Merged changes from files posted in forum.
barthess
2012-01-03
1
-105
/
+115
*
I2C. Clock checks moved to header file.
barthess
2012-01-02
1
-0
/
+34
*
I2C. Reorganized locks.
barthess
2012-01-02
1
-12
/
+4
*
I2C. Deleted unneeded __IO macro from driver fields.
barthess
2012-01-02
1
-3
/
+3
*
I2C. Functions: i2c_lld_set_clock(), and i2c_lld_set_opmode() and i2c_lld_mas...
barthess
2012-01-02
1
-3
/
+0
*
I2C. "id_" prefixes deleted from driver.
barthess
2012-01-02
1
-15
/
+15
*
I2C. Fixes.
barthess
2011-12-31
1
-2
/
+2
*
I2C. API changes mostly done.
barthess
2011-12-30
1
-5
/
+100
*
I2C. Added timeout in functions. Code clean ups.
barthess
2011-12-08
1
-12
/
+3
*
I2C. Switch to synchronous model.
barthess
2011-12-07
1
-13
/
+2
*
I2C. Bug fixes.
barthess
2011-12-06
1
-33
/
+14
*
I2C. Added checks. Cleaned copypaste errors.
barthess
2011-12-06
1
-14
/
+0
*
I2C. Added support of stm32f1x.
barthess
2011-12-06
1
-9
/
+167
*
I2C. Added forgotten I2C3 interface
barthess
2011-12-06
1
-0
/
+17
*
I2C. Tested on tmp75, mma8451, max1236.
barthess
2011-12-04
1
-61
/
+24
*
I2C. Code compiles but does not work.
barthess
2011-12-01
1
-43
/
+10
*
I2C. Totally broken.
barthess
2011-12-01
1
-0
/
+3
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3481 35acf78f-673a-0410...
gdisirio
2011-11-10
1
-0
/
+6
*
I2C. Dead code removing.
barthess
2011-10-27
1
-1
/
+0
*
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
[next]