RIOT-OS / RIOT

RIOT - The friendly OS for IoT
https://riot-os.org
GNU Lesser General Public License v2.1
4.92k stars 1.98k forks source link

cpu: implement the stmclk interface for all STM32 CPUs #7123

Closed haukepetersen closed 6 years ago

haukepetersen commented 7 years ago

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:

haukepetersen commented 7 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...

aabadie commented 6 years ago

All stm32s cpus now support stmclk interface (#8735 did that for L0/L1), so we can close this one.