zephyr/soc/arm/st_stm32/stm32f1
Erwan Gouriou 785ecf0991 drivers/clock_control: stm32f1: Deal with stm32f100xx devices
According to RM0041.pdf clock tree for stm32f100xx devices is
different from both STM32F10X density and connectivity lines devices,
but is a combination of both.

Rework symbols definitions so that STM32F100xx is neither of those
and uses:
- CLOCK_STM32_PLL_MULTIPLIER as on SOC_STM32F10X_DENSITY_DEVICE
- CLOCK_STM32_PLL_PREDIV1 as on SOC_STM32F10X_CONNECTIVITY_LINE_...

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2021-05-04 13:02:26 -05:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.defconfig.series drivers/dma: stm32: Base Konfig symbols on dts compatible status 2021-01-11 16:49:39 -05:00
Kconfig.defconfig.stm32f100xx soc: stm32f1: Add support for stm32f1xx SoCs 2020-01-28 08:30:52 -06:00
Kconfig.defconfig.stm32f103xx drivers/gpio: stm32: Remove Kconfig based device declaration 2020-04-02 06:50:05 -05:00
Kconfig.defconfig.stm32f105xc dts: arm: stm32: add support for STM32F105xx parts 2021-01-10 12:42:40 -05:00
Kconfig.defconfig.stm32f107xc drivers/gpio: stm32: Remove Kconfig based device declaration 2020-04-02 06:50:05 -05:00
Kconfig.series kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
Kconfig.soc drivers/clock_control: stm32f1: Deal with stm32f100xx devices 2021-05-04 13:02:26 -05:00
linker.ld arch: arm: Move ARM code to AArch32 sub-directory 2019-12-20 11:40:59 -05:00
soc.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
soc.h soc: arm: stm32xx: soc.h: final cleanup of LL headers 2020-11-30 15:50:03 +01:00