Closed haukepetersen closed 6 years ago
As explicit reference: we should watch the outcome of #7477 to make sure there is no redundant work done when implementing this interface...
All stm32s cpus now support stmclk interface (#8735 did that for L0/L1), so we can close this one.
Lately, we introduced an interface for controlling the internal clocks for all STM32 CPUs (
stm32_common/include/stmclk.h
). This is however only implemented for the STM32F1 and STM32F7 so far and should be implemented for all members of that family. As result, problems like the one in #6504 are trivial to solve...This issue is created to track and synchronize the porting effort.
Todo: