aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F4xx
Commit message (Expand)AuthorAgeFilesLines
...
* | Completed hardware checksum, added the driver to F2 and F4.gdisirio2012-04-031-0/+1
* | More work on the STM32 OTG driver.gdisirio2012-03-282-1/+34
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4055 35acf78f-673a-0410...gdisirio2012-03-262-2/+2
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4053 35acf78f-673a-0410...gdisirio2012-03-231-0/+36
* | Fixed a documentation problem.gdisirio2012-03-111-2/+2
* | Fixed bug 3496981.gdisirio2012-03-051-2/+2
|/
* RTC. APB1 clock check moved to rtc_lld.hbarthess2012-03-041-3/+0
* RTC. V2 driver merged to trunk.barthess2012-03-041-0/+3
* Fixed bug 3485500.gdisirio2012-02-111-1/+2
* Fixed bug 3484942.gdisirio2012-02-071-6/+3
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3884 35acf78f-673a-0410...gdisirio2012-01-271-1/+1
* License text updated with new year.gdisirio2012-01-218-8/+8
* Fixed small problem with DMA memory copy, the stream was not properly stopped.gdisirio2012-01-211-3/+5
* Fixed bug 3475188 and other minor problems.gdisirio2012-01-201-1/+0
* Fixed warning with Keil compiler.gdisirio2012-01-151-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3811 35acf78f-673a-0410...gdisirio2012-01-152-1/+6
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3810 35acf78f-673a-0410...gdisirio2012-01-141-8/+10
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3797 35acf78f-673a-0410...gdisirio2012-01-121-5/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3788 35acf78f-673a-0410...gdisirio2012-01-111-0/+1
* Backup domain and RTC clock initialization added.gdisirio2012-01-101-16/+10
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3783 35acf78f-673a-0410...gdisirio2012-01-102-7/+63
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3775 35acf78f-673a-0410...gdisirio2012-01-091-0/+5
* Fixed masking error.gdisirio2012-01-091-1/+1
* Reverted to 3771 revision.barthess2012-01-081-1/+1
* DMA. Fixed possible overflow in DMA priority.barthess2012-01-081-1/+1
* Fixed clock source for RT counter.gdisirio2012-01-081-2/+2
* Fixed an error message.gdisirio2012-01-081-1/+1
* Fixed harmless arithmetical overflow in the STM32_DMA_GETCHANNEL() macro.gdisirio2012-01-071-1/+1
* Fixed wrong macro prefixes.gdisirio2012-01-071-22/+22
* Documentation related fixes and updated all the mcuconf.h for the STM32.gdisirio2012-01-043-15/+15
* PVD. Checked compilability on F1x, L1x, F4x. Testhal fro F1xbarthess2012-01-042-5/+38
* Realtime counter support in the generic HAL driver and implementations for al...gdisirio2012-01-042-0/+36
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3658 35acf78f-673a-0410...gdisirio2011-12-251-1/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3652 35acf78f-673a-0410...gdisirio2011-12-241-4/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3650 35acf78f-673a-0410...gdisirio2011-12-221-1/+1
* Provisional STM32F2xx support.gdisirio2011-12-222-13/+18
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3645 35acf78f-673a-0410...gdisirio2011-12-213-5/+3
* PVD for STM32F4x code cleanups.barthess2011-12-172-5/+4
* Fixed some forgotten details.gdisirio2011-12-171-13/+13
* STM32F4x. In HAL added support of power level detector.barthess2011-12-162-3/+33
* RTC. Naming convention fixed.barthess2011-12-121-1/+1
* RTC. Code reorganization. barthess2011-12-113-432/+2
* RTC. Setting and getting time works on STM32F4xbarthess2011-12-113-28/+57
* RTC. Setting and getting time now works.barthess2011-12-093-47/+20
* RTC. Code compiles but not tested.barthess2011-12-093-93/+51
|\
* | RTC. Initial commit.barthess2011-12-083-2/+484
|/
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3578 35acf78f-673a-0410...gdisirio2011-12-081-15/+15
* GPT on F4x. MCU has TIM6 and TIM7, fixed.barthess2011-12-071-2/+2
* I2C. Bug fixes.barthess2011-12-061-5/+6
* I2C. Merged code from trunk.barthess2011-12-061-1/+6
|\