aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/rcc.h
AgeCommit message (Collapse)Author
2013-01-08STM32: Moved SPI code into the common area.Ken Sarkies
Updated the documentation so that it appears in all families Also added it to the L1 area, but is untested. An addition to the memorymap allows commonality and a #ifdef added to the spi_common_all code to exclude the case of SPI3 for L1 and F0 as SPI3 doesn't exist in those. An rcc dispatch header was added to remove same code from the spi header.
2011-10-12Moving renaming stm32 header files for f1 series.Fergus Noble
2011-03-15Added missing 12mhz to 72mhz rcc setup routine prototype.Piotr Esden-Tempski
2011-03-11RCC now has two variables to hold the current apb1 and apb2 frequency.Piotr Esden-Tempski
2011-02-20USB driver for Connectivity-line devices partially working.Gareth McMullin
2011-02-09Add rcc_clock_setup_in_hse_8mhz_out_24mhz().Uwe Hermann
Thanks Marko Kraljevic <krasnaya.zvezda@gmail.com> for the patch!
2010-12-31Some more file/path restructuring.Uwe Hermann
All #includes now explicitly use the "<libopencm3/stm32/rcc.h>" format. If you want to get rid of the "libopencm3" prefix in your local project you can add a respective -I entry in your Makefile (not recommended though). All .ld files and .a libs are installed in $(TOOLCHAIN_DIR)/lib directly (as before), but are now renamed to avoid potential conflicts now or in the future. Examples: libopencm3_lpc13xx.a libopencm3_lpc13xx.ld libopencm3_stm32.a libopencm3_stm32.ld