Hello,
Currently developing a system based around the NRF9160 running Zephyr. My application is threaded and i would like to run the thread_analyzer. I got this working on previous project based on Zephyr by including:
CONFIG_THREAD_ANALYZER=y
CONFIG_THREAD_ANALYZER_USE_LOG=y
CONFIG_THREAD_ANALYZER_AUTO=y
However when i try to compile it for the NRF9160 I get the error <thread_analyzer.h> not found, how could i solve this?