aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
Commit message (Expand)AuthorAgeFilesLines
* I2C. Fixes.barthess2011-12-311-10/+3
* I2C. API changes mostly done.barthess2011-12-301-4/+10
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3686 35acf78f-673a-0410...gdisirio2011-12-291-2/+3
* Updated credits.gdisirio2011-12-292-0/+8
* I2C API proposal.gdisirio2011-12-291-66/+88
* RTC. High level API rolled back.barthess2011-12-161-36/+8
* RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x.barthess2011-12-151-1/+29
* RTC. Added callback switch helper. Not tested.barthess2011-12-131-4/+0
* RTCv1 code cleanups and adding some safety checks.barthess2011-12-121-20/+0
* RTC. Development suspended until EXTI driver API will changed.barthess2011-12-121-8/+2
* RTC. Driver broken.barthess2011-12-111-6/+36
* I2C. Added forgotten check of BUSY flag.barthess2011-12-091-0/+4
* I2C. Added timeout in functions. Code clean ups.barthess2011-12-081-58/+36
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3581 35acf78f-673a-0410...barthess2011-12-081-6/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3578 35acf78f-673a-0410...gdisirio2011-12-081-30/+24
* I2C. Error handling from userland code added.barthess2011-12-071-2/+10
* I2C. Switch to synchronous model.barthess2011-12-071-19/+2
* I2C. Bug fixes.barthess2011-12-061-1/+0
* I2C. Tested on tmp75, mma8451, max1236.barthess2011-12-041-29/+11
* I2C. DMA works.barthess2011-12-021-1/+1
* I2C. Code compiles but does not work.barthess2011-12-011-8/+0
* I2C. Nop.barthess2011-12-011-0/+2
* Improvements to the USB driver, first phase.gdisirio2011-10-232-120/+78
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3413 35acf78f-673a-0410...gdisirio2011-10-011-38/+57
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3412 35acf78f-673a-0410...gdisirio2011-09-261-27/+38
* RTC. Test updated.barthess2011-09-251-1/+1
* RTC. API changes.barthess2011-09-251-16/+22
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3381 35acf78f-673a-0410...gdisirio2011-09-221-1/+6
* RTC. API cnahge.barthess2011-09-211-10/+8
* 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