zephyr/drivers/clock_control
Thiago Silveira 1d8c8ac3af clock_control: nrf5_power: Let the LF clock be configured at least once
If the LF clock was already started, but wasn't initialized with
_k32src_start yet, allow it to run once. This is needed because if a
soft reset is triggered while watchdog is active, the LF clock will
already be running, but won't be configured yet (watchdog forces LF
clock to be running).

If the LF clock isn't configured with _k32src_start, the nRF5 RTC
won't count and the whole system will malfunction, as the kernel
depends on the clock source being working properly.

Signed-off-by: Thiago Silveira <thiago@exati.com.br>
2017-10-08 23:05:34 -04:00
..
Kconfig Kconfig: make all syslog variables depend on SYS_LOG 2017-08-04 14:34:54 -05:00
Kconfig.beetle license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.nrf5 clock_control: nRF5x: Select 251-500ppm as default for 32kHz RCOSC 2017-07-11 10:29:46 -05:00
Kconfig.quark_se license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stm32 drivers: clock_control: provide LL based driver to stm32f1xx series 2017-06-02 14:11:13 -04:00
Makefile stm32f1xx: remove references to native driver 2017-06-02 14:11:13 -04:00
beetle_clock_control.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
nrf5_power_clock.c clock_control: nrf5_power: Let the LF clock be configured at least once 2017-10-08 23:05:34 -04:00
quark_se_clock_control.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
stm32_ll_clock.c clock: stm32: Cleanup use of C99 types 2017-06-22 13:47:28 -04:00
stm32_ll_clock.h drivers: clock control: Provide LL based clock control for stm32f4 series 2017-04-28 15:06:41 -05:00
stm32f1x_ll_clock.c drivers: clock_control: provide LL based driver to stm32f1xx series 2017-06-02 14:11:13 -04:00
stm32f3x_ll_clock.c drivers: clock control: Provide LL based clock control for stm32f4 series 2017-04-28 15:06:41 -05:00
stm32f4x_ll_clock.c driver: clock control stm32: align f4 factor names on l4 2017-04-28 15:26:37 -05:00
stm32l4x_ll_clock.c drivers: clock control: Provide LL based clock control for stm32f4 series 2017-04-28 15:06:41 -05:00