aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx/stm32_rcc.h
Commit message (Collapse)AuthorAgeFilesLines
* Added support for STM32F413, added ability to handle the TIMPRE bit in the ↵Giovanni Di Sirio2018-05-071-0/+99
| | | | | | RCC_CFGR register. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12011 110e8d01-0319-4d1e-a829-52ad28d1bb01
* Mass update of the Apache 2.0 license statement.Giovanni Di Sirio2018-01-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11361 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Defaulted all STM32 drivers to enable peripheral clocks during stop/sleep ↵Giovanni Di Sirio2018-01-171-7/+14
| | | | | | modes. Now RCC macros are able to set or clear the LP bit of a peripheral. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11300 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SPIv1 and SPIv2 circular mode added. Rework of RCC files and all ↵Giovanni Di Sirio2018-01-101-219/+69
| | | | | | dependencies inside STM32 drivers. Documentation fixes in some HAL modules. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11247 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added CRC RCC macros.Giovanni Di Sirio2017-04-251-0/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10180 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed support for QUADSPI on F4xx.Giovanni Di Sirio2017-03-061-0/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10120 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed RTC on newer STM32F7 devices.Giovanni Di Sirio2016-10-281-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9888 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mass license update.Giovanni Di Sirio2016-03-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9136 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8894 ↵Giovanni Di Sirio2016-02-141-3/+9
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [HAL, STM32F4xx, FSMC] Fixed build error caused by inproper handling of ↵Uladzimir Pylinski2016-01-131-3/+3
| | | | | | STM32_FSMC_IS_FMC flag. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8747 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8467 ↵Giovanni Di Sirio2015-11-111-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #612.Giovanni Di Sirio2015-08-061-18/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8172 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Merged LTDC DMA2D code in STM32F4xx HAL.Giovanni Di Sirio2015-06-261-0/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8052 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RCC DAC macrosGiovanni Di Sirio2015-05-131-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7978 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7936 ↵Giovanni Di Sirio2015-05-021-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* DAC driver *almost* done.Giovanni Di Sirio2015-05-011-0/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7934 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F4xx. Added interrupt handler definitions and RCC switch macros for ↵Uladzimir Pylinski2015-03-131-0/+54
| | | | | | TIM10, TIM11. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7769 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 ↵gdisirio2015-01-111-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* FSMC. Added FMC support in rcc and registry files. This changes needed for ↵barthess2014-11-161-4/+16
| | | | | | community FSMC code functioning. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7512 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7323 ↵gdisirio2014-09-271-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added FSMC NAND driverbarthess2014-08-051-0/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7123 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7100 ↵gdisirio2014-07-261-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #482.gdisirio2014-04-061-0/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6840 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6644 ↵gdisirio2014-01-241-0/+1382
35acf78f-673a-0410-8e92-d51de3d6d3f4