aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/RTC/mcuconf.h
Commit message (Collapse)AuthorAgeFilesLines
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6920 ↵gdisirio2014-05-071-304/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6676 ↵gdisirio2014-02-081-0/+11
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6452 ↵gdisirio2013-11-111-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6306 ↵gdisirio2013-09-201-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6295 ↵gdisirio2013-09-121-0/+6
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6216 ↵gdisirio2013-08-241-3/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6213 ↵gdisirio2013-08-231-0/+10
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6211 ↵gdisirio2013-08-231-5/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6206 ↵gdisirio2013-08-231-0/+278
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5858 ↵gdisirio2013-06-151-278/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* ICU support for STM32 TIM9 unit.gdisirio2013-05-041-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5673 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added support for timers 6, 7, 9, 11, 12, 14 to the STM32 GPT driver.gdisirio2013-04-061-0/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5551 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added support for timer 9 to the STM32 PWM driver.gdisirio2013-04-061-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5550 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Relicensing parts of the tree under the Apache 2.0 license.gdisirio2013-03-301-14/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5521 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5286 ↵gdisirio2013-02-191-2/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated all the STM32F4 mcuconf files because the new OTG options.gdisirio2013-02-171-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5221 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated license years.gdisirio2013-02-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5102 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3598720.gdisirio2012-12-281-0/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4982 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4607 ↵gdisirio2012-08-211-25/+43
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Priorities rebalanced. I2C pushed over other peripherals as a ↵barthess2012-08-141-10/+10
| | | | | | workaround on buggy i2c cell in STM32. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4570 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added USART6 support to STM32 UART/mcuconf.h(v1) driver.gdisirio2012-07-091-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4447 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. V2 driver merged to trunk.barthess2012-03-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4017 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed ADC divider in STM32F4 demos. Completed implemetation of new RR ↵gdisirio2012-02-071-1/+1
| | | | | | scheduling. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3941 35acf78f-673a-0410-8e92-d51de3d6d3f4
* License text updated with new year.gdisirio2012-01-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3846 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation related fixes and updated all the mcuconf.h for the STM32.gdisirio2012-01-041-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3735 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed some double spacing.gdisirio2011-12-311-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3699 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Provisional STM32F2xx support.gdisirio2011-12-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3649 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed some forgotten details.gdisirio2011-12-171-12/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3621 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Nop.barthess2011-12-161-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3617 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. STM32F4x testhal begins.barthess2011-12-141-0/+242
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3612 35acf78f-673a-0410-8e92-d51de3d6d3f4