aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
Commit message (Expand)AuthorAgeFilesLines
...
| * SDC. Safety improvements in capacity detection code.barthess2012-04-161-0/+4
| * SDC. Reverted from SDC_SUCCESS/SDC_FAILED to boolean values.barthess2012-04-161-21/+21
| * SDC. One more uint8_t, uint32_t mixture fixed.barthess2012-04-161-1/+1
| * SDC. sdcGetAndClearErrors() now reside in HL driver.barthess2012-04-161-1/+3
| * SDC. Added function sdcGetAndClearErrors.barthess2012-04-161-0/+15
| * SDC. Fixed mixed usage of uint8_t and uint32_t.barthess2012-04-161-2/+1
| * RTC. High level staff moved to chrtclib.barthess2012-03-091-20/+0
| * SDC. Added RTC support. Improved testhal.barthess2012-03-081-0/+20
| * SDC. Code merged to fresh branch.barthess2012-03-051-30/+104
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4055 35acf78f-673a-0410...gdisirio2012-03-261-1/+1
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4050 35acf78f-673a-0410...gdisirio2012-03-181-1/+20
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4047 35acf78f-673a-0410...gdisirio2012-03-171-46/+12
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4038 35acf78f-673a-0410...gdisirio2012-03-131-0/+194
|/
* Reintroduced CRC7 calculation.gdisirio2012-02-121-6/+49
* Optimization in write operations of the MMC_SPI driver.gdisirio2012-02-121-3/+5
* Fixed bug 3486930.gdisirio2012-02-121-47/+2
* Fixed bug 3485500.gdisirio2012-02-111-0/+71
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3946 35acf78f-673a-0410...gdisirio2012-02-081-0/+2
* License text updated with new year.gdisirio2012-01-2119-19/+19
* Added I-Class APIs to the RTC driver.gdisirio2012-01-141-5/+15
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3797 35acf78f-673a-0410...gdisirio2012-01-121-2/+2
* Updated all halconf.h files.gdisirio2012-01-091-2/+25
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3775 35acf78f-673a-0410...gdisirio2012-01-092-0/+108
* 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