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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user