aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f4/rcc.c
AgeCommit message (Collapse)Author
2013-01-23[flash] f4: use "proper" bit definition naming.Karl Palsson
Part 4 of 4: updated f4 to use flash_<reg>_bit instead of just flash_bit
2012-10-02Add assert macros to aid in debugging.Tomaz Solc
Adds libopencm3/cm3/assert.h header that provides assertion check macros similar to those provided by the standard C library. Thanks to Nicolas Schodet for help.
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
Agreed to by all the significant contributors to the library.
2012-02-06Fix bug with F4 clock settings, change HPRE to PPRE.Fergus Noble
2011-11-17lib: More small fixes.Uwe Hermann
2011-11-17lib/stm32/f4: Coding-style fixes.Uwe Hermann
2011-11-02Fix APB1 & APB2 frequencies in STM32F4 RCC tableStephen Caudle
2011-10-31Add initial support for STM32F4Stephen Caudle