aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | I2C. 1 - Merge code from trunk. 2 - Fix driver problems detected by the ↵barthess2011-08-231-4/+12
|\| | | | | | | | | | | CH_DBG_SYSTEM_STATE_CHECK git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3249 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Added template of synchronouse deriver. It does not work for a moment.barthess2011-08-051-0/+8
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3190 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. STOP waitings was replaced by GPT callback functions. Need much of testing.barthess2011-07-191-2/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3166 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Merged changes from trunk.barthess2011-07-132-2/+3
|\| | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3160 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Fixed SDC driver when initializing high capacity cards.gdisirio2011-06-291-1/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3095 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3061 ↵gdisirio2011-06-191-1/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Documentation improvements. Dead code clenups.barthess2011-07-121-6/+12
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3153 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Code clean ups.barthess2011-07-111-21/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3151 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Main problem fixed, but some minor problems must to be fixed.barthess2011-07-091-2/+0
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3142 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Driver still cause stack overflows.barthess2011-07-071-3/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3134 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3117 ↵barthess2011-07-041-9/+8
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Driver looks working, but sometimes hangs up. I don't know, my big ↵barthess2011-07-031-18/+24
| | | | | | | | | | | | project cause troubles in it, or driver cause troubles in my project. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3116 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Trying to add optional WAIT support. Driver broken.barthess2011-07-011-22/+18
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3101 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Added dirty hack to realize thread safe dirver. Needs to be rewrited.barthess2011-06-301-10/+6
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3100 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. ↵barthess2011-06-301-5/+10
| | | | | | | | | | | | Now pointers to that buffers pass in functions arguments. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3099 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Some coding style improvements.barthess2011-06-231-4/+11
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3074 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Commetns style changed to /**/.barthess2011-06-231-9/+8
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3073 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Fixed indent style. All tabs changed to 2 spaces.barthess2011-06-231-16/+16
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3071 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ↵barthess2011-06-231-0/+2
| | | | | | | | | | | | structure. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3070 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Slave config structure now have const qualifier. Moset of fields moved ↵barthess2011-06-211-6/+18
| | | | | | | | | | | | to the driver structure. May be broken events subsystem in driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3067 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Some fields from I2CSlaveConfig moved to driver.barthess2011-06-211-15/+15
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3066 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. "Slave_addr" and "nbit_addr" fields from I2CSlaveConfig structure ↵barthess2011-06-181-22/+8
| | | | | | | | | | | | merged together. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3057 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Code cleanups.barthess2011-06-181-1/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3056 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. API BROKEN! Structure fields renamed in underscore naming style.barthess2011-06-181-2/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3055 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Deleted draft driver filesbarthess2011-06-182-517/+0
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3053 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Merged code from trunk.barthess2011-06-0716-563/+1521
|\| | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3036 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * FatFs demo for the STM32F103ZG using the SDC driver.gdisirio2011-06-051-2/+4
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3028 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC driver state machine improved.gdisirio2011-06-051-1/+6
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3027 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Improvements to the STM32 SDC driver.gdisirio2011-05-291-7/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3001 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * USB CDC functionality restored, more improvements to the I/O queues.gdisirio2011-05-201-8/+6
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2983 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2982 ↵gdisirio2011-05-201-8/+18
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC improvements.gdisirio2011-05-101-23/+80
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2946 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Added SDC status check to sdcWrite();gdisirio2011-05-091-4/+8
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2945 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Enabled 4 bits mode enabling in the SDC driver.gdisirio2011-05-091-7/+13
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2944 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2933 ↵gdisirio2011-05-081-10/+8
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2927 ↵gdisirio2011-05-081-1/+0
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2924 ↵gdisirio2011-05-071-12/+0
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2923 ↵gdisirio2011-05-071-7/+20
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2916 ↵gdisirio2011-05-021-4/+4
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2914 ↵gdisirio2011-05-021-7/+40
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC card initialization works.gdisirio2011-05-011-1/+16
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2911 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2910 ↵gdisirio2011-05-011-13/+31
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2909 ↵gdisirio2011-05-011-5/+5
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2908 ↵gdisirio2011-05-011-0/+49
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2907 ↵gdisirio2011-04-301-0/+2
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2905 ↵gdisirio2011-04-301-0/+2
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2903 ↵gdisirio2011-04-261-0/+207
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2901 ↵gdisirio2011-04-251-0/+3
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Fixed bug 3276379.gdisirio2011-04-091-19/+20
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2872 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * STM32 PWM driver optimization, changed the behavior of pwmChangePeriod().gdisirio2011-04-051-7/+4
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2869 35acf78f-673a-0410-8e92-d51de3d6d3f4