I have successfully setup the build environment for SES using the NRF Connect Getting Started Guide. I verified operation of my board with the at_client and mqtt_simple projects.
In the samples folders a proj.conf files. This look like the magically turn into C header files somewhere. It appears that a running cmake from the command line will trigger a build that will process changes in the proj.conf file.
It does not appear that a SES project processes changes to the proj.conf. What is the appropriate workflow? Should I be following instructions in the official Zephyr documentation? Or Should I be looking in the NRF Connect SDK documentation?