mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 13:51:57 +00:00
RCC device could be common to various STM32 series. Until now, PLL handling code was set in series specific files, even if it was driving the same device than another series. Minimize code duplication by factorizing code between series when possible. With this change, some series get additional features by getting access to code developed for other series. Additionally, while renaming the files, remove the non informative 'x' to minimize file name length Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org> |
||
---|---|---|
.. | ||
beetle_clock_control.c | ||
clock_control_mcux_ccm.c | ||
clock_control_mcux_pcc.c | ||
clock_control_mcux_sim.c | ||
clock_control_rv32m1_pcc.c | ||
clock_stm32_ll_common.c | ||
clock_stm32_ll_common.h | ||
clock_stm32_ll_mp1.c | ||
clock_stm32f1.c | ||
clock_stm32f2_f4_f7.c | ||
clock_stm32f2x.c | ||
clock_stm32f3x.c | ||
clock_stm32f7x.c | ||
clock_stm32f0_f3.c | ||
clock_stm32l1x.c | ||
clock_stm32l4_wb.c | ||
clock_stm32l0_l1.c | ||
clock_stm32wbx.c | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.beetle | ||
Kconfig.mcux_ccm | ||
Kconfig.mcux_pcc | ||
Kconfig.mcux_sim | ||
Kconfig.nrf | ||
Kconfig.quark_se | ||
Kconfig.rv32m1 | ||
Kconfig.stm32 | ||
nrf_power_clock.c | ||
quark_se_clock_control.c |