aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-039-71/+179
* 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
* I2C. Commets in examples changed to /**/barthess2011-06-244-19/+19
* I2C. Small comment added.barthess2011-06-231-0/+1
* I2C. Examples fixed.barthess2011-06-233-3/+0
* I2C. Some coding style improvements.barthess2011-06-234-13/+25
* I2C. Commetns style changed to /**/.barthess2011-06-234-78/+84
* I2C. "Sevent" field moved from I2CSlaveConfig to I2CDriver.barthess2011-06-232-1/+2
* I2C. Fixed indent style. All tabs changed to 2 spaces.barthess2011-06-234-58/+57
* I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ...barthess2011-06-233-9/+14
* I2C. Small improvemetsbarthess2011-06-224-4/+4
* I2C. Test changesbarthess2011-06-223-6/+6
* I2C. Slave config structure now have const qualifier. Moset of fields moved t...barthess2011-06-217-79/+90
* I2C. Some fields from I2CSlaveConfig moved to driver.barthess2011-06-218-85/+92
* I2C. Dead code removed. Comments fixed.barthess2011-06-181-3/+2
* I2C. Examples fixed.barthess2011-06-183-3/+0
* I2C. "Slave_addr" and "nbit_addr" fields from I2CSlaveConfig structure merged...barthess2011-06-183-48/+38
* I2C. Code cleanups.barthess2011-06-184-27/+11
* I2C. API BROKEN! Structure fields renamed in underscore naming style.barthess2011-06-185-45/+46
* I2C. Deleted draft driver filesbarthess2011-06-188-2614/+0
* I2C. Remove duplicate code.barthess2011-06-171-59/+21
* I2C. Examples update.barthess2011-06-178-185/+250
* I2C. Merged code from trunk.barthess2011-06-07728-8978/+43476
|\
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3034 35acf78f-673a-0410...gdisirio2011-06-061-0/+0
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3033 35acf78f-673a-0410...gdisirio2011-06-061-1/+1
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3032 35acf78f-673a-0410...gdisirio2011-06-062-16/+21
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3031 35acf78f-673a-0410...gdisirio2011-06-069-95/+117
| * Fixed bug 3311999.gdisirio2011-06-053-7/+9
| * FatFs demo for the STM32F103ZG using the SDC driver.gdisirio2011-06-055-15/+40
| * SDC driver state machine improved.gdisirio2011-06-053-3/+217
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3026 35acf78f-673a-0410...gdisirio2011-06-042-2/+16
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3025 35acf78f-673a-0410...gdisirio2011-06-043-0/+110
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3024 35acf78f-673a-0410...gdisirio2011-06-043-0/+2301
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3023 35acf78f-673a-0410...gdisirio2011-06-047-0/+0
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3017 35acf78f-673a-0410...gdisirio2011-06-025-39/+104
| * Alternate preemption mode added to IAR port too.gdisirio2011-06-024-11/+52
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3015 35acf78f-673a-0410...gdisirio2011-06-021-1/+1
| * Alternate preemption mode implemented for RVCT.gdisirio2011-06-024-23/+65
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3013 35acf78f-673a-0410...gdisirio2011-06-022-6/+6
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3012 35acf78f-673a-0410...gdisirio2011-06-022-0/+8
| * Alternate preemption mode implemented in ARMv6-M GCC port.gdisirio2011-06-023-2/+45
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3010 35acf78f-673a-0410...gdisirio2011-06-021-1/+1
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3009 35acf78f-673a-0410...gdisirio2011-06-022-7/+7
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3008 35acf78f-673a-0410...gdisirio2011-06-023-0/+491