aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug 3153437.gdisirio2011-01-081-7/+7
* IAR demo for LPC11xx, untested because code size limits.gdisirio2011-01-081-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2615 35acf78f-673a-0410...gdisirio2011-01-083-16/+28
* Fixed bug 3152510.gdisirio2011-01-061-1/+1
* Fixed bug 3152482.gdisirio2011-01-062-10/+10
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2596 35acf78f-673a-0410...gdisirio2011-01-064-17/+29
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2594 35acf78f-673a-0410...gdisirio2011-01-061-0/+6
* Documentation related fixes.gdisirio2011-01-0411-12/+12
* Updated the various serial drivers with the new queue callbacks.gdisirio2011-01-0210-38/+48
* Fixed typo.gdisirio2010-12-311-1/+1