zephyr/drivers/clock_control
Erwan Gouriou 58c8d15147 clock control:stm32: provide STM32Cube LL based driver
This new clock control driver aims at providing a lightweight
generic driver to the whole stm32 family.
Driver is based on LL Cube API and hence is for now available
only for STM32 supporting this API: stm32f3xx and stm32l4xx.
Other families should be supported soon.
Once globally supported, this unique driver will also help
reducing the impact of stm32 clock control heterogeneity in
other drivers.

Change-Id: Id15a8d0d44f03809b2907ef10d6877700459e674
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2017-02-10 14:47:41 -06:00
..
beetle_clock_control.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig clock control:stm32: provide STM32Cube LL based driver 2017-02-10 14:47:41 -06:00
Kconfig.beetle license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.nrf5 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.quark_se license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stm32 clock control:stm32: provide STM32Cube LL based driver 2017-02-10 14:47:41 -06:00
Kconfig.stm32f3x license: Replace Apache boilerplate with SPDX tag 2017-01-23 15:15:53 -06:00
Kconfig.stm32f4x license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stm32f10x license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stm32f107xx license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stm32l4x license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile clock control:stm32: provide STM32Cube LL based driver 2017-02-10 14:47:41 -06:00
nrf5_power_clock.c clock_control: nrf5_power: Use CMSIS NVIC APIs directly 2017-01-23 15:15:55 -06:00
quark_se_clock_control.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
stm32_ll_clock.c clock control:stm32: provide STM32Cube LL based driver 2017-02-10 14:47:41 -06:00
stm32_ll_clock.h clock control:stm32: provide STM32Cube LL based driver 2017-02-10 14:47:41 -06:00
stm32f3x_clock.c license: Replace Apache boilerplate with SPDX tag 2017-01-23 15:15:53 -06:00
stm32f3x_ll_clock.c clock control:stm32: provide STM32Cube LL based driver 2017-02-10 14:47:41 -06:00
stm32f4x_clock.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
stm32f10x_clock.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
stm32f107xx_clock.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
stm32l4x_clock.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
stm32l4x_ll_clock.c clock control:stm32: provide STM32Cube LL based driver 2017-02-10 14:47:41 -06:00