You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board definitions could already define BLUETOOTH_LFCLK_RC or not to
choose whether to use the internal RC oscillator or an external 32kHz
crystal as the source for LFCLK, but that setting was only applied when
the softdevice was enabled by ble.enable(). Apply it from the start, so
that the functions of the time module always have the specified accuracy
and run without interruption when the softdevice is enabled.
Also add an option for the third LFCLK source, synthesized from the
HFCLK, by defining BLUETOOTH_LFCLK_SYNTH.
Signed-off-by: Christian Walther <cwalther@gmx.ch>
0 commit comments