aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.h
Commit message (Expand)AuthorAgeFilesLines
* License text updated with new year.gdisirio2012-01-211-1/+1
* I2C. Added external fields hook in driver.barthess2012-01-081-0/+3
* I2C. Added forgotten DMA definitions.barthess2012-01-081-1/+31
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3758 35acf78f-673a-0410...gdisirio2012-01-071-422/+422
* Improvements to the MMC over SPI driver.gdisirio2012-01-051-93/+15
* I2C. Merged changes from i2c_lld_2.zipbarthess2012-01-041-8/+0
* Fixed some documentation errors.gdisirio2012-01-041-0/+7
* I2C. Merged changes from files posted in forum.barthess2012-01-031-105/+115
* I2C. Clock checks moved to header file.barthess2012-01-021-0/+34
* I2C. Reorganized locks.barthess2012-01-021-12/+4
* I2C. Deleted unneeded __IO macro from driver fields.barthess2012-01-021-3/+3
* I2C. Functions: i2c_lld_set_clock(), and i2c_lld_set_opmode() and i2c_lld_mas...barthess2012-01-021-3/+0
* I2C. "id_" prefixes deleted from driver.barthess2012-01-021-15/+15
* I2C. Fixes.barthess2011-12-311-2/+2
* I2C. API changes mostly done.barthess2011-12-301-5/+100
* I2C. Added timeout in functions. Code clean ups.barthess2011-12-081-12/+3
* I2C. Switch to synchronous model.barthess2011-12-071-13/+2
* I2C. Bug fixes.barthess2011-12-061-33/+14
* I2C. Added checks. Cleaned copypaste errors.barthess2011-12-061-14/+0
* I2C. Added support of stm32f1x.barthess2011-12-061-9/+167
* I2C. Added forgotten I2C3 interfacebarthess2011-12-061-0/+17
* I2C. Tested on tmp75, mma8451, max1236.barthess2011-12-041-61/+24
* I2C. Code compiles but does not work.barthess2011-12-011-43/+10
* I2C. Totally broken.barthess2011-12-011-0/+3
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3481 35acf78f-673a-0410...gdisirio2011-11-101-0/+6
* I2C. Dead code removing.barthess2011-10-271-1/+0
* I2C. Revert const qualifier to the pointer to I2CSlaveConfig.barthess2011-09-121-1/+1
* I2C. Remove const qualifier from pointer to I2CSlaveConfig.barthess2011-09-111-1/+1
* I2C. Added forgotten copyrights.barthess2011-09-021-0/+20
* I2C. Small fix.barthess2011-08-191-0/+2
* I2C. Default choise changed to callback based driver.barthess2011-08-061-1/+1
* I2C. Added template of synchronouse deriver. It does not work for a moment.barthess2011-08-051-4/+15
* I2C. Code cleanups.barthess2011-07-311-2/+2
* I2C. All polling waitins code replaced by "waiting" GPT interrups. Documentat...barthess2011-07-201-31/+12
* I2C. STOP waitings was replaced by GPT callback functions. Need much of testing.barthess2011-07-191-3/+44
* I2C. Waits moved from ISR.barthess2011-07-141-0/+11
* I2C. Documentation improvements. Dead code clenups.barthess2011-07-121-20/+20
* I2C. Fix one potential problem in driver, but main problem with stack overflo...barthess2011-07-061-6/+6
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3117 35acf78...barthess2011-07-041-1/+2
* I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje...barthess2011-07-031-0/+2
* I2C. Trying to add optional WAIT support. Driver broken.barthess2011-07-011-1/+1
* I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N...barthess2011-06-301-2/+4
* I2C. Commets in examples changed to /**/barthess2011-06-241-2/+2
* I2C. Some coding style improvements.barthess2011-06-231-4/+6
* I2C. Commetns style changed to /**/.barthess2011-06-231-5/+5
* I2C. "Sevent" field moved from I2CSlaveConfig to I2CDriver.barthess2011-06-231-0/+2
* I2C. Fixed indent style. All tabs changed to 2 spaces.barthess2011-06-231-9/+9
* I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ...barthess2011-06-231-2/+4
* I2C. Slave config structure now have const qualifier. Moset of fields moved t...barthess2011-06-211-8/+9
* I2C. Some fields from I2CSlaveConfig moved to driver.barthess2011-06-211-3/+7