aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* I2C. My driver really sucks. I'll try to use alberto driver with my improvementsbarthess2011-05-044-15/+1124
* I2C. Additional locks added to avoiding system hangups. Some mistypes in comm...barthess2011-04-023-4/+11
* I2C. Usage example added.barthess2011-04-0115-0/+1834
* I2C. Mutual exclusion support added. Need testing.barthess2011-03-271-0/+13
* I2C. Doxy comments improvement.barthess2011-03-272-28/+81
* I2C. API changes. rw_bit field moved from slave config ctructure to the drive...barthess2011-03-273-10/+18
* I2C. Small bugfix.barthess2011-03-262-2/+6
* I2C. Some improvements.barthess2011-03-262-4/+21
* I2C. Platform independent I2CSlaveConfig structure moved to i2c.h.barthess2011-02-272-109/+108
* I2C. Cleanups.barthess2011-02-275-886/+6
* I2C. Code cleanups.barthess2011-02-274-44/+57
* I2C. Small bugfix.barthess2011-02-101-1/+1
* I2C. Cleanups.barthess2011-02-103-11/+18
* I2C. 10-bit slave addressing done. Not tested at all.barthess2011-02-102-26/+55
* I2C. Begin of 10-bit slave address realization.barthess2011-02-092-11/+31
* I2C. Added own slave address handling and error callback.barthess2011-02-094-159/+147
* I2C. Alberto's clock setting code tested. Minor changes.barthess2011-02-091-7/+3
* I2C. Merged Alberto's clock setting code.barthess2011-02-092-51/+114
* I2C. Async transfer complete. Needs testing.barthess2011-02-061-24/+37
* I2C. Merged changes from trunk.barthess2011-02-0627-38/+4254
|\
| * USB rework, step 1.gdisirio2011-02-055-45/+140
| * Added deprecation.gdisirio2011-02-051-0/+2
| * Fixed bug 3173336.gdisirio2011-02-052-2/+3
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2700 35acf78f-673a-0410...gdisirio2011-01-316-0/+1621
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2696 35acf78f-673a-0410...gdisirio2011-01-301-1/+2
| * Merged the USB branch and made the needed adjustments, not tested yet.gdisirio2011-01-3013-3/+2482
| * Small fix to the STM32 serial driver.gdisirio2011-01-303-6/+8
| * Implemented transmission end event.gdisirio2011-01-304-12/+29
| * Version 2.2.0 released, trunk version number is 2.3.0 now.gdisirio2011-01-303-4/+6
| * Removed obsolete macro from serial driver header.gdisirio2011-01-291-13/+0
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2685 35acf78f-673a-0410...gdisirio2011-01-251-0/+1
* | I2C. After comparing of two drivers decided to start of importing features fr...barthess2011-02-054-0/+1090
* | I2C. Moved Alberto drivers to backup.barthess2011-02-054-0/+0
* | I2C. Added driver from albi.barthess2011-02-054-0/+1290
* | I2C. Move barthess driver to backup files.barthess2011-02-054-0/+0
* | I2C. Nop.barthess2011-02-041-3/+17
* | I2C. Nop.barthess2011-02-031-14/+23
* | I2C. Nop.barthess2011-02-021-0/+2
* | I2C. Nop.barthess2011-02-022-20/+27
* | I2C. Master receiving and master trasmitting written. Needs testing and debug...barthess2011-01-302-73/+73
* | I2C. Function movement in source filebarthess2011-01-301-107/+104
* | I2C. Async transmit done. Need much of testing.barthess2011-01-304-42/+165
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2688 35acf78...barthess2011-01-272-1/+14
* | I2C. Rewriting low level driver to handle IRQs and DMAbarthess2011-01-263-10/+37
* | I2C. Some hy level functions created and tested.barthess2011-01-253-157/+21
* | Initial commit of I2C driver codebarthess2011-01-256-184/+689
* | test commitbarthess2011-01-251-0/+114
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2682 35acf78...gdisirio2011-01-250-0/+0
|/
* Removed non UTF8 char.gdisirio2011-01-231-1/+1
* Coverage improvements.gdisirio2011-01-223-9/+33