aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Backup domain and RTC clock initialization added.gdisirio2012-01-104-64/+40
* 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
* minor changes in NONSTANDARD_STM32F4_BARTHESS1/board.hbarthess2012-01-101-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3780 35acf78f-673a-0410...gdisirio2012-01-091-1/+0
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3779 35acf78f-673a-0410...gdisirio2012-01-091-1/+1
* Added macro HAL_IMPLEMENTS_COUNTERS to all HAL driver implementations.gdisirio2012-01-0912-1/+56
* Updated all halconf.h files.gdisirio2012-01-0972-65/+566
* 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-0912-6/+263
* 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
* Minor changes in NONSTANDARD_STM32F4_BARTHESS1/board.hbarthess2012-01-081-6/+6
* 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@3767 35acf78f-673a-0410...gdisirio2012-01-082-14/+16
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3766 35acf78f-673a-0410...gdisirio2012-01-083-108/+305
* Fixed typo.gdisirio2012-01-081-1/+1
* STM32F1xx devices clock configuration updated to make it similar to the newer...gdisirio2012-01-083-54/+247
* STM32F1xx devices clock configuration updated to make it similar to the newer...gdisirio2012-01-0825-95/+456
* Fixed clock source for RT counter.gdisirio2012-01-083-6/+6
* Fixed an error message.gdisirio2012-01-082-2/+2
* Fixed STM32F4-Discovery Keil demo.gdisirio2012-01-071-3/+18
* 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-073-423/+434
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3757 35acf78f-673a-0410...gdisirio2012-01-071-1/+1
* 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 obsolete halconf.h files.gdisirio2012-01-075-106/+53
* Removed unused stuff from RTCv1.gdisirio2012-01-073-47/+10
* 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
* minor changes in NONSTANDARD_STM32F4_BARTHESS1/board.hbarthess2012-01-061-1/+1
* I2C. Fix problem with write only transactions. Code cleanups.barthess2012-01-061-4/+13
* Removed instances of //gdisirio2012-01-067-23/+22
* I2C. Cleaned comments in testahls.barthess2012-01-062-5/+5
* I2C. Initialization of RC2 register now doing only once in start() function.barthess2012-01-051-3/+3
* I2C. Minor changes in testhals.barthess2012-01-053-3/+17
* I2C. Fixed 2 errors.barthess2012-01-051-2/+0
* Improvements to the MMC over SPI driver.gdisirio2012-01-055-205/+344
* minor changes in NONSTANDARD_STM32F4_BARTHESS1/board.hbarthess2012-01-051-12/+13
* PVD. Added tests fro F4x and L1x.barthess2012-01-0512-16/+2800
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3736 35acf78f-673a-0410...gdisirio2012-01-041-2/+2
* Documentation related fixes and updated all the mcuconf.h for the STM32.gdisirio2012-01-0454-114/+174
* PVD. Merged to trunk. Checked compilability on F1x, L1x, F4x.barthess2012-01-0415-10/+1559
|\
| * PVD. Checked compilability on F1x, L1x, F4x. Testhal fro F1xbarthess2012-01-0415-10/+1559