nrfx_clock.c functions are not available with CONFIG_NRFX_CLOCK #19031
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: nRF
Nordic nRFx
priority: low
Low impact/importance bug
Issue
nrfx_clock.c functions are not defined with CONFIG_NRFX_CLOCK and therefore cannot configure RTC at run time.
To Reproduce
1.13.99: Add CONFIG_NRFX_CLOCK to a nrf52840 board sample project file then see if function nrfx_clock_lfclk_stop() is available (no link error).
2.0.99 : ?? nrfx_clock.c has been removed from source tree.
Expected behavior
1.13.99 Functions in nrfx_clock.c are not available when CONFIG_NRFX_CLOCK is defined in proj file.
2.0.99 cmake error when defined .. found that nrfx_clock.c is no longer included as a source file and its functions (e.g. nrfx_clcock_lfclk_stop() are no where to be found).
Impact
Cannot configure RTC clock at run time.
Screenshots or console output
Environment (please complete the following information):
-Zephyr 1.13.99 & 2.0.99
Additional context
None ...
The text was updated successfully, but these errors were encountered: