1d8c8ac3af
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> |
||
---|---|---|
.. | ||
Kconfig | ||
Kconfig.beetle | ||
Kconfig.nrf5 | ||
Kconfig.quark_se | ||
Kconfig.stm32 | ||
Makefile | ||
beetle_clock_control.c | ||
nrf5_power_clock.c | ||
quark_se_clock_control.c | ||
stm32_ll_clock.c | ||
stm32_ll_clock.h | ||
stm32f1x_ll_clock.c | ||
stm32f3x_ll_clock.c | ||
stm32f4x_ll_clock.c | ||
stm32l4x_ll_clock.c |