summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_rcc.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* Adds architecture support for the STM32F372 and F373 (no board support yet). ...Gregory Nutt2015-03-021-0/+3
* Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree.Gregory Nutt2013-05-191-5/+7
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-091-1/+1
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-071-2/+2
* STM32 PM updatepatacongo2012-08-031-1/+1
* Add stm32_clockenable() to support recovery from deep sleep low-power usage m...patacongo2012-08-021-0/+67
* Add peripheral support for the STM32 F2 familypatacongo2012-03-101-1/+3
* CAN ISO-11783 support contributed by Gary Teravskispatacongo2012-02-181-2/+2
* Working toward clean STM3240xx buildpatacongo2011-11-221-431/+8
* New STM32 board needs more time for HSE readypatacongo2011-11-101-43/+54
* Add Uros' RCC actitivity counter to STM32 idle looppatacongo2011-08-201-54/+2
* Add support for multiplexed SDIO pins from Urospatacongo2011-08-191-19/+75
* Add STM32 FLASH driverpatacongo2011-05-071-2/+2
* Add code changes from Urospatacongo2011-04-151-24/+33
* More changes from Urospatacongo2011-03-281-10/+20
* Add support for RAMTRON NVRAM devicespatacongo2011-03-061-1/+1
* Add support for the ISOTEL NetClamps VSN boardpatacongo2011-02-271-15/+44
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-7/+7
* timeout loop variable should be volatilepatacongo2009-10-291-15/+15
* Initial USB debug changespatacongo2009-10-291-9/+20
* Add FSMC supportpatacongo2009-10-201-1/+43
* Basic USART setup workspatacongo2009-10-111-4/+6
* Misc clocking fixespatacongo2009-10-041-8/+8
* Add RCC supportpatacongo2009-09-281-0/+419