aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed problem in gptPolledDelay().gdisirio2011-09-191-0/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3314 35acf78f-673a-0410...gdisirio2011-09-131-0/+46
* I2C. Revert const qualifier to the pointer to I2CSlaveConfig.barthess2011-09-121-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3309 35acf78f-673a-0410...gdisirio2011-09-122-0/+124
* I2C. Remove const qualifier from pointer to I2CSlaveConfig. Step 2.barthess2011-09-111-2/+2
* RTC. rtcStart() and rtcStop() functions replaced by rtcSetCallback()barthess2011-09-071-16/+13
* RTC. Tiny improvement in documentation.barthess2011-09-031-0/+3
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3287 35acf78f-673a-0410...gdisirio2011-09-031-11/+52
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3285 35acf78f-673a-0410...gdisirio2011-09-031-2/+0
* RTC. Added state checks.barthess2011-09-011-2/+4
* RTC. Final polishing.barthess2011-08-311-3/+3
* RTC. Copyrights added.barthess2011-08-311-9/+24
* RTC. nopbarthess2011-08-311-1/+2
* RTC. Initial commit.barthess2011-08-302-0/+111
* I2C. Merge code from trunk.barthess2011-08-2816-12/+118
|\
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3261 35acf78f-673a-0410...gdisirio2011-08-281-1/+1
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3260 35acf78f-673a-0410...gdisirio2011-08-281-3/+3
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3254 35acf78f-673a-0410...gdisirio2011-08-2616-0/+64
| * HAL documentation improvements.gdisirio2011-08-231-2/+2
| * Added I-class function checks to HAL APIs.gdisirio2011-08-216-6/+48
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3250 35acf78...barthess2011-08-231-1/+1
* | I2C. 1 - Merge code from trunk. 2 - Fix driver problems detected by the CH_DB...barthess2011-08-231-4/+12
|\|
* | I2C. Added template of synchronouse deriver. It does not work for a moment.barthess2011-08-051-0/+8
* | I2C. STOP waitings was replaced by GPT callback functions. Need much of testing.barthess2011-07-191-2/+2
* | I2C. Merged changes from trunk.barthess2011-07-132-2/+3
|\|
| * 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@3061 35acf78f-673a-0410...gdisirio2011-06-191-1/+1
* | I2C. Documentation improvements. Dead code clenups.barthess2011-07-121-6/+12
* | I2C. Code clean ups.barthess2011-07-111-21/+2
* | I2C. Main problem fixed, but some minor problems must to be fixed.barthess2011-07-091-2/+0
* | 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@3117 35acf78...barthess2011-07-041-9/+8
* | I2C. Driver looks working, but sometimes hangs up. I don't know, my big proje...barthess2011-07-031-18/+24
* | I2C. Trying to add optional WAIT support. Driver broken.barthess2011-07-011-22/+18
* | I2C. Added dirty hack to realize thread safe dirver. Needs to be rewrited.barthess2011-06-301-10/+6
* | I2C. API changed. Transmit and receive buffers removed from I2CSlaveConfig. N...barthess2011-06-301-5/+10
* | I2C. Some coding style improvements.barthess2011-06-231-4/+11
* | I2C. Commetns style changed to /**/.barthess2011-06-231-9/+8
* | I2C. Fixed indent style. All tabs changed to 2 spaces.barthess2011-06-231-16/+16
* | I2C. Variables shared among I2C1 and I2C2 interrupt handlers moved to driver ...barthess2011-06-231-0/+2
* | I2C. Slave config structure now have const qualifier. Moset of fields moved t...barthess2011-06-211-6/+18
* | I2C. Some fields from I2CSlaveConfig moved to driver.barthess2011-06-211-15/+15
* | I2C. "Slave_addr" and "nbit_addr" fields from I2CSlaveConfig structure merged...barthess2011-06-181-22/+8
* | I2C. Code cleanups.barthess2011-06-181-1/+1
* | I2C. API BROKEN! Structure fields renamed in underscore naming style.barthess2011-06-181-2/+2
* | I2C. Deleted draft driver filesbarthess2011-06-182-517/+0
* | I2C. Merged code from trunk.barthess2011-06-0716-563/+1521
|\|
| * FatFs demo for the STM32F103ZG using the SDC driver.gdisirio2011-06-051-2/+4
| * SDC driver state machine improved.gdisirio2011-06-051-1/+6
| * Improvements to the STM32 SDC driver.gdisirio2011-05-291-7/+1