<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Changes to prj.conf not propogating to autoconf.h</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52043/changes-to-prj-conf-not-propogating-to-autoconf-h</link><description>I&amp;#39;m trying to modify the lwm2m_client sample with my network APN and Operator details so am adding the following to prj.conf 
 CONFIG_LTE_PDP_CMD=y CONFIG_LTE_PDP_CONTEXT=&amp;quot;1,\&amp;quot;IP\&amp;quot;,\&amp;quot;ep.inetd.gdsp\&amp;quot;&amp;quot; CONFIG_LTE_LOCK_PLMN=y CONFIG_LTE_LOCK_PLMN_STRING</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Jun 2020 09:16:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52043/changes-to-prj-conf-not-propogating-to-autoconf-h" /><item><title>RE: Changes to prj.conf not propogating to autoconf.h</title><link>https://devzone.nordicsemi.com/thread/255703?ContentTypeID=1</link><pubDate>Thu, 18 Jun 2020 09:16:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:858bb76a-3f87-4494-8e06-5795186a0b09</guid><dc:creator>jing</dc:creator><description>&lt;p&gt;instead of&amp;nbsp;&lt;span&gt;File&lt;/span&gt;&lt;span&gt;&amp;rarr;Open nRF Connect SDK Project..&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;you can try Project -&amp;gt; Reload &amp;lt;solution name&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;jing&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changes to prj.conf not propogating to autoconf.h</title><link>https://devzone.nordicsemi.com/thread/209452?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2019 13:38:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85d8e100-f374-40b8-bb77-2f8e4cd5533a</guid><dc:creator>jp</dc:creator><description>&lt;p&gt;Thanks Simon.&lt;/p&gt;
&lt;p&gt;As mentioned above, there is a bug in &lt;span&gt;Project&amp;rarr;Configure nRF Connect SDK Project.. when it comes to setting the PDP context. It&amp;#39;s probably related to the escape characters, although I am not sure. It&amp;#39;s a JSON parse issue.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changes to prj.conf not propogating to autoconf.h</title><link>https://devzone.nordicsemi.com/thread/209445?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2019 13:25:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7b5f1a0-4424-4d4d-b094-c7bf2822c1b7</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;The build process is split into two stages, the &lt;strong&gt;configuration stage&lt;/strong&gt; and the &lt;strong&gt;build stage&lt;/strong&gt;. During the configuration stage, all the CMakeLists.txt files runs, and&amp;nbsp;generates a build system where configurations from e.g. prj.conf and different configuration files are merged into .config. Read more about in the &lt;a href="https://docs.zephyrproject.org/latest/application/index.html#cmake-details"&gt;Zephyr Documentation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;When you open a new project through File→Open nRF Connect SDK Project.. this first stage will be executed, and when you try to&amp;nbsp;rebuild it through Build Solution, it will use the already generated Build System and the configurations from .config.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t have a complete overview of this, and don&amp;#39;t know if there is a way to incorporate the changes in prj.conf files into your project without using&amp;nbsp;&lt;span&gt;File&lt;/span&gt;&lt;span&gt;→Open nRF Connect SDK Project..&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;A workaround regarding the problem with&amp;nbsp;&amp;quot;Configure nRF SDK project&amp;quot;, is to&lt;strong&gt; modify the .config file directly&lt;/strong&gt;. It is located inside &amp;lt;your_project&amp;gt;\&amp;lt;build_folder&amp;gt;\zephyr\.config. It will have the same effect,&amp;nbsp;since this is the file that is modified when changing configurations in&amp;nbsp;&amp;quot;Configure nRF SDK project&amp;quot;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>