aboutsummaryrefslogtreecommitdiffstats
path: root/os
Commit message (Expand)AuthorAgeFilesLines
* I2C. Added optional fields hook to I2CSlaveConfig structure.barthess2011-08-051-0/+3
* I2C. Code cleanups.barthess2011-07-312-37/+46
* I2C. All polling waitins code replaced by "waiting" GPT interrups. Documentat...barthess2011-07-204-113/+115
* I2C. STOP waitings was replaced by GPT callback functions. Need much of testing.barthess2011-07-194-53/+187
* I2C. Waits moved from ISR.barthess2011-07-142-8/+49
* I2C. Merged changes from trunk.barthess2011-07-1372-3776/+14562
|\
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3158 35acf78f-673a-0410...gdisirio2011-07-134-4/+12
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3144 35acf78f-673a-0410...gdisirio2011-07-102-14/+14
| * Improvements to the trace buffer and other debug features.gdisirio2011-07-093-37/+33
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3137 35acf78f-673a-0410...gdisirio2011-07-091-0/+1
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3135 35acf78f-673a-0410...gdisirio2011-07-084-32/+72
| * TIM8 support for STM32.gdisirio2011-06-298-36/+285
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3097 35acf78f-673a-0410...gdisirio2011-06-291-3409/+3426
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3096 35acf78f-673a-0410...gdisirio2011-06-291-2/+9
| * Fixed SDC driver when initializing high capacity cards.gdisirio2011-06-291-1/+2
| * chprintf() implemented, improved the shell.gdisirio2011-06-283-66/+62
| * Dedicated printf implementation.gdisirio2011-06-271-111/+56
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3091 35acf78f-673a-0410...gdisirio2011-06-274-4/+286
| * Fixed conflicts with EWARM 6.20.gdisirio2011-06-261-9/+9
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3083 35acf78f-673a-0410...gdisirio2011-06-261-6/+6
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3080 35acf78f-673a-0410...gdisirio2011-06-261-80/+80
| * PAL driver implementations updated.gdisirio2011-06-2016-5/+60
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3064 35acf78f-673a-0410...gdisirio2011-06-191-6/+12
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3063 35acf78f-673a-0410...gdisirio2011-06-195-185/+279
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3062 35acf78f-673a-0410...gdisirio2011-06-192-2/+5
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3061 35acf78f-673a-0410...gdisirio2011-06-197-95/+716
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3054 35acf78f-673a-0410...gdisirio2011-06-184-0/+572
| * Fixed bug 3317500, retested impacted ports.gdisirio2011-06-166-74/+50
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3044 35acf78f-673a-0410...gdisirio2011-06-144-36/+2196
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3042 35acf78f-673a-0410...gdisirio2011-06-127-2/+1348
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3041 35acf78f-673a-0410...gdisirio2011-06-112-0/+5143
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3040 35acf78f-673a-0410...gdisirio2011-06-113-0/+268
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3038 35acf78f-673a-0410...gdisirio2011-06-081-2/+2
* | I2C. Code cleanups.barthess2011-07-131-3/+6
* | I2C. Stability improvements in very hi load scenarios. barthess2011-07-131-0/+23
* | I2C. Comments cleanups.barthess2011-07-121-2/+3
* | I2C. Documentation improvements. Dead code clenups.barthess2011-07-125-44/+61
* | I2C. Comments improvements. Code cleanups.barthess2011-07-121-237/+157
* | I2C. Code clean ups.barthess2011-07-111-21/+2
* | I2C. Fixed bug occures when read-through-write two bytes. Code cleanups.barthess2011-07-101-41/+25
* | I2C. Most of problems have been resolved. Needs testing.barthess2011-07-101-40/+28
* | I2C. Main problem fixed, but some minor problems must to be fixed.barthess2011-07-092-147/+221
* | I2C. Driver still cause stack overflows.barthess2011-07-073-23/+45
* | I2C. Fix one potential problem in driver, but main problem with stack overflo...barthess2011-07-062-16/+22
* | I2C. Small fixesbarthess2011-07-051-3/+3
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3117 35acf78...barthess2011-07-043-29/+48
* | I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje...barthess2011-07-034-44/+130
* | I2C. Trying to add optional WAIT support. Driver broken.barthess2011-07-014-43/+44
* | I2C. Added dirty hack to realize thread safe dirver. Needs to be rewrited.barthess2011-06-302-10/+12
* | I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N...barthess2011-06-304-18/+30