aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
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-022-3/+10
* 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-0615-31/+2593
|\
| * USB rework, step 1.gdisirio2011-02-054-42/+122
| * Added deprecation.gdisirio2011-02-051-0/+2
| * Fixed bug 3173336.gdisirio2011-02-051-2/+2
| * Merged the USB branch and made the needed adjustments, not tested yet.gdisirio2011-01-3012-3/+2475
| * Small fix to the STM32 serial driver.gdisirio2011-01-301-3/+3
| * Implemented transmission end event.gdisirio2011-01-302-12/+25
| * Removed obsolete macro from serial driver header.gdisirio2011-01-291-13/+0
* | 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-255-70/+689
|/
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2672 35acf78f-673a-0410...gdisirio2011-01-221-4/+3
* Fixed bug 3163851.gdisirio2011-01-221-3/+5
* Fixed bug 3160306.gdisirio2011-01-201-13/+13
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2642 35acf78f-673a-0410...gdisirio2011-01-151-4/+4
* Added OTG clock setting to the STM32 HAL.gdisirio2011-01-153-9/+32
* Fixed bug 3153591.gdisirio2011-01-0910-10/+10
* Removed some instances of sdflags_t.gdisirio2011-01-092-10/+0
* Posix demo updated and re-tested.gdisirio2011-01-093-17/+3
* Serial driver changes, bug 3153550 fixed.gdisirio2011-01-0925-191/+55