| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | I2C. All polling waitins code replaced by "waiting" GPT interrups. Documentat... | barthess | 2011-07-20 | 2 | -102/+95 |
* | | I2C. STOP waitings was replaced by GPT callback functions. Need much of testing. | barthess | 2011-07-19 | 2 | -47/+180 |
* | | I2C. Waits moved from ISR. | barthess | 2011-07-14 | 2 | -8/+49 |
* | | I2C. Merged changes from trunk. | barthess | 2011-07-13 | 38 | -3550/+13253 |
|\| |
|
| * | TIM8 support for STM32. | gdisirio | 2011-06-29 | 8 | -36/+285 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3097 35acf78f-673a-0410... | gdisirio | 2011-06-29 | 1 | -3409/+3426 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3096 35acf78f-673a-0410... | gdisirio | 2011-06-29 | 1 | -2/+9 |
| * | Fixed conflicts with EWARM 6.20. | gdisirio | 2011-06-26 | 1 | -9/+9 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3083 35acf78f-673a-0410... | gdisirio | 2011-06-26 | 1 | -6/+6 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3080 35acf78f-673a-0410... | gdisirio | 2011-06-26 | 1 | -80/+80 |
| * | PAL driver implementations updated. | gdisirio | 2011-06-20 | 15 | -5/+55 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3064 35acf78f-673a-0410... | gdisirio | 2011-06-19 | 1 | -6/+12 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3063 35acf78f-673a-0410... | gdisirio | 2011-06-19 | 5 | -185/+279 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3062 35acf78f-673a-0410... | gdisirio | 2011-06-19 | 2 | -2/+5 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3061 35acf78f-673a-0410... | gdisirio | 2011-06-19 | 5 | -86/+714 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3044 35acf78f-673a-0410... | gdisirio | 2011-06-14 | 4 | -36/+2196 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3042 35acf78f-673a-0410... | gdisirio | 2011-06-12 | 7 | -2/+1348 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3041 35acf78f-673a-0410... | gdisirio | 2011-06-11 | 2 | -0/+5143 |
* | | I2C. Code cleanups. | barthess | 2011-07-13 | 1 | -3/+6 |
* | | I2C. Stability improvements in very hi load scenarios. | barthess | 2011-07-13 | 1 | -0/+23 |
* | | I2C. Comments cleanups. | barthess | 2011-07-12 | 1 | -2/+3 |
* | | I2C. Documentation improvements. Dead code clenups. | barthess | 2011-07-12 | 2 | -21/+21 |
* | | I2C. Comments improvements. Code cleanups. | barthess | 2011-07-12 | 1 | -237/+157 |
* | | I2C. Fixed bug occures when read-through-write two bytes. Code cleanups. | barthess | 2011-07-10 | 1 | -41/+25 |
* | | I2C. Most of problems have been resolved. Needs testing. | barthess | 2011-07-10 | 1 | -40/+28 |
* | | I2C. Main problem fixed, but some minor problems must to be fixed. | barthess | 2011-07-09 | 1 | -145/+221 |
* | | I2C. Driver still cause stack overflows. | barthess | 2011-07-07 | 1 | -20/+42 |
* | | I2C. Fix one potential problem in driver, but main problem with stack overflo... | barthess | 2011-07-06 | 2 | -16/+22 |
* | | I2C. Small fixes | barthess | 2011-07-05 | 1 | -3/+3 |
* | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3117 35acf78... | barthess | 2011-07-04 | 2 | -20/+40 |
* | | I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje... | barthess | 2011-07-03 | 2 | -21/+76 |
* | | I2C. Trying to add optional WAIT support. Driver broken. | barthess | 2011-07-01 | 2 | -15/+21 |
* | | I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N... | barthess | 2011-06-30 | 2 | -7/+16 |
* | | I2C. Commets in examples changed to /**/ | barthess | 2011-06-24 | 1 | -2/+2 |
* | | I2C. Small comment added. | barthess | 2011-06-23 | 1 | -0/+1 |
* | | I2C. Some coding style improvements. | barthess | 2011-06-23 | 2 | -6/+8 |
* | | I2C. Commetns style changed to /**/. | barthess | 2011-06-23 | 2 | -68/+74 |
* | | I2C. "Sevent" field moved from I2CSlaveConfig to I2CDriver. | barthess | 2011-06-23 | 1 | -0/+2 |
* | | I2C. Fixed indent style. All tabs changed to 2 spaces. | barthess | 2011-06-23 | 2 | -40/+40 |
* | | I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ... | barthess | 2011-06-23 | 2 | -9/+12 |
* | | I2C. Slave config structure now have const qualifier. Moset of fields moved t... | barthess | 2011-06-21 | 2 | -19/+34 |
* | | I2C. Some fields from I2CSlaveConfig moved to driver. | barthess | 2011-06-21 | 2 | -34/+42 |
* | | I2C. Dead code removed. Comments fixed. | barthess | 2011-06-18 | 1 | -3/+2 |
* | | I2C. "Slave_addr" and "nbit_addr" fields from I2CSlaveConfig structure merged... | barthess | 2011-06-18 | 1 | -24/+20 |
* | | I2C. Code cleanups. | barthess | 2011-06-18 | 1 | -6/+2 |
* | | I2C. API BROKEN! Structure fields renamed in underscore naming style. | barthess | 2011-06-18 | 2 | -32/+32 |
* | | I2C. Deleted draft driver files | barthess | 2011-06-18 | 4 | -1664/+0 |
* | | I2C. Remove duplicate code. | barthess | 2011-06-17 | 1 | -59/+21 |
* | | I2C. Merged code from trunk. | barthess | 2011-06-07 | 141 | -2125/+6387 |
|\| |
|
| * | Fixed bug 3311999. | gdisirio | 2011-06-05 | 1 | -6/+6 |