//Text for the .config file: CONFIG_THREAD_ANALYZER=y CONFIG_THREAD_NAME=y //Commands for the command prompt: cd zephyr\samples\basic\threads --> to navigate to the example west boards --> To see all the board names west build --board=nrf52833dk_nrf52833 --> to build the board. Change "nrf52833dk_nrf52833" to your Board name //Text for the Ozone Console to Activate the RTOS awareness for Zephyr Project.SetOSPlugin("ZephyrPlugin_CM4.js");