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

How to enable the optional config extension "overlay-minimal_multiprotocol.conf" for Thread CLI project/sample in nRF Connect SDK

Hi,

Though the Thread CLI sample's 'README.rst' lists the following supported optional extensions, it does not specifically describe how to set the specific  '.conf'  files:
- `overlay-thread_1_2.conf`.
- `overlay-minimal_singleprotocol.conf`.
- `overlay-minimal_multiprotocol.conf`.

The sample's CMakeLists.txt file lists the default configuration file 'overlay-ot-defaults.conf' as follows:

----------------------------------------------------------------------------------------------

list(INSERT OVERLAY_CONFIG 0 ../common/overlay-ot-defaults.conf)

----------------------------------------------------------------------------------------------

I am using using Segger Embedded Studio (SES) for ARM (Nordic Edition) V5.30a to build the Thread CLI sample. How to enable `overlay-minimal_multiprotocol.conf` through SES or any other method.

Thanks,

Sanju

Related