aboutsummaryrefslogtreecommitdiffstats
path: root/os
Commit message (Expand)AuthorAgeFilesLines
...
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3784 35acf78f-673a-0410...gdisirio2012-01-101-4/+0
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3783 35acf78f-673a-0410...gdisirio2012-01-1012-111/+285
* Added macro HAL_IMPLEMENTS_COUNTERS to all HAL driver implementations.gdisirio2012-01-0911-0/+55
* Updated all halconf.h files.gdisirio2012-01-094-54/+55
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3776 35acf78f-673a-0410...gdisirio2012-01-091-0/+31
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3775 35acf78f-673a-0410...gdisirio2012-01-099-1/+241
* Fixed masking error.gdisirio2012-01-092-2/+2
* Reverted to 3771 revision.barthess2012-01-084-4/+4
* DMA. Fixed possible overflow in DMA priority.barthess2012-01-084-4/+4
* I2C. In functions added local pointer to I2C_TypeDef structure.barthess2012-01-081-55/+66
* I2C. Added external fields hook in driver.barthess2012-01-082-2/+3
* I2C. Added forgotten DMA definitions.barthess2012-01-081-1/+31
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3766 35acf78f-673a-0410...gdisirio2012-01-082-104/+296
* Fixed typo.gdisirio2012-01-081-1/+1
* STM32F1xx devices clock configuration updated to make it similar to the newer...gdisirio2012-01-082-37/+228
* STM32F1xx devices clock configuration updated to make it similar to the newer...gdisirio2012-01-083-57/+278
* Fixed clock source for RT counter.gdisirio2012-01-083-6/+6
* Fixed an error message.gdisirio2012-01-082-2/+2
* Fixed harmless arithmetical overflow in the STM32_DMA_GETCHANNEL() macro.gdisirio2012-01-072-2/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3758 35acf78f-673a-0410...gdisirio2012-01-071-422/+422
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3756 35acf78f-673a-0410...gdisirio2012-01-072-6/+9
* Fixed wrong macro prefixes.gdisirio2012-01-072-44/+44
* Removed unused stuff from RTCv1.gdisirio2012-01-072-42/+9
* 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