This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

For Zephyr, how to overwrite values defined in nrfx_config_nrf52840.h ?

Hello

We start working with Zephyr and nrf52840.

What is the right way to overwrite values defined in nrfx_config_nrf52840.h with Zephyr?
The NRFX_CLOCK_CONFIG_LF_SRC is 1 but we need 0 for our board definition.

#ifndef NRFX_CLOCK_CONFIG_LF_SRC
#define NRFX_CLOCK_CONFIG_LF_SRC 1
#endif

Many thanks,
Lukas

Related