stm32f7: rcc: initial clock config for disco board

Add clock config for the 25MHz crystal found on the discovery board.
Verified to work on the STM32F7-Disco.

Reviewed-by: Karl Palsson <karlp@tweak.net.au>
Modified namespaces and types->structs to avoid namespace pollution as
was fixed for other families in:

3a7cbec7: stm32l/stm32f: name space standardization [BREAKING]
This commit is contained in:
Sync
2015-10-23 14:13:42 +02:00
committed by Karl Palsson
parent 3fc0c9d001
commit c285bcb493
5 changed files with 465 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ ARFLAGS = rcs
OBJS = rcc.o gpio.o gpio_common_all.o gpio_common_f0234.o
OBJS += rcc_common_all.o
OBJS += rcc_common_all.o flash_common_f234.o flash_common_f24.o
OBJS += rng_common_v1.o