aboutsummaryrefslogtreecommitdiff
path: root/lib/rcc.c
AgeCommit message (Expand)Author
2010-12-23Fixed behavior of rcc_peripheral_clear_reset...Piotr Esden-Tempski
2010-11-02Initial USB device stack for STM32.Uwe Hermann
2010-06-29rcc: Cosmetics and coding style fixes.Uwe Hermann
2010-05-11Changed rcc.c to use the new definitions.Thomas Otto
2010-05-10Add more RTC functions and an RTC example.Uwe Hermann
2010-05-02Added rcc clock setup function for 16mhz crystal.Thomas Otto
2010-03-06Fix bug: PLLMUL_PLL_CLK_MUL9 is correct.Uwe Hermann
2010-03-06Cosmetic and coding style changes.Uwe Hermann
2010-03-04Use direct #includes instead of libopenstm32.h.Uwe Hermann
2010-03-04Added standard clock setup routines.Piotr Esden-Tempski
2010-01-19rcc: Add a few functions to set prescalers.Uwe Hermann
2010-01-14Fix logic bugs in rcc_wait_for_osc_ready().Uwe Hermann
2009-08-31Add rcc_peripheral_{reset,clear_reset} functions.Uwe Hermann
2009-07-22Add more RCC related API functions and their prototypes.Uwe Hermann
2009-07-22Add rcc_enable_peripheral_clock() et al, and respective prototypes.Uwe Hermann
2009-07-22Turn rcc_osc_ready() into rcc_wait_for_osc_ready(), more useful.Uwe Hermann
2009-07-20Changed all includes to use <foo.h> notation.Piotr Esden-Tempski
2009-07-20Fix some compiler warnings.Uwe Hermann
2009-07-20Add slightly modified rcc.c file, contributed by Federico Ruiz-Ugalde.Uwe Hermann