If I update prj.conf in a zephyr project, but I'm building with segger and the connect sdk (1.5.1) do I have to do something besides "Build / Rebuild" to get segger to recognize that the project's config has changed?
If I update prj.conf in a zephyr project, but I'm building with segger and the connect sdk (1.5.1) do I have to do something besides "Build / Rebuild" to get segger to recognize that the project's config has changed?
Click the Run CMake... under Project and you shall see the changes made in your prj.conf reflected in your <build dir>\zephyr\.config file.
jing