| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -44/+61 |
* | I2C. Comments improvements. Code cleanups. | barthess | 2011-07-12 | 1 | -237/+157 |
* | I2C. Code clean ups. | barthess | 2011-07-11 | 1 | -21/+2 |
* | 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 | 2 | -147/+221 |
* | I2C. Driver still cause stack overflows. | barthess | 2011-07-07 | 3 | -23/+45 |
* | 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 | 3 | -29/+48 |
* | I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje... | barthess | 2011-07-03 | 9 | -71/+179 |
* | I2C. Trying to add optional WAIT support. Driver broken. | barthess | 2011-07-01 | 4 | -43/+44 |
* | I2C. Added dirty hack to realize thread safe dirver. Needs to be rewrited. | barthess | 2011-06-30 | 2 | -10/+12 |
* | I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N... | barthess | 2011-06-30 | 4 | -18/+30 |
* | I2C. Commets in examples changed to /**/ | barthess | 2011-06-24 | 4 | -19/+19 |
* | I2C. Small comment added. | barthess | 2011-06-23 | 1 | -0/+1 |
* | I2C. Examples fixed. | barthess | 2011-06-23 | 3 | -3/+0 |
* | I2C. Some coding style improvements. | barthess | 2011-06-23 | 4 | -13/+25 |
* | I2C. Commetns style changed to /**/. | barthess | 2011-06-23 | 4 | -78/+84 |
* | I2C. "Sevent" field moved from I2CSlaveConfig to I2CDriver. | barthess | 2011-06-23 | 2 | -1/+2 |
* | I2C. Fixed indent style. All tabs changed to 2 spaces. | barthess | 2011-06-23 | 4 | -58/+57 |
* | I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ... | barthess | 2011-06-23 | 3 | -9/+14 |
* | I2C. Small improvemets | barthess | 2011-06-22 | 4 | -4/+4 |
* | I2C. Test changes | barthess | 2011-06-22 | 3 | -6/+6 |
* | I2C. Slave config structure now have const qualifier. Moset of fields moved t... | barthess | 2011-06-21 | 7 | -79/+90 |
* | I2C. Some fields from I2CSlaveConfig moved to driver. | barthess | 2011-06-21 | 8 | -85/+92 |
* | I2C. Dead code removed. Comments fixed. | barthess | 2011-06-18 | 1 | -3/+2 |
* | I2C. Examples fixed. | barthess | 2011-06-18 | 3 | -3/+0 |
* | I2C. "Slave_addr" and "nbit_addr" fields from I2CSlaveConfig structure merged... | barthess | 2011-06-18 | 3 | -48/+38 |
* | I2C. Code cleanups. | barthess | 2011-06-18 | 4 | -27/+11 |
* | I2C. API BROKEN! Structure fields renamed in underscore naming style. | barthess | 2011-06-18 | 5 | -45/+46 |
* | I2C. Deleted draft driver files | barthess | 2011-06-18 | 8 | -2614/+0 |
* | I2C. Remove duplicate code. | barthess | 2011-06-17 | 1 | -59/+21 |
* | I2C. Examples update. | barthess | 2011-06-17 | 8 | -185/+250 |
* | I2C. Merged code from trunk. | barthess | 2011-06-07 | 728 | -8978/+43476 |
|\ |
|
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3034 35acf78f-673a-0410... | gdisirio | 2011-06-06 | 1 | -0/+0 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3033 35acf78f-673a-0410... | gdisirio | 2011-06-06 | 1 | -1/+1 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3032 35acf78f-673a-0410... | gdisirio | 2011-06-06 | 2 | -16/+21 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3031 35acf78f-673a-0410... | gdisirio | 2011-06-06 | 9 | -95/+117 |
| * | Fixed bug 3311999. | gdisirio | 2011-06-05 | 3 | -7/+9 |
| * | FatFs demo for the STM32F103ZG using the SDC driver. | gdisirio | 2011-06-05 | 5 | -15/+40 |
| * | SDC driver state machine improved. | gdisirio | 2011-06-05 | 3 | -3/+217 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3026 35acf78f-673a-0410... | gdisirio | 2011-06-04 | 2 | -2/+16 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3025 35acf78f-673a-0410... | gdisirio | 2011-06-04 | 3 | -0/+110 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3024 35acf78f-673a-0410... | gdisirio | 2011-06-04 | 3 | -0/+2301 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3023 35acf78f-673a-0410... | gdisirio | 2011-06-04 | 7 | -0/+0 |
| * | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3017 35acf78f-673a-0410... | gdisirio | 2011-06-02 | 5 | -39/+104 |