Onno Kortmann
fe6b542357
STM32F0: Correctly clear pll source bits.
2013-12-16 19:42:21 +00:00
Onno Kortmann
f622437cfb
STM32F0: Fix PLL multiplication factor for 48MHz setup
...
It was set to overclocking configuration!
2013-12-16 19:37:07 +00:00
Onno Kortmann
868d65d872
STM32F0: Turn on PLL clock source when asked to
...
The STM32F05xxx/06xxx manual describes on p.98 (Sec 7.4.1) the RCC_CR
register, on which it says that bit 24 is the PLLON bit which has to be
enabled before using the PLL. This causes the PLL to be enabled with
rcc_osc_on(PLL).
2013-12-16 19:37:06 +00:00
BuFran
e19270b3bf
[STM32F0:ADC] Add supporting functions to the module
2013-08-22 17:18:42 -07:00
BuFran
81982916e2
[Doxygen] Add complete documentation page to STM32F0
2013-08-22 17:18:42 -07:00
BuFran
210a17ec97
[STM32F0:SPI] Add initial support
2013-08-22 17:18:41 -07:00
BuFran
1345a3403c
[STM32F0:EXTI] Add prelimnary support of exti, common file now in common directory
2013-08-22 17:18:39 -07:00
BuFran
9f8dd28a5c
[STM32F0:COMP] Add preliminary support of module
2013-08-22 17:18:38 -07:00
BuFran
4bb18baa59
[STM32F0:RTC] Renamed common files to be consistent to file naming scheme
2013-08-22 17:18:38 -07:00
BuFran
cc4c164ebe
[STM32F0:DMA] Renamed common file to meet all supported families, added missing files
2013-08-22 17:18:37 -07:00
BuFran
8b0656459b
[STM32F0:DMA] Add initial support
2013-08-22 17:18:37 -07:00
BuFran
62a8aca04a
[STM32F0:RTC] Add initial support
2013-08-22 17:18:37 -07:00
BuFran
c99be0fb96
[STM32F0:IWDG] Add initial support
2013-08-22 17:18:37 -07:00
BuFran
4e566bf8b1
[STM32F0] Add FP_FLAGS to support #159
2013-08-22 17:18:36 -07:00
BuFran
eb7d29e115
[STM32F0:GPIO] File renamed to meet the content
2013-08-22 17:18:36 -07:00
BuFran
fc02aa6162
[STM32F0:USART] Add support for USART peripheral
2013-08-22 17:18:36 -07:00
BuFran
18c4d299c1
[STM32F0] Add preliminary support for the family
2013-08-22 17:18:35 -07:00