1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32f3
Steffen Pengel c7e334d3dc cpu/stm32f3: set i2c clk input to sysclk when HSI is deactivated
According to the STM32F3 clocktree (ref. manual p. 126) the I2CX
hardware is driven by either HSI or SYSCLK.
If HSI is deactivated SYSCLK clock must be selected as I2CX clock.

Signed-off-by: Steffen Pengel <steffen.pengel@gmail.com>
2017-04-09 21:09:22 +02:00
..
include cpu/stm32f3: add support for stm32f303ze 2017-03-24 16:03:44 +01:00
ldscripts cpu/stm32f3: add support for stm32f303ze 2017-03-24 16:03:44 +01:00
periph cpu/stm32_common: unify gpio driver 2017-03-13 15:09:12 +01:00
cpu.c cpu/stm32f3: set i2c clk input to sysclk when HSI is deactivated 2017-04-09 21:09:22 +02:00
Makefile cpu: build cortexm vectors.c without LTO 2016-08-29 13:30:17 +02:00
Makefile.include Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
vectors.c