aboutsummaryrefslogtreecommitdiffstats
path: root/os
Commit message (Expand)AuthorAgeFilesLines
* Removed note about the 2GB limit.gdisirio2012-01-061-7/+4
* I2C driver state diagram modified, documentation improvements.gdisirio2012-01-065-36/+74
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3750 35acf78f-673a-0410...gdisirio2012-01-061-8/+7
* I2C. Optimized interrupt handling strategy.barthess2012-01-061-3/+12
* I2C. Fix problem with write only transactions. Code cleanups.barthess2012-01-061-4/+13
* Removed instances of //gdisirio2012-01-063-7/+7
* I2C. Initialization of RC2 register now doing only once in start() function.barthess2012-01-051-3/+3
* I2C. Fixed 2 errors.barthess2012-01-051-2/+0
* Improvements to the MMC over SPI driver.gdisirio2012-01-054-205/+342
* Documentation related fixes and updated all the mcuconf.h for the STM32.gdisirio2012-01-0412-66/+68
* PVD. Checked compilability on F1x, L1x, F4x. Testhal fro F1xbarthess2012-01-0410-10/+203
* I2C. Merged changes from i2c_lld_2.zipbarthess2012-01-043-53/+36
* Added time conversions to RT counter code. Documentation improvements.gdisirio2012-01-043-12/+137
* Removed two initializations that should go in the low level.gdisirio2012-01-041-2/+0
* Reformatted some comments going past column 80.gdisirio2012-01-041-13/+24
* Fixed some documentation errors.gdisirio2012-01-043-8/+19
* Forgot a note.gdisirio2012-01-041-1/+4
* Realtime counter support in the generic HAL driver and implementations for al...gdisirio2012-01-0410-0/+216
* Fixed bug 3468445.gdisirio2012-01-031-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3720 35acf78f-673a-0410...gdisirio2012-01-031-1/+1
* I2C. Small style improvements.barthess2012-01-031-0/+2
* I2C. Merged changes from files posted in forum.barthess2012-01-032-348/+393
* I2C. Added safety timeouts and resets.barthess2012-01-031-4/+13
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3716 35acf78f-673a-0410...gdisirio2012-01-031-3/+3
* I2C. Added wrappers with TIME_INFINITE timeout.barthess2012-01-021-0/+15
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3714 35acf78f-673a-0410...gdisirio2012-01-022-2/+2
* I2C. Clock checks moved to header file.barthess2012-01-022-34/+35
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3712 35acf78f-673a-0410...gdisirio2012-01-022-26/+16
* I2C. Reorganized locks.barthess2012-01-022-14/+12
* I2C. Deleted unneeded __IO macro from driver fields.barthess2012-01-021-3/+3
* I2C. Functions: i2c_lld_set_clock(), and i2c_lld_set_opmode() and i2c_lld_mas...barthess2012-01-022-142/+138
* I2C. Rest of "id_" prefixes deleted from driver.barthess2012-01-021-19/+19
* I2C. "id_" prefixes deleted from driver.barthess2012-01-022-68/+68
* I2C. #defines moved out of functions.barthess2012-01-021-29/+26
* I2C. Deleted __NOP()barthess2012-01-021-1/+0
* ARM and ARMCMx rules.mk improvements.gdisirio2012-01-022-36/+44
* Added MEMS support to the STM32F4-Discovery demo.gdisirio2012-01-012-0/+176
* I2C. Outdated driver deleted.barthess2011-12-312-1426/+0
* Changes to palSetGroupMode(), various adjustments to the PAL driver.gdisirio2011-12-3115-115/+153
* I2C. Fixes.barthess2011-12-314-16/+8
* I2C. API changes mostly done.barthess2011-12-304-29/+188
* 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-2910-0/+40
* I2C API proposal.gdisirio2011-12-292-152/+99
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3680 35acf78f-673a-0410...gdisirio2011-12-281-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3677 35acf78f-673a-0410...gdisirio2011-12-283-60/+192
* Keil CM4 FPU support added.gdisirio2011-12-285-168/+370
* Removed some unused definitions.gdisirio2011-12-282-3/+0
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3672 35acf78f-673a-0410...gdisirio2011-12-282-4/+4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3671 35acf78f-673a-0410...gdisirio2011-12-281-1/+1