aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f2/rcc.h
AgeCommit message (Collapse)Author
2012-09-02Add C linkage declaration for C++ usageNicolas Schodet
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.
2011-11-16Added UART4 and UART5 gpio definitions for stm32f1. Also corrected the ↵Piotr Esden-Tempski
naming everywhere. Both peripherals are UARTS not U_S_ARTS.
2011-10-31Fix more STM32 whitespace issuesStephen Caudle
2011-10-31Add generic STM32F2 RCC clock functionStephen Caudle
2011-10-30Clean up whitespace in stm32f2 RCCStephen Caudle
Also make RCC IO defines consistent with stm32f1.
2011-10-27Add RCC and FLASH support for STM32F2Stephen Caudle
2011-10-12RCC header file for F2 implemented, no convenience functions so far.Fergus Noble