aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
Commit message (Expand)AuthorAgeFilesLines
* I2C driver state diagram modified, documentation improvements.gdisirio2012-01-061-6/+14
* Improvements to the MMC over SPI driver.gdisirio2012-01-051-13/+147
* I2C. Merged changes from i2c_lld_2.zipbarthess2012-01-041-1/+0
* Removed two initializations that should go in the low level.gdisirio2012-01-041-2/+0
* Fixed some documentation errors.gdisirio2012-01-041-4/+2
* I2C. Rest of "id_" prefixes deleted from driver.barthess2012-01-021-19/+19
* Changes to palSetGroupMode(), various adjustments to the PAL driver.gdisirio2011-12-311-1/+1
* 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