aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
Commit message (Collapse)AuthorAgeFilesLines
...
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3309 ↵gdisirio2011-09-122-0/+102
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Remove const qualifier from pointer to I2CSlaveConfig. Step 3.barthess2011-09-111-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3308 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Remove const qualifier from pointer to I2CSlaveConfig. Step 2.barthess2011-09-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3307 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. rtcStart() and rtcStop() functions replaced by rtcSetCallback()barthess2011-09-071-5/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3293 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3292 ↵gdisirio2011-09-061-0/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3287 ↵gdisirio2011-09-031-2/+34
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Readability improvements.barthess2011-09-011-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3278 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Final polishing.barthess2011-08-311-10/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3275 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Copyrights added.barthess2011-08-311-4/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3274 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. nopbarthess2011-08-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3270 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Initial commit.barthess2011-08-302-0/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3269 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Merge code from trunk.barthess2011-08-2815-35/+201
|\ | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3263 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3260 ↵gdisirio2011-08-281-6/+16
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * New DMA helper driver for STM32F1xx and STM32L1xx.gdisirio2011-08-281-1/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3255 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * HAL documentation improvements.gdisirio2011-08-2315-28/+184
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3252 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3162 ↵gdisirio2011-07-171-1/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Syncing with trunk (step 2)barthess2011-08-091-1/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3216 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Added template of synchronouse deriver. It does not work for a moment.barthess2011-08-051-0/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3190 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Added optional fields hook to I2CSlaveConfig structure.barthess2011-08-051-0/+3
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3189 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. All polling waitins code replaced by "waiting" GPT interrups. ↵barthess2011-07-201-5/+6
| | | | | | | | | | | | Documentation fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3167 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. STOP waitings was replaced by GPT callback functions. Need much of testing.barthess2011-07-191-4/+5
| | | | | | | | 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-131-8/+1
|\| | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3160 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3061 ↵gdisirio2011-06-191-8/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Documentation improvements. Dead code clenups.barthess2011-07-121-12/+7
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3153 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Driver still cause stack overflows.barthess2011-07-071-0/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3134 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Driver looks working, but sometimes hangs up. I don't know, my big ↵barthess2011-07-031-5/+30
| | | | | | | | | | | | 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-6/+5
| | | | | | | | 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-0/+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-6/+4
| | | | | | | | | | | | 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-3/+6
| | | | | | | | 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-1/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3073 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. "Sevent" field moved from I2CSlaveConfig to I2CDriver.barthess2011-06-231-1/+0
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3072 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Fixed indent style. All tabs changed to 2 spaces.barthess2011-06-231-2/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3071 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Small improvemetsbarthess2011-06-221-1/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3069 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | I2C. Slave config structure now have const qualifier. Moset of fields moved ↵barthess2011-06-211-16/+4
| | | | | | | | | | | | 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-6/+5
| | | | | | | | 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-2/+10
| | | | | | | | | | | | 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-11/+6
| | | | | | | | 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-7/+4
| | | | | | | | 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-433/+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-0718-186/+1029
|\| | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3036 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3025 ↵gdisirio2011-06-041-0/+16
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Enhancements to the SDC driver.gdisirio2011-05-291-0/+26
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3002 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Improvements to the STM32 SDC driver.gdisirio2011-05-291-0/+2
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3001 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC improvements.gdisirio2011-05-101-27/+82
| | | | | | | | 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-0/+12
| | | | | | | | 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-0/+1
| | | | | | | | 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@2923 ↵gdisirio2011-05-071-0/+3
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2914 ↵gdisirio2011-05-021-19/+24
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * SDC card initialization works.gdisirio2011-05-011-3/+5
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2911 35acf78f-673a-0410-8e92-d51de3d6d3f4