aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
Commit message (Collapse)AuthorAgeFilesLines
...
* License text updated with new year.gdisirio2012-01-21176-1109/+1105
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3846 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Proper DMA stop after copy operation finished.gdisirio2012-01-212-4/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3842 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed small problem with DMA memory copy, the stream was not properly stopped.gdisirio2012-01-212-8/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3834 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3475188 and other minor problems.gdisirio2012-01-207-7/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3829 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3820 ↵gdisirio2012-01-171-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed warning with Keil compiler.gdisirio2012-01-152-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3815 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3811 ↵gdisirio2012-01-1513-22/+25
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3810 ↵gdisirio2012-01-144-26/+33
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Added possibility of changing RTC clock source.barthess2012-01-145-12/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3809 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3808 ↵gdisirio2012-01-141-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Error fixes and robustness improvements.barthess2012-01-131-16/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3806 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3800 ↵gdisirio2012-01-121-0/+10
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3798 ↵gdisirio2012-01-121-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3797 ↵gdisirio2012-01-126-110/+59
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Added function to ensure data synchronization.barthess2012-01-121-7/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3795 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Added enables/disables of writing access to BKP registers in all write ↵barthess2012-01-121-2/+13
| | | | | | operations. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3794 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3793 ↵gdisirio2012-01-111-0/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Fixed some bugs and added locks into write functions. Haltest updated.barthess2012-01-112-12/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3790 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3788 ↵gdisirio2012-01-118-15/+79
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Backup domain and RTC clock initialization added.gdisirio2012-01-104-64/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3785 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3783 ↵gdisirio2012-01-1011-110/+284
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added macro HAL_IMPLEMENTS_COUNTERS to all HAL driver implementations.gdisirio2012-01-0911-0/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3778 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3775 ↵gdisirio2012-01-094-0/+20
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed masking error.gdisirio2012-01-092-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3774 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Reverted to 3771 revision.barthess2012-01-084-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3773 35acf78f-673a-0410-8e92-d51de3d6d3f4
* DMA. Fixed possible overflow in DMA priority.barthess2012-01-084-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3772 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. In functions added local pointer to I2C_TypeDef structure.barthess2012-01-081-55/+66
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3770 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Added external fields hook in driver.barthess2012-01-082-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3769 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Added forgotten DMA definitions.barthess2012-01-081-1/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3768 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3766 ↵gdisirio2012-01-082-104/+296
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed typo.gdisirio2012-01-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3765 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F1xx devices clock configuration updated to make it similar to the ↵gdisirio2012-01-082-37/+228
| | | | | | newer STM32 devices. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3764 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F1xx devices clock configuration updated to make it similar to the ↵gdisirio2012-01-083-57/+278
| | | | | | newer STM32 devices. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3763 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed clock source for RT counter.gdisirio2012-01-083-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3762 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed an error message.gdisirio2012-01-082-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3761 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 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@3759 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3758 ↵gdisirio2012-01-071-422/+422
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3756 ↵gdisirio2012-01-072-6/+9
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed wrong macro prefixes.gdisirio2012-01-072-44/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3755 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed unused stuff from RTCv1.gdisirio2012-01-072-42/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3753 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3750 ↵gdisirio2012-01-061-8/+7
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Optimized interrupt handling strategy.barthess2012-01-061-3/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3749 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Fix problem with write only transactions. Code cleanups.barthess2012-01-061-4/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3747 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed instances of //gdisirio2012-01-063-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3746 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Initialization of RC2 register now doing only once in start() function.barthess2012-01-051-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3744 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Fixed 2 errors.barthess2012-01-051-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3742 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improvements to the MMC over SPI driver.gdisirio2012-01-052-191/+185
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3741 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation related fixes and updated all the mcuconf.h for the STM32.gdisirio2012-01-0412-66/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3735 35acf78f-673a-0410-8e92-d51de3d6d3f4
* PVD. Checked compilability on F1x, L1x, F4x. Testhal fro F1xbarthess2012-01-0410-10/+203
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/pvd2_dev@3732 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Merged changes from i2c_lld_2.zipbarthess2012-01-042-52/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3729 35acf78f-673a-0410-8e92-d51de3d6d3f4