Hello,
I modified the CMakeLists.txt file and now I am able to compile the Thread CLI application. However I noticed something strange in the CMakeLists.txt file.
list(INSERT OVERLAY_CONFIG 0 /opt/nordic/ncs/v1.7.0/nrf/samples/openthread/common/overlay-ot-defaults.conf)
What is the "0" immediately after OVERLAY_CONFIG in the line above?
Another question: Is adding multi-protocol as simple as adding "./overlay-minimal_multiprotocol.conf" to the end of the "INSERT OVERLAY_CONFIG" line?
Thanks
